@free-dom/react-components 2.0.0 → 2.0.1

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.
Files changed (41) hide show
  1. package/README.md +126 -126
  2. package/dist/cjs/index.js +462 -1206
  3. package/dist/esm/index.js +417 -1166
  4. package/dist/types/components/AdvancedSelect/AdvancedSelect.d.ts +1 -1
  5. package/dist/types/components/Alert/Alert.helpers.d.ts +1 -1
  6. package/dist/types/components/Badge/Badge.d.ts +1 -1
  7. package/dist/types/components/Banner/Banner.d.ts +1 -1
  8. package/dist/types/components/Button/Button.d.ts +1 -1
  9. package/dist/types/components/Chip/Chip.d.ts +1 -1
  10. package/dist/types/components/DataGrid/DataGrid.d.ts +2 -0
  11. package/dist/types/components/DataGrid/DataGrid.types.d.ts +117 -0
  12. package/dist/types/components/DataGrid/index.d.ts +2 -0
  13. package/dist/types/components/DropdownMenu/DropdownMenu.d.ts +1 -1
  14. package/dist/types/components/DropdownMenu/DropdownMenuIcon.d.ts +1 -1
  15. package/dist/types/components/FileUpload/FileUpload.constants.d.ts +1 -1
  16. package/dist/types/components/FooterFallback/FooterFallback.d.ts +1 -0
  17. package/dist/types/components/FooterFallback/index.d.ts +1 -0
  18. package/dist/types/components/HeaderFallback/HeaderFallback.d.ts +42 -0
  19. package/dist/types/components/HeaderFallback/HeaderFallback.helpers.d.ts +1 -0
  20. package/dist/types/components/HeaderFallback/index.d.ts +1 -0
  21. package/dist/types/components/IconButton/IconButton.d.ts +1 -1
  22. package/dist/types/components/ImageCarousel/ImageCarouselItem.d.ts +1 -1
  23. package/dist/types/components/Link/Link.d.ts +1 -1
  24. package/dist/types/components/Select/Select.d.ts +1 -1
  25. package/dist/types/components/Select/StartAdornment.d.ts +1 -1
  26. package/dist/types/components/SidebarFallback/SidebarFallback.d.ts +19 -0
  27. package/dist/types/components/SidebarFallback/index.d.ts +1 -0
  28. package/dist/types/components/Spinner/Spinner.d.ts +11 -0
  29. package/dist/types/components/Spinner/index.d.ts +2 -0
  30. package/dist/types/components/Switch/Switch.d.ts +1 -1
  31. package/dist/types/components/Tabs/TabsItem.d.ts +1 -1
  32. package/dist/types/components/TextInput/StartAdornment.d.ts +1 -1
  33. package/dist/types/components/TextInput/TextInput.d.ts +1 -1
  34. package/dist/types/components/TextToolbar/BubbleDropdown/BubbleDropdown.d.ts +1 -1
  35. package/dist/types/components/TextToolbar/TextToolbar.constants.d.ts +1 -1
  36. package/dist/types/components/Timeline/TimelineDot.d.ts +1 -1
  37. package/dist/types/components/TotalCard/TotalCard.d.ts +1 -1
  38. package/dist/types/components/TotalCard/TotalCardActions.d.ts +1 -1
  39. package/dist/types/components/TotalCard/TotalCardContent.d.ts +1 -1
  40. package/dist/types/index.d.ts +197 -5
  41. package/package.json +128 -128
package/dist/cjs/index.js CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  var React = require('react');
5
+ var reactIcons = require('@free-dom/react-icons');
5
6
  var ReactDOM = require('react-dom');
6
7
 
7
8
  function _interopNamespaceDefault(e) {
@@ -85,15 +86,15 @@ function __extends(d, b) {
85
86
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
86
87
  }
87
88
 
88
- var __assign$1 = function() {
89
- __assign$1 = Object.assign || function __assign(t) {
89
+ var __assign = function() {
90
+ __assign = Object.assign || function __assign(t) {
90
91
  for (var s, i = 1, n = arguments.length; i < n; i++) {
91
92
  s = arguments[i];
92
93
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
93
94
  }
94
95
  return t;
95
96
  };
96
- return __assign$1.apply(this, arguments);
97
+ return __assign.apply(this, arguments);
97
98
  };
98
99
 
99
100
  function __rest(s, e) {
@@ -286,1053 +287,6 @@ var BRAND_OPENING_DATE = new Date(BRAND_OPENING_YEAR, BRAND_OPENING_MONTH, BRAND
286
287
  (_b = (_a$2 = window === null || window === void 0 ? void 0 : window.location) === null || _a$2 === void 0 ? void 0 : _a$2.origin) !== null && _b !== void 0 ? _b : '';
287
288
  (_d = (_c = window === null || window === void 0 ? void 0 : window.location) === null || _c === void 0 ? void 0 : _c.hostname) !== null && _d !== void 0 ? _d : '';
288
289
 
289
- /******************************************************************************
290
- Copyright (c) Microsoft Corporation.
291
-
292
- Permission to use, copy, modify, and/or distribute this software for any
293
- purpose with or without fee is hereby granted.
294
-
295
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
296
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
297
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
298
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
299
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
300
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
301
- PERFORMANCE OF THIS SOFTWARE.
302
- ***************************************************************************** */
303
- /* global Reflect, Promise, SuppressedError, Symbol */
304
-
305
-
306
- var __assign = function() {
307
- __assign = Object.assign || function __assign(t) {
308
- for (var s, i = 1, n = arguments.length; i < n; i++) {
309
- s = arguments[i];
310
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
311
- }
312
- return t;
313
- };
314
- return __assign.apply(this, arguments);
315
- };
316
-
317
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
318
- var e = new Error(message);
319
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
320
- };
321
-
322
- var AccountTree = function (props) {
323
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M13 17v-2.25H9.25v-8H7V9H2V3h5v2.25h6V3h5v6h-5V6.75h-2.25v6.5H13V11h5v6h-5ZM3.5 4.5v3-3Zm11 8v3-3Zm0-8v3-3Zm0 3h2v-3h-2v3Zm0 8h2v-3h-2v3Zm-11-8h2v-3h-2v3Z", fill: props.color }) })));
324
- };
325
-
326
- var AddImage = function (props) {
327
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.5 17c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 3 15.5v-11c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 4.5 3H11v1.5H4.5v11h11V9H17v6.5c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 15.5 17h-11ZM14 7.5V6h-1.5V4.5H14V3h1.5v1.5H17V6h-1.5v1.5H14ZM5.5 14h9l-3-4-2.25 3-1.5-2-2.25 3Zm-1-9.5v11-11Z", fill: props.color }) })));
328
- };
329
-
330
- var AddReaction = function (props) {
331
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9.166 18.75a8.119 8.119 0 0 1-3.25-.656 8.41 8.41 0 0 1-2.646-1.781 8.411 8.411 0 0 1-1.78-2.646 8.118 8.118 0 0 1-.657-3.25c0-1.153.22-2.236.657-3.25a8.411 8.411 0 0 1 1.78-2.646A8.411 8.411 0 0 1 5.918 2.74a8.118 8.118 0 0 1 3.25-.656c.583 0 1.152.055 1.707.166a7.536 7.536 0 0 1 1.585.5v1.959a6.79 6.79 0 0 0-1.553-.646 6.463 6.463 0 0 0-1.74-.229c-1.819 0-3.37.642-4.655 1.927-1.285 1.285-1.928 2.837-1.928 4.656 0 1.82.643 3.371 1.928 4.656C5.795 16.358 7.347 17 9.166 17c1.82 0 3.372-.642 4.656-1.927 1.285-1.285 1.928-2.837 1.928-4.656a6.41 6.41 0 0 0-.48-2.458h1.875c.112.389.199.788.262 1.198.061.41.093.83.093 1.26a8.119 8.119 0 0 1-.657 3.25 8.41 8.41 0 0 1-1.78 2.646 8.41 8.41 0 0 1-2.647 1.781 8.119 8.119 0 0 1-3.25.656Zm2.938-9.104c.361 0 .663-.125.907-.375.242-.25.364-.555.364-.916s-.122-.667-.364-.917a1.213 1.213 0 0 0-.906-.375c-.362 0-.671.125-.928.375a1.23 1.23 0 0 0-.386.917c0 .36.129.666.386.916s.566.375.928.375Zm-5.812 0c.36 0 .663-.125.905-.375.244-.25.365-.555.365-.916s-.121-.667-.365-.917a1.211 1.211 0 0 0-.905-.375c-.362 0-.67.125-.928.375a1.23 1.23 0 0 0-.385.917c0 .36.128.666.385.916s.566.375.928.375ZM9.188 15c.957 0 1.822-.267 2.593-.802a4.431 4.431 0 0 0 1.656-2.135h-8.52a4.41 4.41 0 0 0 1.667 2.135A4.49 4.49 0 0 0 9.188 15Zm6.603-8.75V4.625h-1.625v-1.75h1.625V1.25h1.75v1.625h1.625v1.75h-1.625V6.25h-1.75Z", fill: props.color }) })));
332
- };
333
-
334
- var Add = function (props) {
335
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9.25 15v-4.25H5v-1.5h4.25V5h1.5v4.25H15v1.5h-4.25V15h-1.5Z", fill: props.color }) })));
336
- };
337
-
338
- var Analytics = function (props) {
339
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M6 14h1.5v-4H6v4Zm6.5 0H14V6h-1.5v8Zm-3.25 0h1.5v-3h-1.5v3Zm0-4h1.5V8.5h-1.5V10ZM4.5 17c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 3 15.5v-11c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 4.5 3h11c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062v11c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 15.5 17h-11Zm0-1.5h11v-11h-11v11Zm0-11v11-11Z", fill: props.color }) })));
340
- };
341
-
342
- var Answer = function (props) {
343
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M16.222 16.222v-3.555c0-.741-.259-1.37-.778-1.89A2.571 2.571 0 0 0 13.556 10H5.4l3.2 3.2-1.267 1.245L2 9.11l5.333-5.333L8.6 5.022l-3.2 3.2h8.156c1.23 0 2.277.434 3.144 1.3.867.867 1.3 1.915 1.3 3.145v3.555h-1.778Z", fill: props.color }) })));
344
- };
345
-
346
- var Apps = function (props) {
347
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.5 16c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 14.5c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 5.5 13c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 5.5 16Zm4.5 0c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 8.5 14.5c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 10 13c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 10 16Zm4.5 0c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 13 14.5c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 14.5 13c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 14.5 16Zm-9-4.5c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 10c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 5.5 8.5c.417 0 .77.146 1.062.438C6.854 9.229 7 9.583 7 10c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 5.5 11.5Zm4.5 0c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 8.5 10c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 10 8.5c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 10 11.5Zm4.5 0c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 13 10c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 14.5 8.5c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062a1.444 1.444 0 0 1-1.062.438ZM5.5 7c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 5.5c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 5.5 4c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 5.5 7ZM10 7c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 8.5 5.5c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 10 4c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 10 7Zm4.5 0c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 13 5.5c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 14.5 4c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 14.5 7Z", fill: props.color }) })));
348
- };
349
-
350
- var ArrowBack = function (props) {
351
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 16-6-6 6-6 1.062 1.062L6.875 9.25H16v1.5H6.875l4.187 4.188L10 16Z", fill: props.color }) })));
352
- };
353
-
354
- var ArrowDown = function (props) {
355
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 16-6-6 1.062-1.062 4.188 4.187V4h1.5v9.125l4.188-4.187L16 10l-6 6Z", fill: props.color }) })));
356
- };
357
-
358
- var ArrowDropDown = function (props) {
359
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 12 6 8h8l-4 4Z", fill: props.color }) })));
360
- };
361
-
362
- var ArrowDropLeft = function (props) {
363
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m12 14-4-4 4-4v8Z", fill: props.color }) })));
364
- };
365
-
366
- var ArrowDropRight = function (props) {
367
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M8 14V6l4 4-4 4Z", fill: props.color }) })));
368
- };
369
-
370
- var ArrowDropUp = function (props) {
371
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m6 12 4-4 4 4H6Z", fill: props.color }) })));
372
- };
373
-
374
- var ArrowForward = function (props) {
375
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 16-1.062-1.062 4.187-4.188H4v-1.5h9.125L8.938 5.062 10 4l6 6-6 6Z", fill: props.color }) })));
376
- };
377
-
378
- var ArrowOutward = function (props) {
379
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.563 15.5 4.5 14.437 12.938 6H5.5V4.5h10v10H14V7.062L5.562 15.5Z", fill: props.color }) })));
380
- };
381
-
382
- var ArrowUp = function (props) {
383
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9.25 16V6.875l-4.188 4.187L4 10l6-6 6 6-1.062 1.062-4.188-4.187V16h-1.5Z", fill: props.color }) })));
384
- };
385
-
386
- var AssuredWorkload = function (props) {
387
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.125 13.375V7.937h1.75v5.438h-1.75Zm5.021 0V7.937h1.75v5.438h-1.75ZM.667 6.187v-1.75L9.021.208l8.333 4.229v1.75H.667ZM4.5 4.437h9.021l-4.5-2.27L4.5 4.437ZM.667 16.875v-1.75h9.583c.028.292.063.587.104.885.042.299.105.587.188.865H.667Zm12.479-6.958v-1.98h1.75v1.126l-1.75.854Zm2.521 9.875c-1.056-.264-1.931-.872-2.625-1.823A5.26 5.26 0 0 1 12 14.792v-2.334l3.667-1.833 3.666 1.833v2.334a5.264 5.264 0 0 1-1.041 3.177c-.695.951-1.57 1.559-2.625 1.823Zm-.521-3.084 2.937-2.937-.583-.584-2.354 2.355-1.229-1.229-.584.583 1.813 1.812ZM4.5 4.437h9.021H4.5Z", fill: props.color }) })));
388
- };
389
-
390
- var AttachFile = function (props) {
391
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 18c-1.278 0-2.347-.455-3.208-1.365-.861-.91-1.292-1.996-1.292-3.26V5.271c0-.903.316-1.674.948-2.313A3.118 3.118 0 0 1 8.75 2c.93 0 1.705.337 2.323 1.01.618.674.927 1.47.927 2.386v7.625c0 .555-.198 1.024-.594 1.406A1.957 1.957 0 0 1 10 15c-.583 0-1.063-.208-1.438-.625A2.112 2.112 0 0 1 8 12.917V5h1.5v8.021c0 .139.049.257.146.354a.482.482 0 0 0 .354.146.482.482 0 0 0 .354-.146.482.482 0 0 0 .146-.354v-7.75c0-.486-.17-.903-.51-1.25A1.672 1.672 0 0 0 8.75 3.5c-.486 0-.9.177-1.24.531-.34.354-.51.781-.51 1.281v8.209c0 .833.295 1.538.885 2.114.59.577 1.296.865 2.115.865.861 0 1.577-.306 2.146-.917A3.07 3.07 0 0 0 13 13.417V5h1.5v8.521c0 1.25-.434 2.309-1.302 3.177C12.33 17.566 11.264 18 10 18Z", fill: props.color }) })));
392
- };
393
-
394
- var BarCode = function (props) {
395
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M2 15.638v-10h1.455v10H2Zm2.182 0v-10h1.454v10H4.182Zm2.182 0v-10h.727v10h-.727Zm2.181 0v-10H10v10H8.545Zm2.182 0v-10h2.182v10h-2.182Zm2.91 0v-10h.727v10h-.728Zm2.181 0v-10H18v10h-2.182Z", fill: props.color }) })));
396
- };
397
-
398
- var Blocked = function (props) {
399
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 18a7.785 7.785 0 0 1-3.12-.63 8.073 8.073 0 0 1-2.54-1.71 8.074 8.074 0 0 1-1.71-2.54A7.785 7.785 0 0 1 2 10c0-1.107.21-2.147.63-3.12.42-.973.99-1.82 1.71-2.54a8.085 8.085 0 0 1 2.54-1.71A7.794 7.794 0 0 1 10 2c1.107 0 2.147.21 3.12.63.973.42 1.82.99 2.54 1.71s1.29 1.567 1.71 2.54c.42.973.63 2.013.63 3.12 0 1.107-.21 2.147-.63 3.12-.42.973-.99 1.82-1.71 2.54a8.073 8.073 0 0 1-2.54 1.71c-.973.42-2.013.63-3.12.63Zm0-1.6c1.787 0 3.3-.62 4.54-1.86 1.24-1.24 1.86-2.753 1.86-4.54 0-.72-.117-1.413-.35-2.08a6.353 6.353 0 0 0-1.01-1.84l-8.96 8.96c.56.44 1.173.777 1.84 1.01.667.233 1.36.35 2.08.35Zm-5.04-2.48 8.96-8.96a6.352 6.352 0 0 0-1.84-1.01A6.245 6.245 0 0 0 10 3.6c-1.787 0-3.3.62-4.54 1.86C4.22 6.7 3.6 8.213 3.6 10c0 .72.117 1.413.35 2.08.233.667.57 1.28 1.01 1.84Z", fill: props.color }) })));
400
- };
401
-
402
- var BoxOpen = function (props) {
403
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.568 17.638V7.605L2 4.299l1.447-.66 1.89 3.927h9.326l1.89-3.928L18 4.3l-1.568 3.306v10.033H3.568Zm4.824-5.444h3.216a.792.792 0 0 0 .573-.224.74.74 0 0 0 .231-.554.74.74 0 0 0-.231-.554.792.792 0 0 0-.573-.224H8.392a.792.792 0 0 0-.573.224.74.74 0 0 0-.231.554c0 .22.077.405.231.554.154.15.345.224.573.224Zm-3.216 3.889h9.648V9.122H5.176v6.96Z", fill: props.color }) })));
404
- };
405
-
406
- var Box = function (props) {
407
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9.222 16.207v-5.138L4.556 8.463v5.138l4.666 2.606Zm1.556 0 4.666-2.606V8.463l-4.666 2.606v5.138Zm-1.556 1.725-5.444-3.019a1.52 1.52 0 0 1-.574-.544A1.421 1.421 0 0 1 3 13.62V7.657c0-.275.068-.525.204-.75a1.52 1.52 0 0 1 .574-.544l5.444-3.019a1.573 1.573 0 0 1 1.556 0l5.444 3.02c.246.137.438.318.574.543.136.225.204.475.204.75v5.962c0 .275-.068.525-.204.75a1.52 1.52 0 0 1-.574.544l-5.444 3.019a1.573 1.573 0 0 1-1.556 0Zm3.89-9.9 1.496-.825L10 4.638l-1.517.844 4.628 2.55ZM10 9.776l1.517-.844-4.609-2.569-1.516.844L10 9.776Z", fill: props.color }) })));
408
- };
409
-
410
- var Bus = function (props) {
411
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.75 18.638a.865.865 0 0 1-.624-.242.799.799 0 0 1-.251-.6V16.07a3.578 3.578 0 0 1-.634-.938A2.628 2.628 0 0 1 3 14.008v-8c0-1.165.561-2.018 1.684-2.559 1.123-.54 2.895-.81 5.316-.81 2.508 0 4.302.26 5.381.78C16.461 3.935 17 4.8 17 6.006v8c0 .407-.08.782-.24 1.126-.161.344-.373.656-.635.937v1.726a.797.797 0 0 1-.252.6.862.862 0 0 1-.623.242h-.875a.862.862 0 0 1-.623-.242.797.797 0 0 1-.252-.6v-.842h-7v.842a.799.799 0 0 1-.251.6.865.865 0 0 1-.624.242H4.75Zm0-9.263h10.5V6.849H4.75v2.526Zm2.188 5.053c.364 0 .674-.123.929-.37.255-.245.383-.543.383-.893 0-.351-.128-.65-.383-.895a1.289 1.289 0 0 0-.93-.369c-.364 0-.674.123-.929.37a1.193 1.193 0 0 0-.383.893c0 .351.128.65.383.895.255.246.565.369.93.369Zm6.125 0c.364 0 .674-.123.929-.37.255-.245.383-.543.383-.893 0-.351-.128-.65-.383-.895a1.29 1.29 0 0 0-.93-.369 1.29 1.29 0 0 0-.929.37 1.193 1.193 0 0 0-.383.893c0 .351.128.65.383.895.255.246.565.369.93.369Zm-7.92-9.264h9.8c-.218-.238-.688-.438-1.41-.6-.722-.161-1.885-.242-3.49-.242-1.56 0-2.701.088-3.423.263-.722.176-1.214.369-1.476.58ZM6.5 15.27h7a1.72 1.72 0 0 0 1.236-.495c.343-.33.514-.726.514-1.19V11.06H4.75v2.527c0 .463.171.86.514 1.19.343.329.755.494 1.236.494Z", fill: props.color }) })));
412
- };
413
-
414
- var Cam = function (props) {
415
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 14.278c1 0 1.85-.34 2.55-1.021.7-.68 1.05-1.507 1.05-2.48 0-.971-.35-1.798-1.05-2.478-.7-.68-1.55-1.021-2.55-1.021-1 0-1.85.34-2.55 1.02-.7.681-1.05 1.508-1.05 2.48s.35 1.798 1.05 2.479c.7.68 1.55 1.02 2.55 1.02Zm0-1.556a1.96 1.96 0 0 1-1.42-.564 1.851 1.851 0 0 1-.58-1.38c0-.545.193-1.005.58-1.38A1.96 1.96 0 0 1 10 8.832c.56 0 1.033.188 1.42.564.387.376.58.836.58 1.38 0 .545-.193 1.005-.58 1.381a1.96 1.96 0 0 1-1.42.564ZM3.6 17c-.44 0-.817-.152-1.13-.457A1.478 1.478 0 0 1 2 15.444V6.111c0-.428.157-.794.47-1.098.313-.305.69-.457 1.13-.457h2.52L7.6 3h4.8l1.48 1.556h2.52c.44 0 .817.152 1.13.457.313.304.47.67.47 1.098v9.333c0 .428-.157.794-.47 1.1-.313.304-.69.456-1.13.456H3.6Zm0-1.556h12.8V6.111h-3.24L11.7 4.556H8.3L6.84 6.11H3.6v9.333Z", fill: props.color }) })));
416
- };
417
-
418
- var Campaign = function (props) {
419
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M15 10.875v-1.75h3.333v1.75H15Zm1 5.792-2.667-2 1.042-1.417 2.667 2L16 16.667Zm-1.604-9.938-1.063-1.396 2.667-2 1.062 1.396-2.666 2ZM4.167 15.833V12.5h-.75c-.459 0-.865-.15-1.219-.448a1.421 1.421 0 0 1-.531-1.135V9.083c0-.458.177-.836.531-1.135.354-.299.76-.448 1.219-.448h3.25L10.833 5v10l-4.166-2.5h-.75v3.333h-1.75Zm7.541-3.041V7.208c.375.333.678.74.907 1.219.229.48.343 1.004.343 1.573 0 .57-.114 1.094-.343 1.573-.23.48-.532.886-.907 1.219ZM3.417 9.25v1.5h3.791l1.875 1.167V8.083L7.208 9.25H3.417Z", fill: props.color }) })));
420
- };
421
-
422
- var Cancel = function (props) {
423
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M7.062 14 10 11.062 12.938 14 14 12.938 11.062 10 14 7.062 12.938 6 10 8.938 7.062 6 6 7.062 8.938 10 6 12.938 7.062 14ZM10 18a7.794 7.794 0 0 1-3.104-.625 8.067 8.067 0 0 1-2.552-1.719 8.065 8.065 0 0 1-1.719-2.552A7.795 7.795 0 0 1 2 10c0-1.111.208-2.15.625-3.115a8.066 8.066 0 0 1 4.271-4.26A7.795 7.795 0 0 1 10 2c1.111 0 2.15.208 3.115.625a8.1 8.1 0 0 1 4.26 4.26C17.792 7.85 18 8.889 18 10a7.794 7.794 0 0 1-.625 3.104 8.066 8.066 0 0 1-4.26 4.271A7.775 7.775 0 0 1 10 18Zm0-1.5c1.805 0 3.34-.632 4.604-1.896C15.868 13.34 16.5 11.805 16.5 10c0-1.805-.632-3.34-1.896-4.604C13.34 4.132 11.805 3.5 10 3.5c-1.805 0-3.34.632-4.604 1.896C4.132 6.66 3.5 8.195 3.5 10c0 1.805.632 3.34 1.896 4.604C6.66 15.868 8.195 16.5 10 16.5Z", fill: props.color }) })));
424
- };
425
-
426
- var CardSettings = function (props) {
427
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.43 13.5v-6 .208V4.5v9Zm0-7.5h12.386V4.5H3.43V6Zm6.054 9H3.429c-.384 0-.718-.15-1.002-.448A1.476 1.476 0 0 1 2 13.5v-9c0-.403.142-.753.427-1.052C2.71 3.149 3.045 3 3.429 3h12.387c.393 0 .73.15 1.01.448.28.299.42.65.42 1.052v3.896a5.79 5.79 0 0 0-1.357-.656 4.799 4.799 0 0 0-1.522-.24A4.998 4.998 0 0 0 10.774 9H3.43v4.5h5.717c.027.263.067.52.12.77.052.25.125.494.218.73Zm4.248 2-.238-1.167a4.11 4.11 0 0 1-.526-.24 2.21 2.21 0 0 1-.467-.343l-1.092.354-.635-1.146.814-.833a3.013 3.013 0 0 1-.06-.604c0-.209.02-.41.06-.604l-.814-.813.635-1.166 1.072.333c.146-.153.305-.278.477-.375a2.61 2.61 0 0 1 .536-.23L13.752 9h1.27l.258 1.167c.186.07.368.149.546.24.179.09.334.211.467.364l1.072-.313.635 1.146-.794.792c.04.194.056.4.05.614-.007.216-.03.42-.07.615l.814.813-.635 1.145-1.092-.333a2.21 2.21 0 0 1-.466.344 3.58 3.58 0 0 1-.527.233L15.003 17h-1.271Zm.66-2.5c.394 0 .73-.147 1.008-.442.277-.294.416-.649.416-1.062 0-.414-.14-.767-.42-1.059a1.355 1.355 0 0 0-1.013-.437c-.394 0-.73.147-1.008.442a1.493 1.493 0 0 0-.417 1.062c0 .414.14.767.42 1.059.282.291.619.437 1.013.437Z", fill: props.color }) })));
428
- };
429
-
430
- var CheckBoxBlank = function (props) {
431
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.5 17c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 3 15.5v-11c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 4.5 3h11c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062v11c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 15.5 17h-11Zm0-1.5h11v-11h-11v11Z", fill: props.color }) })));
432
- };
433
-
434
- var CheckBoxIndeterminate = function (props) {
435
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M7 10.75h6v-1.5H7v1.5ZM4.5 17c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 3 15.5v-11c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 4.5 3h11c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062v11c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 15.5 17h-11Zm0-1.5h11v-11h-11v11Zm0-11v11-11Z", fill: props.color }) })));
436
- };
437
-
438
- var CheckBox = function (props) {
439
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m8.938 13 4.958-4.938L12.833 7l-3.895 3.875-1.771-1.75-1.063 1.063L8.938 13ZM4.5 17c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 3 15.5v-11c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 4.5 3h11c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062v11c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 15.5 17h-11Zm0-1.5h11v-11h-11v11Zm0-11v11-11Z", fill: props.color }) })));
440
- };
441
-
442
- var CheckCircle = function (props) {
443
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m8.938 13 4.958-4.938L12.833 7l-3.895 3.875-1.771-1.75-1.063 1.063L8.938 13ZM10 18a7.794 7.794 0 0 1-3.104-.625 8.067 8.067 0 0 1-2.552-1.719 8.065 8.065 0 0 1-1.719-2.552A7.795 7.795 0 0 1 2 10c0-1.111.208-2.15.625-3.115a8.066 8.066 0 0 1 4.271-4.26A7.795 7.795 0 0 1 10 2c1.111 0 2.15.208 3.115.625a8.1 8.1 0 0 1 4.26 4.26C17.792 7.85 18 8.889 18 10a7.794 7.794 0 0 1-.625 3.104 8.066 8.066 0 0 1-4.26 4.271A7.775 7.775 0 0 1 10 18Zm0-1.5c1.805 0 3.34-.632 4.604-1.896C15.868 13.34 16.5 11.805 16.5 10c0-1.805-.632-3.34-1.896-4.604C13.34 4.132 11.805 3.5 10 3.5c-1.805 0-3.34.632-4.604 1.896C4.132 6.66 3.5 8.195 3.5 10c0 1.805.632 3.34 1.896 4.604C6.66 15.868 8.195 16.5 10 16.5Z", fill: props.color }) })));
444
- };
445
-
446
- var Check = function (props) {
447
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m8.229 14.062-3.521-3.541L5.75 9.479l2.479 2.459 6.021-6L15.292 7l-7.063 7.062Z", fill: props.color }) })));
448
- };
449
-
450
- var Checklist = function (props) {
451
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.833 16.084 2 13.25l1.062-1.063 1.75 1.77 3.542-3.542 1.084 1.063-4.605 4.605Zm0-6.5L2 6.75l1.062-1.064 1.771 1.771 3.521-3.542L9.438 4.98 4.833 9.585Zm6.167 5v-1.5h7v1.5h-7Zm0-6.5v-1.5h7v1.5h-7Z", fill: props.color }) })));
452
- };
453
-
454
- var ChevronLeft = function (props) {
455
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m11.969 15-5-5 5-5 1.062 1.062L9.094 10l3.937 3.938L11.969 15Z", fill: props.color }) })));
456
- };
457
-
458
- var ChevronRight = function (props) {
459
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m8.031 15-1.062-1.062L10.906 10 6.969 6.062 8.031 5l5 5-5 5Z", fill: props.color }) })));
460
- };
461
-
462
- var CircleDash = function (props) {
463
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m17.932 11.045-1.487-.194a6.584 6.584 0 0 0 0-1.702l1.487-.194a8.077 8.077 0 0 1 0 2.09Zm-.539-4.107-1.386.574a6.491 6.491 0 0 0-.85-1.468l1.19-.914c.423.55.776 1.157 1.046 1.808ZM14.87 3.653l-.914 1.19a6.494 6.494 0 0 0-1.468-.85l.574-1.386c.65.27 1.258.623 1.808 1.046Zm-3.825-1.585-.194 1.487a6.577 6.577 0 0 0-1.702 0l-.194-1.487a8.075 8.075 0 0 1 2.09 0Zm-4.107.539.574 1.386a6.492 6.492 0 0 0-1.468.85l-.914-1.19a7.992 7.992 0 0 1 1.808-1.046ZM3.653 5.13l1.19.914c-.345.447-.632.94-.85 1.468l-1.386-.574c.27-.65.623-1.258 1.046-1.808ZM2.068 8.955a8.075 8.075 0 0 0 0 2.09l1.487-.194a6.577 6.577 0 0 1 0-1.702l-1.487-.194Zm.539 4.107 1.386-.574c.218.527.505 1.02.85 1.468l-1.19.914a7.992 7.992 0 0 1-1.046-1.808Zm2.523 3.285.914-1.19c.447.345.94.632 1.468.85l-.574 1.386a7.993 7.993 0 0 1-1.808-1.046Zm3.825 1.585.194-1.487a6.582 6.582 0 0 0 1.702 0l.194 1.487a8.078 8.078 0 0 1-2.09 0Zm4.107-.539-.574-1.386a6.493 6.493 0 0 0 1.468-.85l.914 1.19a7.993 7.993 0 0 1-1.808 1.046Zm3.285-2.523a7.993 7.993 0 0 0 1.046-1.808l-1.386-.574a6.493 6.493 0 0 1-.85 1.468l1.19.914Z", fill: props.color }) })));
464
- };
465
-
466
- var CircleProgress = function (props) {
467
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m17.932 11.045-1.487-.194a6.584 6.584 0 0 0 0-1.702l1.487-.194a8.077 8.077 0 0 1 0 2.09Zm-.539-4.107-1.386.574a6.491 6.491 0 0 0-.85-1.468l1.19-.914c.423.55.776 1.157 1.046 1.808ZM14.87 3.653l-.914 1.19a6.493 6.493 0 0 0-1.468-.85l.574-1.386c.65.27 1.258.623 1.808 1.046Zm-3.825-1.585-.194 1.487a6.577 6.577 0 0 0-1.702 0l-.194-1.487a8.075 8.075 0 0 1 2.09 0Zm-4.107.539.574 1.386a6.492 6.492 0 0 0-1.468.85l-.914-1.19a7.992 7.992 0 0 1 1.808-1.046ZM3.653 5.13l1.19.914c-.345.447-.632.94-.85 1.468l-1.386-.574c.27-.65.623-1.258 1.046-1.808ZM2.068 8.955a8.075 8.075 0 0 0 0 2.09l1.487-.194a6.577 6.577 0 0 1 0-1.702l-1.487-.194Zm.539 4.107 1.386-.574c.218.527.505 1.02.85 1.468l-1.19.914a7.992 7.992 0 0 1-1.046-1.808Zm2.523 3.285.914-1.19c.447.345.94.632 1.468.85l-.574 1.386a7.993 7.993 0 0 1-1.808-1.046Zm3.825 1.585.194-1.487a6.582 6.582 0 0 0 1.702 0l.194 1.487a8.078 8.078 0 0 1-2.09 0Zm4.107-.539-.574-1.386a6.493 6.493 0 0 0 1.468-.85l.914 1.19a7.993 7.993 0 0 1-1.808 1.046Zm3.285-2.523a7.993 7.993 0 0 0 1.046-1.808l-1.386-.574a6.493 6.493 0 0 1-.85 1.468l1.19.914Z", fill: props.color }), jsxRuntime.jsx("path", { d: "M10 3.5V2c-4.5 0-8 3.5-8 8s3.5 8 8 8v-1.5c-3.5 0-6.5-3-6.5-6.5s3-6.5 6.5-6.5Z", fill: props.color })] })));
468
- };
469
-
470
- var Clock = function (props) {
471
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m12.64 13.76 1.12-1.12-2.96-2.96V6H9.2v4.32l3.44 3.44ZM10 18a7.785 7.785 0 0 1-3.12-.63 8.073 8.073 0 0 1-2.54-1.71 8.074 8.074 0 0 1-1.71-2.54A7.785 7.785 0 0 1 2 10c0-1.107.21-2.147.63-3.12.42-.973.99-1.82 1.71-2.54a8.085 8.085 0 0 1 2.54-1.71A7.794 7.794 0 0 1 10 2c1.107 0 2.147.21 3.12.63.973.42 1.82.99 2.54 1.71s1.29 1.567 1.71 2.54c.42.973.63 2.013.63 3.12 0 1.107-.21 2.147-.63 3.12-.42.973-.99 1.82-1.71 2.54a8.073 8.073 0 0 1-2.54 1.71c-.973.42-2.013.63-3.12.63Zm0-1.6c1.773 0 3.284-.623 4.53-1.87 1.247-1.246 1.87-2.757 1.87-4.53 0-1.773-.623-3.283-1.87-4.53C13.284 4.223 11.773 3.6 10 3.6c-1.773 0-3.283.623-4.53 1.87C4.223 6.717 3.6 8.227 3.6 10c0 1.773.623 3.284 1.87 4.53C6.717 15.777 8.227 16.4 10 16.4Z", fill: props.color }) })));
472
- };
473
-
474
- var Close = function (props) {
475
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M6.062 15 5 13.938 8.938 10 5 6.062 6.062 5 10 8.938 13.938 5 15 6.062 11.062 10 15 13.938 13.938 15 10 11.062 6.062 15Z", fill: props.color }) })));
476
- };
477
-
478
- var Connection = function (props) {
479
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M7.12 12.758c.12-.32.217-.657.29-1.01.073-.353.11-.723.11-1.11 0-.386-.037-.757-.11-1.11a6.79 6.79 0 0 0-.29-1.01l-1.48.6c.08.24.147.487.2.74.053.253.08.513.08.78s-.027.527-.08.78c-.053.254-.12.5-.2.74l1.48.6Zm2.56 1.08c.227-.506.39-1.026.49-1.56.1-.533.15-1.08.15-1.64 0-.56-.05-1.106-.15-1.64a6.958 6.958 0 0 0-.49-1.56l-1.48.6c.187.4.32.817.4 1.25.08.433.12.883.12 1.35 0 .467-.04.917-.12 1.35a5.16 5.16 0 0 1-.4 1.25l1.48.6Zm2.6 1.08c.28-.666.49-1.357.63-2.07.14-.713.21-1.45.21-2.21s-.07-1.497-.21-2.21c-.14-.713-.35-1.403-.63-2.07l-1.48.64c.24.56.42 1.147.54 1.76.12.614.18 1.24.18 1.88 0 .64-.06 1.267-.18 1.88-.12.614-.3 1.2-.54 1.76l1.48.64ZM10 18.638a7.785 7.785 0 0 1-3.12-.63 8.073 8.073 0 0 1-2.54-1.71 8.074 8.074 0 0 1-1.71-2.54 7.785 7.785 0 0 1-.63-3.12c0-1.106.21-2.146.63-3.12.42-.973.99-1.82 1.71-2.54a8.085 8.085 0 0 1 2.54-1.71 7.794 7.794 0 0 1 3.12-.63c1.107 0 2.147.21 3.12.63.973.42 1.82.99 2.54 1.71s1.29 1.567 1.71 2.54c.42.974.63 2.014.63 3.12 0 1.107-.21 2.147-.63 3.12-.42.974-.99 1.82-1.71 2.54a8.073 8.073 0 0 1-2.54 1.71c-.973.42-2.013.63-3.12.63Zm0-1.6c1.787 0 3.3-.62 4.54-1.86 1.24-1.24 1.86-2.753 1.86-4.54 0-1.786-.62-3.3-1.86-4.54-1.24-1.24-2.753-1.86-4.54-1.86s-3.3.62-4.54 1.86c-1.24 1.24-1.86 2.754-1.86 4.54 0 1.787.62 3.3 1.86 4.54 1.24 1.24 2.753 1.86 4.54 1.86Z", fill: props.color }) })));
480
- };
481
-
482
- var Contacts = function (props) {
483
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10.004 12c.414 0 .767-.147 1.059-.442.291-.294.437-.649.437-1.062 0-.414-.147-.767-.442-1.059A1.456 1.456 0 0 0 9.996 9c-.414 0-.767.147-1.059.442a1.456 1.456 0 0 0-.437 1.062c0 .414.147.767.442 1.059.294.291.649.437 1.062.437ZM7 15h6v-.688c0-.305-.083-.58-.25-.822a1.574 1.574 0 0 0-.667-.553 4.205 4.205 0 0 0-1.01-.333 5.558 5.558 0 0 0-2.146 0c-.354.07-.69.18-1.01.334-.278.124-.5.308-.667.552a1.42 1.42 0 0 0-.25.822V15Zm7.5 3H5.493c-.413 0-.765-.147-1.056-.44A1.45 1.45 0 0 1 4 16.5v-13c0-.413.147-.766.44-1.06.294-.293.647-.44 1.06-.44H12l4 4v10.5c0 .413-.147.766-.44 1.06-.295.293-.648.44-1.06.44Zm0-1.5V6.625L11.375 3.5H5.5v13h9Z", fill: props.color }) })));
484
- };
485
-
486
- var ContentCopy = function (props) {
487
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.5 18c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 3 16.5V5h1.5v11.5H14V18H4.5Zm3-3c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 6 13.5v-10c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 7.5 2h8c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062v10c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 15.5 15h-8Zm0-1.5h8v-10h-8v10Zm0 0v-10 10Z", fill: props.color }) })));
488
- };
489
-
490
- var ContentPaste = function (props) {
491
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.5 17.75c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 3 16.25v-11c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 4.5 3.75h3.562c.111-.43.344-.788.698-1.073A1.923 1.923 0 0 1 10 2.25c.472 0 .885.142 1.24.427.354.285.587.642.698 1.073H15.5c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062v11c0 .417-.146.77-.438 1.062a1.444 1.444 0 0 1-1.062.438h-11Zm0-1.5h11v-11H14v2.5H6v-2.5H4.5v11Zm5.5-11a.723.723 0 0 0 .531-.219.723.723 0 0 0 .219-.531.723.723 0 0 0-.219-.531A.723.723 0 0 0 10 3.75a.723.723 0 0 0-.531.219.723.723 0 0 0-.219.531c0 .208.073.385.219.531A.723.723 0 0 0 10 5.25Z", fill: props.color }) })));
492
- };
493
-
494
- var Conversion = function (props) {
495
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M16.3 18.638c-.585 0-1.11-.166-1.575-.5a2.591 2.591 0 0 1-.967-1.278H9.1c-.99 0-1.837-.348-2.542-1.044-.705-.696-1.058-1.533-1.058-2.511 0-.978.353-1.815 1.058-2.511A3.488 3.488 0 0 1 9.1 9.749h1.8c.495 0 .919-.174 1.272-.522a1.7 1.7 0 0 0 .528-1.255c0-.49-.176-.908-.528-1.256a1.746 1.746 0 0 0-1.272-.522H6.242a2.754 2.754 0 0 1-.978 1.278c-.458.333-.979.5-1.564.5a2.62 2.62 0 0 1-1.913-.778A2.556 2.556 0 0 1 1 5.304c0-.74.262-1.37.788-1.888A2.62 2.62 0 0 1 3.7 2.638c.585 0 1.106.167 1.564.5.457.333.784.76.978 1.278H10.9c.99 0 1.838.348 2.543 1.044.705.697 1.057 1.534 1.057 2.512 0 .977-.352 1.814-1.057 2.51a3.488 3.488 0 0 1-2.543 1.045H9.1c-.495 0-.919.174-1.27.522-.354.348-.53.767-.53 1.256s.176.907.53 1.256c.351.348.775.522 1.27.522h4.658c.195-.519.52-.945.979-1.279.457-.333.978-.5 1.563-.5.75 0 1.387.26 1.912.779.526.518.788 1.148.788 1.889 0 .74-.262 1.37-.788 1.888a2.62 2.62 0 0 1-1.912.778ZM3.7 6.194a.879.879 0 0 0 .9-.89.879.879 0 0 0-.9-.889.879.879 0 0 0-.9.89.879.879 0 0 0 .9.889Z", fill: props.color }) })));
496
- };
497
-
498
- var CreditCard = function (props) {
499
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M18 5.5v9c0 .403-.146.753-.438 1.052A1.428 1.428 0 0 1 16.5 16h-13a1.44 1.44 0 0 1-1.052-.448A1.44 1.44 0 0 1 2 14.5v-9c0-.403.15-.753.448-1.052A1.44 1.44 0 0 1 3.5 4h13c.417 0 .77.15 1.062.448.292.299.438.65.438 1.052ZM3.5 7h13V5.5h-13V7Zm0 3v4.5h13V10h-13Zm0 4.5v-9 9Z", fill: props.color }) })));
500
- };
501
-
502
- var CreditScore = function (props) {
503
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.417 5.792h13.166V4.25H3.417v1.542ZM1.667 4.25c0-.486.17-.899.51-1.239.34-.34.754-.511 1.24-.511h13.166c.486 0 .9.17 1.24.511.34.34.51.753.51 1.239v5H3.417v4.813h3.791v1.75H3.417c-.486 0-.9-.17-1.24-.511-.34-.34-.51-.753-.51-1.239V4.25ZM12.458 17.5l-3.541-3.541 1.229-1.23 2.333 2.292 4.604-4.604 1.229 1.229-5.854 5.854ZM3.417 4.25v9.813-3.813 2.313V4.25Z", fill: props.color }) })));
504
- };
505
-
506
- var CurrencyReal = function (props) {
507
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m5.548 11.105 2.136 4.438h1.457l.007-.09-2.308-4.646c.3-.13.573-.287.822-.47.249-.185.463-.397.642-.636.18-.239.32-.505.419-.8.104-.293.157-.617.157-.97 0-.548-.098-1.023-.292-1.427a2.789 2.789 0 0 0-.784-1.016 3.487 3.487 0 0 0-1.18-.605 5.334 5.334 0 0 0-1.434-.216H2v10.875h1.374v-4.437h2.174ZM3.374 9.97V5.802H5.19c.333.005.64.052.918.142.284.09.528.222.732.396.205.18.364.4.478.665.115.259.172.562.172.91 0 .33-.06.62-.18.875-.119.249-.28.46-.485.635-.209.174-.45.309-.724.403-.274.09-.565.137-.874.142H3.374ZM16.61 12.741c0 .274-.05.52-.149.74a1.478 1.478 0 0 1-.41.545c-.18.155-.399.271-.658.351-.259.08-.55.12-.874.12-.254 0-.505-.035-.754-.105a1.745 1.745 0 0 1-.665-.35 1.8 1.8 0 0 1-.486-.658c-.124-.28-.186-.628-.186-1.046h-1.382c0 .563.082 1.046.246 1.45.165.402.384.736.658 1 .274.269.587.473.94.612.36.14.733.23 1.121.27v1.426h1.113v-1.434a4.102 4.102 0 0 0 1.18-.291c.359-.15.663-.349.912-.598.249-.244.44-.538.575-.881.14-.344.209-.732.209-1.166 0-.443-.07-.831-.21-1.165a2.565 2.565 0 0 0-.59-.881 3.786 3.786 0 0 0-.948-.665A9.111 9.111 0 0 0 14.99 9.5a8.25 8.25 0 0 1-.986-.396 2.908 2.908 0 0 1-.658-.449 1.478 1.478 0 0 1-.38-.53 1.739 1.739 0 0 1-.12-.665c0-.254.035-.483.104-.687a1.474 1.474 0 0 1 .896-.919c.24-.09.519-.134.838-.134.293 0 .555.057.784.172.229.114.423.271.582.47.155.204.272.448.351.732.085.28.128.585.128.919h1.374c-.005-.573-.082-1.078-.232-1.516a2.964 2.964 0 0 0-.65-1.113 2.63 2.63 0 0 0-.776-.546 3.296 3.296 0 0 0-.994-.29V2.903h-1.113v1.643c-.403.05-.772.152-1.105.306a2.655 2.655 0 0 0-.837.605c-.234.254-.416.55-.545.89a3.271 3.271 0 0 0-.187 1.135c0 .443.072.834.217 1.172.144.34.35.638.62.897.264.264.582.49.956.68.373.189.792.356 1.255.5.368.12.687.252.956.396.269.14.488.291.657.456a1.58 1.58 0 0 1 .486 1.158Z", fill: props.color }) })));
508
- };
509
-
510
- var Cut = function (props) {
511
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M15.729 17.479 10 11.75l-1.854 1.854c.097.209.167.431.208.667.042.236.063.472.063.708 0 .93-.33 1.722-.99 2.375a3.267 3.267 0 0 1-2.385.979c-.93 0-1.726-.33-2.386-.989a3.254 3.254 0 0 1-.989-2.386c0-.93.33-1.726.989-2.385.66-.66 1.455-.99 2.386-.99.236 0 .472.021.708.063.236.041.458.118.667.229L8.292 10 6.417 8.125a2.222 2.222 0 0 1-.667.229 4.033 4.033 0 0 1-.708.063c-.93 0-1.726-.33-2.386-.99a3.25 3.25 0 0 1-.989-2.385c0-.93.33-1.726.989-2.386a3.254 3.254 0 0 1 2.386-.989c.93 0 1.726.333 2.385 1 .66.667.99 1.458.99 2.375 0 .25-.021.493-.063.729-.041.236-.11.458-.208.667l10.187 10.187v.854h-2.604ZM12.5 9.229 10.771 7.5l4.958-4.958h2.604v.854L12.5 9.229ZM5.042 6.667c.444 0 .826-.16 1.146-.479.32-.32.479-.702.479-1.146 0-.445-.16-.827-.479-1.146a1.566 1.566 0 0 0-1.146-.479c-.445 0-.827.16-1.146.479-.32.32-.479.701-.479 1.146 0 .444.16.826.479 1.146.32.32.701.479 1.146.479Zm4.937 3.75a.4.4 0 0 0 .292-.125.4.4 0 0 0 .125-.292.4.4 0 0 0-.125-.292.4.4 0 0 0-.583 0 .399.399 0 0 0 0 .584c.083.083.18.125.291.125Zm-4.937 6.166c.444 0 .826-.16 1.146-.479.32-.32.479-.701.479-1.146 0-.444-.16-.826-.479-1.146a1.566 1.566 0 0 0-1.146-.479c-.445 0-.827.16-1.146.479-.32.32-.479.702-.479 1.146 0 .445.16.827.479 1.146.32.32.701.479 1.146.479Z", fill: props.color }) })));
512
- };
513
-
514
- var Danger = function (props) {
515
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M6.875 17.5 2.5 13.125v-6.25L6.875 2.5h6.25L17.5 6.875v6.25L13.125 17.5h-6.25ZM10 14.188a.841.841 0 0 0 .615-.261.84.84 0 0 0 .26-.615.84.84 0 0 0-.26-.614.843.843 0 0 0-.615-.26.843.843 0 0 0-.615.26.84.84 0 0 0-.26.614.84.84 0 0 0 .26.615.841.841 0 0 0 .615.261Zm-.875-3.396h1.75V5.854h-1.75v4.938ZM7.604 15.75h4.792l3.354-3.354V7.604L12.396 4.25H7.604L4.25 7.604v4.792l3.354 3.354Z", fill: props.color }) })));
516
- };
517
-
518
- var DarkMode = function (props) {
519
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 17.5c-2.083 0-3.854-.73-5.312-2.188C3.229 13.854 2.5 12.083 2.5 10s.73-3.854 2.188-5.312C6.146 3.229 7.917 2.5 10 2.5a7.686 7.686 0 0 1 1.125.083A4.426 4.426 0 0 0 9.76 4.156a4.428 4.428 0 0 0-.51 2.094c0 1.25.437 2.313 1.312 3.188S12.5 10.75 13.75 10.75c.764 0 1.465-.17 2.104-.51a4.45 4.45 0 0 0 1.563-1.365A7.37 7.37 0 0 1 17.5 10c0 2.083-.73 3.854-2.188 5.312C13.854 16.771 12.083 17.5 10 17.5Zm0-1.75c1.195 0 2.26-.313 3.198-.938a5.567 5.567 0 0 0 2.073-2.5c-.25.07-.5.119-.75.146-.25.028-.507.042-.771.042-1.736 0-3.212-.608-4.427-1.823C8.108 9.462 7.5 7.986 7.5 6.25c0-.264.014-.521.042-.771.027-.25.076-.5.146-.75a5.567 5.567 0 0 0-2.5 2.073C4.563 7.739 4.25 8.805 4.25 10c0 1.597.559 2.955 1.677 4.073C7.045 15.191 8.403 15.75 10 15.75Z", fill: props.color }) })));
520
- };
521
-
522
- var Delete = function (props) {
523
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M6.5 17c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 5 15.5v-10H4V4h4V3h4v1h4v1.5h-1v10c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 13.5 17h-7Zm7-11.5h-7v10h7v-10ZM8 14h1.5V7H8v7Zm2.5 0H12V7h-1.5v7Zm-4-8.5v10-10Z", fill: props.color }) })));
524
- };
525
-
526
- var DocCanceled = function (props) {
527
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { d: "M5.2 18.638c-.44 0-.816-.156-1.13-.47a1.541 1.541 0 0 1-.47-1.13v-12.8c0-.44.157-.817.47-1.13a1.54 1.54 0 0 1 1.13-.47h6.4l4.8 4.8v3.2h-1.6v-3.2h-4v-3.2H5.2v12.8h3.2v1.6H5.2Z", fill: props.color }), jsxRuntime.jsx("path", { d: "m10 17.959.68.68 2.52-2.521 2.52 2.52.68-.68-2.52-2.52 2.52-2.52-.68-.68-2.52 2.52-2.52-2.52-.68.68 2.52 2.52-2.52 2.52Z", fill: props.color })] })));
528
- };
529
-
530
- var Doc = function (props) {
531
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M7 15h6v-1.5H7V15Zm0-3h6v-1.5H7V12Zm-1.5 6c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 16.5v-13c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 5.5 2H12l4 4v10.5c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 14.5 18h-9ZM11 7V3.5H5.5v13h9V7H11ZM5.5 3.5v3.938V3.5v13-13Z", fill: props.color }) })));
532
- };
533
-
534
- var Download = function (props) {
535
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.5 16.5c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 15v-1.5h1.5V15h9v-1.5H16V15c0 .417-.146.77-.438 1.062a1.444 1.444 0 0 1-1.062.438h-9Zm4.5-3-4-4 1.062-1.062 2.188 2.187V3.5h1.5v7.125l2.188-2.187L14 9.5l-4 4Z", fill: props.color }) })));
536
- };
537
-
538
- var Drag = function (props) {
539
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M6.66 18a1.912 1.912 0 0 1-1.41-.59 1.941 1.941 0 0 1-.583-1.416c0-.551.196-1.022.589-1.41A1.941 1.941 0 0 1 6.673 14c.551 0 1.021.196 1.41.59.39.392.584.864.584 1.416 0 .552-.197 1.022-.59 1.41A1.941 1.941 0 0 1 6.662 18Zm6.668 0a1.912 1.912 0 0 1-1.411-.59 1.941 1.941 0 0 1-.584-1.416c0-.551.197-1.022.59-1.41A1.941 1.941 0 0 1 13.338 14c.552 0 1.022.196 1.411.59.389.392.583.864.583 1.416 0 .552-.196 1.022-.589 1.41a1.941 1.941 0 0 1-1.416.584ZM6.66 12a1.912 1.912 0 0 1-1.411-.59 1.941 1.941 0 0 1-.583-1.416c0-.551.196-1.022.589-1.41A1.941 1.941 0 0 1 6.673 8c.551 0 1.021.196 1.41.59.39.392.584.864.584 1.416 0 .551-.197 1.022-.59 1.41A1.941 1.941 0 0 1 6.662 12Zm6.667 0a1.912 1.912 0 0 1-1.411-.59 1.941 1.941 0 0 1-.584-1.416c0-.551.197-1.022.59-1.41A1.941 1.941 0 0 1 13.338 8c.552 0 1.022.196 1.411.59.389.392.583.864.583 1.416 0 .551-.196 1.022-.589 1.41a1.941 1.941 0 0 1-1.416.584ZM6.66 6a1.912 1.912 0 0 1-1.411-.59 1.941 1.941 0 0 1-.583-1.416c0-.552.196-1.022.589-1.41A1.941 1.941 0 0 1 6.673 2c.551 0 1.021.196 1.41.59.39.392.584.864.584 1.416 0 .551-.197 1.022-.59 1.41A1.941 1.941 0 0 1 6.662 6Zm6.667 0a1.912 1.912 0 0 1-1.411-.59 1.941 1.941 0 0 1-.584-1.416c0-.552.197-1.022.59-1.41A1.941 1.941 0 0 1 13.338 2c.552 0 1.022.196 1.411.59.389.392.583.864.583 1.416 0 .551-.196 1.022-.589 1.41A1.941 1.941 0 0 1 13.328 6Z", fill: props.color }) })));
540
- };
541
-
542
- var Edit = function (props) {
543
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.146 15.864h1.229l7-7-1.229-1.229-7 7v1.23Zm11.938-8.207-3.73-3.73 1.021-1.02c.347-.348.76-.522 1.24-.522s.892.174 1.239.522l1.25 1.25c.333.333.5.746.5 1.239 0 .493-.167.906-.5 1.24l-1.02 1.02Zm-1.23 1.229-8.729 8.729H2.396v-3.73l8.729-8.728 3.729 3.729Zm-3.083-.625-.625-.625 1.229 1.228-.604-.604Z", fill: props.color }) })));
544
- };
545
-
546
- var Email$1 = function (props) {
547
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.417 16.667c-.486 0-.9-.17-1.24-.511-.34-.34-.51-.753-.51-1.239V5.083c0-.486.17-.899.51-1.239.34-.34.754-.511 1.24-.511h13.166c.486 0 .9.17 1.24.511.34.34.51.753.51 1.239v9.834c0 .486-.17.899-.51 1.239-.34.34-.754.511-1.24.511H3.417ZM10 10.938 3.417 6.833v8.084h13.166V6.833L10 10.938Zm0-1.73 6.625-4.125H3.396L10 9.208ZM3.417 6.833v-1.75 9.834h.021-.021V6.833Z", fill: props.color }) })));
548
- };
549
-
550
- var Engineering = function (props) {
551
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m15.646 8.375-.208-.896a4.549 4.549 0 0 1-.323-.177 1.34 1.34 0 0 1-.261-.198l-.896.313-.604-1.042.729-.625a.471.471 0 0 1-.01-.167.918.918 0 0 0 .01-.145v-.157c0-.049.007-.1.021-.156l-.729-.625.604-1.042.896.313c.07-.07.156-.139.26-.208.105-.07.212-.126.323-.167l.209-.896h1.166l.209.896c.11.041.218.097.323.167.104.07.19.139.26.208l.896-.313.604 1.042-.729.625a.637.637 0 0 1 .021.156v.302a.888.888 0 0 1-.021.167l.729.625-.604 1.042-.896-.313c-.07.07-.156.135-.26.198a4.853 4.853 0 0 1-.323.177l-.209.896h-1.187Zm.604-1.896c.292 0 .539-.1.74-.302.201-.201.302-.448.302-.739 0-.292-.1-.539-.302-.74a1.006 1.006 0 0 0-.74-.302c-.292 0-.539.1-.74.302a1.006 1.006 0 0 0-.302.74c0 .291.1.538.302.739.201.201.448.302.74.302Zm-2.5 6-.125-.646a2.769 2.769 0 0 1-.229-.104.77.77 0 0 1-.208-.146l-.605.209-.437-.75.5-.417v-.458l-.5-.396.437-.771.605.208a.8.8 0 0 1 .208-.146c.083-.041.16-.076.229-.104l.125-.646h.833l.125.646c.07.028.146.063.23.104.083.042.152.09.208.146L15.75 9l.417.771-.479.396v.458l.479.417-.417.77-.604-.229a.79.79 0 0 1-.208.146c-.084.042-.16.077-.23.104l-.125.646h-.833Zm.417-1.5a.563.563 0 0 0 .416-.167.563.563 0 0 0 .167-.416.566.566 0 0 0-.167-.417.563.563 0 0 0-.416-.167.566.566 0 0 0-.417.167.566.566 0 0 0-.167.417c0 .167.056.305.167.416.111.111.25.167.417.167Zm-6.625-.333c-.93 0-1.726-.33-2.386-.99a3.25 3.25 0 0 1-.989-2.385h-.209a.408.408 0 0 1-.302-.115.408.408 0 0 1-.114-.302.41.41 0 0 1 .114-.302.41.41 0 0 1 .302-.114h.209c0-.653.153-1.23.458-1.73.305-.5.708-.896 1.208-1.187v.75a.425.425 0 0 0 .438.437.423.423 0 0 0 .312-.125.423.423 0 0 0 .125-.312V3.146c.125-.028.261-.052.407-.073a3.03 3.03 0 0 1 .854 0c.146.02.281.045.406.073v1.125c0 .125.042.229.125.312a.423.423 0 0 0 .312.125.425.425 0 0 0 .438-.437v-.75c.5.291.903.687 1.208 1.187.306.5.459 1.077.459 1.73h.208a.41.41 0 0 1 .302.114.408.408 0 0 1 .115.302.406.406 0 0 1-.115.302.408.408 0 0 1-.302.115h-.208c0 .93-.33 1.726-.99 2.385-.66.66-1.454.99-2.385.99Zm0-1.75a1.57 1.57 0 0 0 1.156-.469 1.57 1.57 0 0 0 .469-1.156h-3.25c0 .458.156.843.468 1.156.313.313.698.469 1.157.469ZM.875 17.5v-2.438c0-.472.115-.913.344-1.322.229-.41.558-.72.989-.928a14.734 14.734 0 0 1 2.407-.906c.895-.257 1.871-.385 2.927-.385 1.055 0 2.031.128 2.927.385.895.257 1.697.56 2.406.906.43.209.76.518.99.928.229.41.343.85.343 1.322V17.5H.875Zm1.75-1.75h9.854v-.688a.808.808 0 0 0-.094-.385.658.658 0 0 0-.302-.281c-.5-.236-1.142-.483-1.927-.74-.785-.257-1.656-.385-2.614-.385-.959 0-1.83.125-2.615.375-.785.25-1.42.5-1.906.75a.658.658 0 0 0-.302.281.808.808 0 0 0-.094.385v.688Z", fill: props.color }) })));
552
- };
553
-
554
- var Event$1 = function (props) {
555
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M12 15a1.931 1.931 0 0 1-1.417-.583A1.931 1.931 0 0 1 10 13c0-.555.194-1.028.583-1.417.39-.389.862-.583 1.417-.583s1.028.194 1.417.583c.389.39.583.862.583 1.417s-.194 1.028-.583 1.417c-.39.389-.862.583-1.417.583Zm-7.5 3c-.417 0-.77-.15-1.062-.448A1.456 1.456 0 0 1 3 16.5v-11c0-.403.146-.753.438-1.052A1.428 1.428 0 0 1 4.5 4H6V2h1.5v2h5V2H14v2h1.5c.417 0 .77.15 1.062.448.292.299.438.65.438 1.052v11c0 .403-.146.753-.438 1.052A1.428 1.428 0 0 1 15.5 18h-11Zm0-1.5h11V9h-11v7.5Zm0-9h11v-2h-11v2Zm0 0v-2 2Z", fill: props.color }) })));
556
- };
557
-
558
- var ExpandLess = function (props) {
559
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M6.062 13.031 5 11.969l5-5 5 5-1.062 1.062L10 9.093l-3.938 3.938Z", fill: props.color }) })));
560
- };
561
-
562
- var ExpandMore = function (props) {
563
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 13.031-5-5 1.062-1.062L10 10.907l3.938-3.938L15 8.031l-5 5Z", fill: props.color }) })));
564
- };
565
-
566
- var FavoriteFill = function (props) {
567
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m9.998 15.11 4.457 2.823c.327.208.733-.1.646-.489l-1.18-5.32 3.93-3.575c.285-.262.138-.76-.25-.796l-5.18-.462-2.027-5.013a.422.422 0 0 0-.793 0L7.575 7.291l-5.18.462c-.38.036-.535.534-.242.796l3.93 3.575-1.18 5.32c-.086.39.319.697.646.489l4.449-2.823Z", fill: props.color }) })));
568
- };
569
-
570
- var Favorite = function (props) {
571
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10.265 14.687-.267-.17-.268.17-4.31 2.736 1.152-5.191.063-.283-.215-.195L2.556 8.24l5.064-.45.304-.028.115-.283L9.998 2.63l1.959 4.848.114.283.305.027 5.071.452-3.863 3.513-.215.195.063.283 1.153 5.191-4.32-2.736Z", stroke: props.color }) })));
572
- };
573
-
574
- var File$1 = function (props) {
575
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.5 18c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 16.5v-13c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 5.5 2H12l4 4v10.5c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 14.5 18h-9ZM11 7V3.5H5.5v13h9V7H11ZM5.5 3.5v3.938V3.5v13-13Z", fill: props.color }) })));
576
- };
577
-
578
- var Filter$1 = function (props) {
579
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("g", { clipPath: "url(#prefix__a)", children: jsxRuntime.jsx("path", { d: "M9.003 18a.964.964 0 0 1-.711-.288.969.969 0 0 1-.287-.712v-6L2.22 3.6c-.25-.333-.287-.683-.112-1.05.174-.367.478-.55.91-.55h13.964c.432 0 .736.183.91.55.175.367.137.717-.112 1.05L11.995 11v6c0 .283-.096.52-.287.712a.964.964 0 0 1-.71.288H9.002ZM10 10.3 14.937 4H5.063L10 10.3Z", fill: props.color }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "prefix__a", children: jsxRuntime.jsx("path", { fill: "#fff", transform: "translate(2 2)", d: "M0 0h16v16H0z" }) }) })] })));
580
- };
581
-
582
- var FlashLight = function (props) {
583
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.77 6.8 3 5.12l1.153-1.16 1.77 1.72L4.772 6.8Zm4.406-2.4V2h1.647v2.4H9.176Zm6.095 2.4-1.195-1.12L15.848 4 17 5.12 15.27 6.8ZM7.529 18v-4l-2.47-2.4v-4h9.882v4l-2.47 2.4v4H7.529Zm1.647-1.6h1.647v-3.06l2.471-2.4V9.2H6.706v1.74l2.47 2.4v3.06Z", fill: props.color }) })));
584
- };
585
-
586
- var Folder = function (props) {
587
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.417 16.667c-.486 0-.9-.17-1.24-.511-.34-.34-.51-.753-.51-1.239V5.083c0-.486.17-.899.51-1.239.34-.34.754-.511 1.24-.511H8.25L10 5.083h6.583c.486 0 .9.17 1.24.511.34.34.51.753.51 1.239v8.084c0 .486-.17.899-.51 1.239-.34.34-.754.511-1.24.511H3.417Zm0-11.584v9.834h13.166V6.833H9.271l-1.75-1.75H3.417Zm0 0v9.834-9.834Z", fill: props.color }) })));
588
- };
589
-
590
- var FontBold = function (props) {
591
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.729 15.834V4.166h4.542c.958 0 1.795.275 2.51.823.715.55 1.073 1.289 1.073 2.22 0 .666-.156 1.197-.468 1.594a3.239 3.239 0 0 1-1.094.905v.168c.61.208 1.093.534 1.448.979.354.444.531 1.02.531 1.729 0 1.04-.382 1.843-1.146 2.405-.764.563-1.674.845-2.729.845H5.729Zm2.292-6.958h2.063c.444 0 .815-.13 1.114-.386.299-.257.448-.573.448-.949 0-.36-.15-.673-.448-.937-.299-.264-.67-.396-1.114-.396H8.021v2.668Zm0 4.875h2.229c.542 0 .966-.136 1.271-.407.305-.271.458-.622.458-1.053 0-.43-.153-.78-.458-1.052-.305-.27-.729-.405-1.271-.405H8.021v2.917Z", fill: props.color }) })));
592
- };
593
-
594
- var FontDownload = function (props) {
595
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.354 15h1.729L8 12.438h4.021L12.917 15h1.729l-3.75-10H9.104l-3.75 10ZM8.5 11l1.458-4.146h.063L11.479 11H8.5Zm-5 7c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 2 16.5v-13c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 3.5 2h13c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062v13c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 16.5 18h-13Zm0-1.5h13v-13h-13v13Zm0-13v13-13Z", fill: props.color }) })));
596
- };
597
-
598
- var FontItalic = function (props) {
599
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.167 16.667v-2.584h2.812l3.25-8.166H7.5V3.333h8.333v2.584h-2.812l-3.25 8.166H12.5v2.584H4.167Z", fill: props.color }) })));
600
- };
601
-
602
- var Forklift = function (props) {
603
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.455 17.638a2.36 2.36 0 0 1-1.74-.72A2.39 2.39 0 0 1 1 15.168c0-.357.068-.697.205-1.02.136-.322.34-.6.613-.833V9.403h1.637V4.462H10l3.845 9.12c.082.192.144.385.184.577.041.192.062.39.062.597 0 .796-.28 1.475-.839 2.038a2.75 2.75 0 0 1-2.025.844c-.559 0-1.074-.148-1.544-.443a2.726 2.726 0 0 1-1.053-1.204H5.766a2.45 2.45 0 0 1-.9 1.194 2.372 2.372 0 0 1-1.411.453Zm11.454-.823V3.638h1.636v11.53H19v1.647h-4.09ZM3.455 15.99a.79.79 0 0 0 .583-.237.799.799 0 0 0 .235-.586.8.8 0 0 0-.235-.587.79.79 0 0 0-.583-.237.787.787 0 0 0-.583.237.798.798 0 0 0-.236.587c0 .233.079.428.236.586.157.158.35.237.583.237Zm7.772 0c.341 0 .63-.12.87-.36.238-.24.357-.532.357-.875 0-.343-.119-.635-.358-.875a1.178 1.178 0 0 0-.869-.36c-.34 0-.63.12-.869.36s-.358.532-.358.875c0 .343.12.634.358.874.239.24.528.361.87.361Zm-5.461-1.647h2.618c.027-.15.058-.291.093-.422.033-.13.084-.264.153-.402H6.789l-2.394-2.47h-.94v1.647c.518 0 .988.151 1.41.453.424.302.724.7.9 1.194Zm1.718-2.47h3.866L8.916 6.109H5.09v3.294l2.393 2.47ZM6.79 13.52l-.378-.39c-.253-.261-.526-.546-.819-.856-.293-.308-.566-.59-.818-.844l-.379-.38 2.394 2.47Z", fill: props.color }) })));
604
- };
605
-
606
- var FormatAlignCenter = function (props) {
607
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3 17v-1.5h14V17H3Zm3-3.125v-1.5h8v1.5H6ZM3 10.75v-1.5h14v1.5H3Zm3-3.125v-1.5h8v1.5H6ZM3 4.5V3h14v1.5H3Z", fill: props.color }) })));
608
- };
609
-
610
- var FormatAlignJustify = function (props) {
611
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3 17v-1.5h14V17H3Zm0-3.125v-1.5h14v1.5H3Zm0-3.125v-1.5h14v1.5H3Zm0-3.125v-1.5h14v1.5H3ZM3 4.5V3h14v1.5H3Z", fill: props.color }) })));
612
- };
613
-
614
- var FormatAlignLeft = function (props) {
615
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3 17v-1.5h14V17H3Zm0-3.125v-1.5h10v1.5H3Zm0-3.125v-1.5h14v1.5H3Zm0-3.125v-1.5h10v1.5H3ZM3 4.5V3h14v1.5H3Z", fill: props.color }) })));
616
- };
617
-
618
- var FormatAlignRight = function (props) {
619
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3 17v-1.5h14V17H3Zm4-3.125v-1.5h10v1.5H7ZM3 10.75v-1.5h14v1.5H3Zm4-3.125v-1.5h10v1.5H7ZM3 4.5V3h14v1.5H3Z", fill: props.color }) })));
620
- };
621
-
622
- var FormatColorText = function (props) {
623
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M1.625 18.75v-3.417h16.75v3.417H1.625Zm2.937-5.833L8.938 1.25h2.124l4.376 11.667h-2.084l-1.021-2.896H7.667l-1.021 2.896H4.562Zm3.73-4.667h3.416l-1.666-4.688h-.084L8.292 8.25Z", fill: props.color }) })));
624
- };
625
-
626
- var FormatListBullet = function (props) {
627
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.75 15.25a.962.962 0 0 1-.708-.292.962.962 0 0 1-.292-.708c0-.278.097-.514.292-.708a.962.962 0 0 1 .708-.292c.278 0 .514.097.708.292.195.194.292.43.292.708a.962.962 0 0 1-.292.708.962.962 0 0 1-.708.292Zm2.5-.25v-1.5h11V15h-11Zm-2.5-4a.962.962 0 0 1-.708-.292A.962.962 0 0 1 2.75 10c0-.278.097-.514.292-.708A.962.962 0 0 1 3.75 9c.278 0 .514.097.708.292.195.194.292.43.292.708a.962.962 0 0 1-.292.708.962.962 0 0 1-.708.292Zm2.5-.25v-1.5h11v1.5h-11Zm-2.5-4a.962.962 0 0 1-.708-.292.962.962 0 0 1-.292-.708c0-.278.097-.514.292-.708a.962.962 0 0 1 .708-.292c.278 0 .514.097.708.292.195.194.292.43.292.708a.962.962 0 0 1-.292.708.962.962 0 0 1-.708.292Zm2.5-.25V5h11v1.5h-11Z", fill: props.color }) })));
628
- };
629
-
630
- var FormatListNumbered = function (props) {
631
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M2.5 16v-.75H4v-.375h-.75v-.75H4v-.375H2.5V13h2.25v3H2.5Zm4-1v-1.5h11V15h-11Zm-4-3.5v-.667L3.854 9.25H2.5V8.5h2.25v.667L3.396 10.75H4.75v.75H2.5Zm4-.75v-1.5h11v1.5h-11ZM3.25 7V4.75H2.5V4H4v3h-.75Zm3.25-.5V5h11v1.5h-11Z", fill: props.color }) })));
632
- };
633
-
634
- var FormatStrikethrough = function (props) {
635
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10.125 16c-1 0-1.875-.292-2.625-.875S6.25 13.771 6 12.812l1.688-.687c.222.708.545 1.243.968 1.604.424.361.928.542 1.511.542.625 0 1.121-.15 1.489-.448.368-.299.552-.698.552-1.198 0-.223-.042-.428-.125-.615a1.539 1.539 0 0 0-.375-.51h2.146c.07.153.115.316.136.489.02.174.031.379.031.615 0 1-.361 1.816-1.083 2.448-.723.632-1.66.948-2.813.948ZM2 10V8.5h16V10H2Zm8-6c.889 0 1.625.187 2.208.562.583.375 1.056.973 1.417 1.792L12 7.062a2.12 2.12 0 0 0-.76-1.01 1.99 1.99 0 0 0-1.198-.386c-.514 0-.941.125-1.282.375-.34.25-.524.57-.552.959H6.396c.028-.875.382-1.594 1.062-2.157C8.138 4.281 8.986 4 10 4Z", fill: props.color }) })));
636
- };
637
-
638
- var FormatUnderline = function (props) {
639
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.167 17v-1.5h11.666V17H4.167ZM10 14c-1.264 0-2.33-.434-3.198-1.302C5.934 11.83 5.5 10.764 5.5 9.5V3h2v6.5c0 .695.243 1.285.729 1.771A2.411 2.411 0 0 0 10 12c.695 0 1.285-.243 1.771-.729A2.411 2.411 0 0 0 12.5 9.5V3h2v6.5c0 1.264-.434 2.33-1.302 3.198C12.33 13.566 11.264 14 10 14Z", fill: props.color }) })));
640
- };
641
-
642
- var Forum = function (props) {
643
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M1.667 14.167V2.5a.79.79 0 0 1 .25-.594.842.842 0 0 1 .604-.239h10.812c.223 0 .417.08.584.239a.79.79 0 0 1 .25.594V10a.799.799 0 0 1-.25.583.8.8 0 0 1-.584.25H5.062l-3.395 3.334ZM5.896 15a.8.8 0 0 1-.584-.25.8.8 0 0 1-.25-.583v-1.584h10.855V5.021h1.562c.236 0 .437.083.604.25.167.167.25.368.25.604v12.458L15 15H5.896Zm6.521-11.583h-9V10l.937-.917h8.063V3.417Zm-9 0V10 3.417Z", fill: props.color }) })));
644
- };
645
-
646
- var FullscreenExit = function (props) {
647
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M7 15.5V13H4.5v-1.5h4v4H7Zm4.5 0v-4h4V13H13v2.5h-1.5Zm-7-7V7H7V4.5h1.5v4h-4Zm7 0v-4H13V7h2.5v1.5h-4Z", fill: props.color }) })));
648
- };
649
-
650
- var Fullscreen = function (props) {
651
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4 16v-4h1.5v2.5H8V16H4Zm0-8V4h4v1.5H5.5V8H4Zm8 8v-1.5h2.5V12H16v4h-4Zm2.5-8V5.5H12V4h4v4h-1.5Z", fill: props.color }) })));
652
- };
653
-
654
- var GiftCard = function (props) {
655
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.5 14.5V16h13v-1.5h-13Zm0-9h2.146a2.278 2.278 0 0 1-.125-.75c0-.625.219-1.156.656-1.594.438-.437.99-.656 1.656-.656.32 0 .625.066.917.198.292.132.535.33.73.594l.52.729.542-.708c.194-.25.43-.448.708-.594.277-.146.576-.219.896-.219.708 0 1.274.215 1.698.646.423.43.635.965.635 1.604 0 .125-.01.25-.031.375-.02.125-.052.25-.094.375H16.5c.413 0 .766.147 1.06.44.293.294.44.647.44 1.06v9c0 .413-.147.766-.44 1.06-.294.293-.647.44-1.06.44h-13c-.403 0-.753-.147-1.052-.44A1.433 1.433 0 0 1 2 16V7c0-.412.15-.766.448-1.06.299-.293.65-.44 1.052-.44Zm0 7h13V7h-4.313l1.834 2.48-1.209.895-2.802-3.833-2.802 3.833L6 9.479 7.813 7H3.5v5.5Zm4.246-7.02c.21 0 .39-.072.535-.215a.714.714 0 0 0 .219-.531.736.736 0 0 0-.214-.536.714.714 0 0 0-.532-.219.736.736 0 0 0-.535.215.714.714 0 0 0-.219.53c0 .212.071.39.214.536.143.146.32.22.532.22Zm4.5 0c.21 0 .39-.072.535-.215A.714.714 0 0 0 13 4.734a.736.736 0 0 0-.214-.536.714.714 0 0 0-.532-.219.736.736 0 0 0-.535.215.714.714 0 0 0-.219.53c0 .212.072.39.214.536.143.146.32.22.532.22Z", fill: props.color }) })));
656
- };
657
-
658
- var Gift = function (props) {
659
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4 18.638v-8.38H2.5V5.685h3.9a1.077 1.077 0 0 1-.122-.362 2.738 2.738 0 0 1-.028-.4c0-.635.219-1.175.656-1.62A2.153 2.153 0 0 1 8.5 2.639c.287 0 .556.054.806.162.25.108.482.257.694.448a2.2 2.2 0 0 1 .694-.457c.25-.102.518-.153.806-.153.625 0 1.156.222 1.594.667.437.444.656.984.656 1.619a1.924 1.924 0 0 1-.15.762h3.9v4.571H16v8.381H4Zm7.5-14.476a.743.743 0 0 0-.75.762.744.744 0 0 0 .75.762.744.744 0 0 0 .75-.762.743.743 0 0 0-.75-.762Zm-3.75.762a.743.743 0 0 0 .75.762.743.743 0 0 0 .75-.762.743.743 0 0 0-.75-.762.743.743 0 0 0-.75.762ZM4 7.21v1.523h5.25V7.21H4Zm5.25 9.904v-6.857H5.5v6.857h3.75Zm1.5 0h3.75v-6.857h-3.75v6.857ZM16 8.734V7.21h-5.25v1.523H16Z", fill: props.color }) })));
660
- };
661
-
662
- var Grid = function (props) {
663
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.5 18c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 2 16.5v-13c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 3.5 2h13c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062v13c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 16.5 18h-13Zm0-4.833V16.5h3.333v-3.333H3.5Zm4.833 0V16.5h3.334v-3.333H8.333Zm4.834 3.333H16.5v-3.333h-3.333V16.5ZM3.5 11.667h3.333V8.333H3.5v3.334Zm4.833 0h3.334V8.333H8.333v3.334Zm4.834 0H16.5V8.333h-3.333v3.334ZM6.833 3.5H3.5v3.333h3.333V3.5Zm1.5 3.333h3.334V3.5H8.333v3.333Zm4.834 0H16.5V3.5h-3.333v3.333Z", fill: props.color }) })));
664
- };
665
-
666
- var Groups = function (props) {
667
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M0 15v-1.396c0-.625.316-1.132.948-1.521.632-.389 1.455-.583 2.469-.583.167 0 .326.003.479.01.153.007.298.025.437.052a4.059 4.059 0 0 0-.489.98 3.403 3.403 0 0 0-.177 1.104V15H0Zm5 0v-1.354c0-.903.462-1.632 1.385-2.188.924-.555 2.129-.833 3.615-.833 1.5 0 2.708.278 3.625.833.917.556 1.375 1.285 1.375 2.188V15H5Zm11.333 0v-1.354a3.608 3.608 0 0 0-.645-2.084c.139-.027.284-.045.437-.052.153-.007.305-.01.458-.01 1.028 0 1.854.194 2.479.583.625.39.938.896.938 1.521V15h-3.667ZM10 12.375c-.708 0-1.35.087-1.927.26-.577.174-.962.379-1.156.615h6.166c-.194-.236-.576-.441-1.145-.615-.57-.173-1.216-.26-1.938-.26Zm-6.625-1.458c-.486 0-.9-.17-1.24-.511-.34-.34-.51-.753-.51-1.239 0-.486.17-.9.51-1.24.34-.34.754-.51 1.24-.51s.9.17 1.24.51c.34.34.51.754.51 1.24s-.17.899-.51 1.239c-.34.34-.754.511-1.24.511Zm13.25 0c-.486 0-.9-.17-1.24-.511-.34-.34-.51-.753-.51-1.239 0-.486.17-.9.51-1.24.34-.34.754-.51 1.24-.51s.9.17 1.24.51c.34.34.51.754.51 1.24s-.17.899-.51 1.239c-.34.34-.754.511-1.24.511ZM10 10a2.411 2.411 0 0 1-1.771-.729A2.411 2.411 0 0 1 7.5 7.5c0-.708.243-1.302.729-1.781A2.428 2.428 0 0 1 10 5c.708 0 1.302.24 1.781.719.48.48.719 1.073.719 1.781 0 .695-.24 1.285-.719 1.771-.48.486-1.073.729-1.781.729Zm0-3.25a.734.734 0 0 0-.521.219.718.718 0 0 0 0 1.052.74.74 0 0 0 .542.229.685.685 0 0 0 .51-.229.758.758 0 0 0 .219-.542.7.7 0 0 0-.219-.51A.723.723 0 0 0 10 6.75Z", fill: props.color }) })));
668
- };
669
-
670
- var Havan = function (props) {
671
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { d: "M13.2 10.08a.6.6 0 1 1 1.2 0v6a.6.6 0 0 1-1.2 0v-6ZM17.2 10.08a.6.6 0 1 0-1.2 0v6a.6.6 0 0 0 1.2 0v-6ZM2.8 10.08a.6.6 0 1 1 1.2 0v6a.6.6 0 0 1-1.2 0v-6ZM6.8 10.08a.6.6 0 1 0-1.2 0v6a.6.6 0 0 0 1.2 0v-6Z", fill: props.color }), jsxRuntime.jsx("path", { d: "M2.6 16.68a.6.6 0 0 1 0-1.2h14.8a.6.6 0 1 1 0 1.2H2.6Z", fill: props.color }), jsxRuntime.jsx("path", { d: "M8.4 15.48c0 .221.18.4.4.4h2.4a.4.4 0 0 0 .4-.4v-1.6a.4.4 0 0 0-.4-.4H8.8a.4.4 0 0 0-.4.4v1.6Z", fill: props.color }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.773 3.368a.56.56 0 0 1 .454 0l7.2 3.2a.56.56 0 0 1 .333.512v2.4c0 .31-.25.56-.56.56H2.8a.56.56 0 0 1-.56-.56v-2.4a.56.56 0 0 1 .333-.512l7.2-3.2ZM3.36 7.444V8.92h13.28V7.444L10 4.493 3.36 7.444Z", fill: props.color }), jsxRuntime.jsx("path", { d: "M10.4 7.48a.8.8 0 0 0 0-1.6h-.8a.8.8 0 1 0 0 1.6h.8Z", fill: props.color })] })));
672
- };
673
-
674
- var HeartFilled = function (props) {
675
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 17.25-1.042-.938a103.538 103.538 0 0 1-3.437-3.177c-.903-.881-1.615-1.666-2.136-2.354-.52-.687-.882-1.316-1.083-1.885A5.212 5.212 0 0 1 2 7.146c0-1.236.424-2.278 1.27-3.125.848-.847 1.89-1.271 3.126-1.271.68 0 1.34.146 1.979.438.639.291 1.18.7 1.625 1.229a4.585 4.585 0 0 1 1.625-1.23 4.716 4.716 0 0 1 1.98-.437c1.235 0 2.277.424 3.124 1.27C17.576 4.869 18 5.91 18 7.147c0 .597-.097 1.173-.292 1.729-.194.556-.552 1.174-1.073 1.854-.52.68-1.236 1.469-2.145 2.365a112.36 112.36 0 0 1-3.49 3.26l-1 .896Z", fill: props.color }) })));
676
- };
677
-
678
- var Heart = function (props) {
679
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 17.25-1.042-.938a103.538 103.538 0 0 1-3.437-3.177c-.903-.881-1.615-1.666-2.136-2.354-.52-.687-.882-1.316-1.083-1.885A5.212 5.212 0 0 1 2 7.146c0-1.236.424-2.278 1.27-3.125.848-.847 1.89-1.271 3.126-1.271.68 0 1.34.146 1.979.438.639.291 1.18.7 1.625 1.229a4.585 4.585 0 0 1 1.625-1.23 4.716 4.716 0 0 1 1.98-.437c1.235 0 2.277.424 3.124 1.27C17.576 4.869 18 5.91 18 7.147c0 .597-.097 1.173-.292 1.729-.194.556-.552 1.174-1.073 1.854-.52.68-1.236 1.469-2.145 2.365a112.36 112.36 0 0 1-3.49 3.26l-1 .896Zm0-2.02a101.219 101.219 0 0 0 3.188-2.949c.833-.812 1.496-1.52 1.99-2.125.492-.604.836-1.142 1.03-1.614.195-.473.292-.938.292-1.396 0-.82-.278-1.507-.833-2.063-.556-.555-1.243-.833-2.063-.833-.486 0-.94.1-1.364.302a3.241 3.241 0 0 0-1.094.844l-.73.854h-.833l-.729-.854a3.186 3.186 0 0 0-1.114-.844 3.182 3.182 0 0 0-1.344-.302c-.82 0-1.507.278-2.063.833-.555.556-.833 1.243-.833 2.063 0 .458.09.913.27 1.364.181.452.511.976.99 1.573.48.598 1.14 1.306 1.98 2.125.84.82 1.927 1.827 3.26 3.021Z", fill: props.color }) })));
680
- };
681
-
682
- var Help = function (props) {
683
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 15a.962.962 0 0 0 .708-.292A.962.962 0 0 0 11 14a.962.962 0 0 0-.292-.708A.962.962 0 0 0 10 13a.962.962 0 0 0-.708.292A.962.962 0 0 0 9 14c0 .278.097.514.292.708.194.195.43.292.708.292Zm-.75-3.188h1.521c0-.513.045-.878.135-1.093.09-.215.31-.49.656-.823.487-.472.824-.875 1.011-1.208.187-.333.281-.702.281-1.105 0-.763-.26-1.385-.781-1.864-.52-.48-1.184-.719-1.99-.719-.708 0-1.322.187-1.843.562a2.943 2.943 0 0 0-1.094 1.521l1.354.563c.125-.39.323-.691.594-.906.27-.215.587-.323.948-.323.389 0 .708.111.958.333.25.222.375.514.375.875 0 .32-.108.604-.323.854-.215.25-.455.493-.719.729-.486.445-.788.81-.906 1.094-.118.285-.177.788-.177 1.51ZM10 18a7.794 7.794 0 0 1-3.104-.625 8.067 8.067 0 0 1-2.552-1.719 8.065 8.065 0 0 1-1.719-2.552A7.795 7.795 0 0 1 2 10c0-1.111.208-2.15.625-3.115a8.066 8.066 0 0 1 4.271-4.26A7.795 7.795 0 0 1 10 2c1.111 0 2.15.208 3.115.625a8.1 8.1 0 0 1 4.26 4.26C17.792 7.85 18 8.889 18 10a7.794 7.794 0 0 1-.625 3.104 8.066 8.066 0 0 1-4.26 4.271A7.775 7.775 0 0 1 10 18Zm0-1.5c1.805 0 3.34-.632 4.604-1.896C15.868 13.34 16.5 11.805 16.5 10c0-1.805-.632-3.34-1.896-4.604C13.34 4.132 11.805 3.5 10 3.5c-1.805 0-3.34.632-4.604 1.896C4.132 6.66 3.5 8.195 3.5 10c0 1.805.632 3.34 1.896 4.604C6.66 15.868 8.195 16.5 10 16.5Z", fill: props.color }) })));
684
- };
685
-
686
- var History$1 = function (props) {
687
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 17c-1.945 0-3.597-.68-4.958-2.042C3.681 13.598 3 11.945 3 10h1.5c0 1.514.538 2.809 1.615 3.885C7.191 14.962 8.486 15.5 10 15.5c1.514 0 2.809-.538 3.885-1.615C14.962 12.809 15.5 11.514 15.5 10c0-1.514-.538-2.809-1.615-3.885C12.809 5.038 11.514 4.5 10 4.5c-.861 0-1.656.177-2.385.531A5.284 5.284 0 0 0 5.771 6.5H8V8H3V3h1.5v2.708a6.944 6.944 0 0 1 2.385-1.979A6.747 6.747 0 0 1 10 3c.972 0 1.882.184 2.729.552a7.111 7.111 0 0 1 2.219 1.5 7.11 7.11 0 0 1 1.5 2.219C16.816 8.118 17 9.028 17 10c0 .972-.184 1.882-.552 2.729a7.111 7.111 0 0 1-1.5 2.219 7.111 7.111 0 0 1-2.219 1.5A6.776 6.776 0 0 1 10 17Zm2.083-4.167L9.25 10V6h1.5v3.375l2.396 2.396-1.063 1.062Z", fill: props.color }) })));
688
- };
689
-
690
- var Home = function (props) {
691
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.333 17.5V7.521L10 2.5l6.667 5.021V17.5H11.25v-5.646H8.729V17.5H3.333Zm1.75-1.75h1.896v-5.646H13v5.646h1.917V8.396L10 4.688 5.083 8.396v7.354Z", fill: props.color }) })));
692
- };
693
-
694
- var Image$2 = function (props) {
695
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.5 17c-.417 0-.77-.15-1.062-.448A1.456 1.456 0 0 1 3 15.5v-11c0-.403.146-.753.438-1.052A1.428 1.428 0 0 1 4.5 3h11c.417 0 .77.15 1.062.448.292.299.438.65.438 1.052v11c0 .403-.146.753-.438 1.052A1.428 1.428 0 0 1 15.5 17h-11Zm0-1.5h11v-11h-11v11Zm1-1.5h9l-3-4-2.25 3-1.5-2-2.25 3Zm-1 1.5v-11 11Z", fill: props.color }) })));
696
- };
697
-
698
- var Info = function (props) {
699
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9.125 14.167h1.75v-5h-1.75v5ZM10 7.479a.843.843 0 0 0 .615-.26.843.843 0 0 0 .26-.615.84.84 0 0 0-.26-.614.841.841 0 0 0-.615-.261.841.841 0 0 0-.615.261.84.84 0 0 0-.26.614c0 .236.087.441.26.615.174.173.379.26.615.26Zm0 10.854a8.119 8.119 0 0 1-3.25-.656 8.41 8.41 0 0 1-2.646-1.781 8.412 8.412 0 0 1-1.781-2.646A8.118 8.118 0 0 1 1.667 10c0-1.153.219-2.236.656-3.25a8.412 8.412 0 0 1 1.781-2.646A8.412 8.412 0 0 1 6.75 2.323 8.118 8.118 0 0 1 10 1.667c1.153 0 2.236.219 3.25.656a8.412 8.412 0 0 1 2.646 1.781 8.41 8.41 0 0 1 1.781 2.646 8.119 8.119 0 0 1 .656 3.25 8.119 8.119 0 0 1-.656 3.25 8.41 8.41 0 0 1-1.781 2.646 8.41 8.41 0 0 1-2.646 1.781 8.119 8.119 0 0 1-3.25.656Zm0-1.75c1.82 0 3.371-.642 4.656-1.927 1.285-1.285 1.927-2.837 1.927-4.656 0-1.82-.642-3.371-1.927-4.656C13.371 4.059 11.819 3.417 10 3.417c-1.82 0-3.371.642-4.656 1.927C4.059 6.629 3.417 8.181 3.417 10c0 1.82.642 3.371 1.927 4.656 1.285 1.285 2.837 1.927 4.656 1.927Z", fill: props.color }) })));
700
- };
701
-
702
- var Inventory2 = function (props) {
703
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M2.5 16.604v-9.25a1.976 1.976 0 0 1-.594-.604 1.555 1.555 0 0 1-.239-.854V3.417c0-.486.17-.9.51-1.24.34-.34.754-.51 1.24-.51h13.166c.486 0 .9.17 1.24.51.34.34.51.754.51 1.24v2.479c0 .32-.076.604-.229.854-.153.25-.347.451-.583.604v9.25c0 .486-.17.896-.511 1.229-.34.333-.753.5-1.239.5H4.25c-.486 0-.9-.167-1.24-.5a1.654 1.654 0 0 1-.51-1.229Zm1.75-8.958v8.937h11.521V7.646H4.25Zm12.333-1.75V3.417H3.417v2.479h13.166Zm-9.104 5.916h5.042v-1.75H7.479v1.75ZM4.25 16.625V7.646v8.979Z", fill: props.color }) })));
704
- };
705
-
706
- var Inventory = function (props) {
707
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M8.25 17.75h-4.5c-.445 0-.806-.15-1.083-.448a1.494 1.494 0 0 1-.417-1.052v-11c0-.417.16-.77.479-1.062.32-.292.66-.438 1.021-.438h3.562c.14-.445.376-.806.709-1.083.333-.278.743-.417 1.229-.417.5 0 .913.139 1.24.417.326.277.559.638.698 1.083h3.562c.445 0 .806.146 1.083.438.278.291.417.645.417 1.062v3.5h-1.5v-3.5h-1.5v2.5h-8v-2.5h-1.5v11h4.5v1.5Zm3.833-1-3.521-3.542 1.063-1.062 2.458 2.479 4.605-4.604 1.062 1.062-5.667 5.667ZM9.25 5.25a.723.723 0 0 0 .531-.219A.723.723 0 0 0 10 4.5a.723.723 0 0 0-.219-.531.723.723 0 0 0-.531-.219.723.723 0 0 0-.531.219.723.723 0 0 0-.219.531c0 .208.073.385.219.531a.723.723 0 0 0 .531.219Z", fill: props.color }) })));
708
- };
709
-
710
- var Lab$1 = function (props) {
711
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.797 18c-.753 0-1.288-.337-1.606-1.011-.317-.674-.24-1.3.233-1.878l4.918-6V3.778h-.886a.856.856 0 0 1-.632-.256.861.861 0 0 1-.254-.633c0-.252.084-.463.254-.633.17-.17.38-.256.632-.256h7.088c.251 0 .462.085.632.256.17.17.254.381.254.633a.862.862 0 0 1-.254.633.856.856 0 0 1-.632.256h-.886V9.11l4.918 6c.473.578.55 1.204.233 1.878-.318.674-.853 1.011-1.606 1.011H3.797Zm0-1.778h12.406l-5.317-6.489V3.778H9.114v5.955l-5.317 6.49Z", fill: props.color }) })));
712
- };
713
-
714
- var Layer$1 = function (props) {
715
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 18.467-8-6.222 1.467-1.112L10 16.2l6.533-5.067L18 12.245l-8 6.222Zm0-4.49L2 7.757l8-6.223 8 6.223-8 6.222Zm0-2.266 5.111-3.955L10 3.8 4.889 7.756 10 11.71Z", fill: props.color }) })));
716
- };
717
-
718
- var LeftPanelClose = function (props) {
719
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("mask", { id: "prefix__a", style: {
720
- maskType: 'alpha',
721
- }, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 20, height: 20, children: jsxRuntime.jsx("path", { fill: "#D9D9D9", d: "M0 0h20v20H0z" }) }), jsxRuntime.jsx("g", { mask: "url(#prefix__a)", children: jsxRuntime.jsx("path", { d: "M13.75 13.333V6.667L10.417 10l3.333 3.333ZM4.167 17.5c-.459 0-.851-.163-1.177-.49a1.605 1.605 0 0 1-.49-1.177V4.167c0-.459.163-.851.49-1.177.326-.327.718-.49 1.177-.49h11.666c.459 0 .851.163 1.177.49.327.326.49.718.49 1.177v11.666c0 .459-.163.851-.49 1.177-.326.327-.718.49-1.177.49H4.167Zm2.5-1.667V4.167h-2.5v11.666h2.5Zm1.666 0h7.5V4.167h-7.5v11.666Z", fill: props.color }) })] })));
722
- };
723
-
724
- var LeftPanelOpen = function (props) {
725
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("mask", { id: "prefix__a", style: {
726
- maskType: 'alpha',
727
- }, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 20, height: 20, children: jsxRuntime.jsx("path", { fill: "#D9D9D9", d: "M0 0h20v20H0z" }) }), jsxRuntime.jsx("g", { mask: "url(#prefix__a)", children: jsxRuntime.jsx("path", { d: "M10.417 6.667v6.666L13.75 10l-3.333-3.333ZM4.167 17.5c-.459 0-.851-.163-1.177-.49a1.605 1.605 0 0 1-.49-1.177V4.167c0-.459.163-.851.49-1.177.326-.327.718-.49 1.177-.49h11.666c.459 0 .851.163 1.177.49.327.326.49.718.49 1.177v11.666c0 .459-.163.851-.49 1.177-.326.327-.718.49-1.177.49H4.167Zm2.5-1.667V4.167h-2.5v11.666h2.5Zm1.666 0h7.5V4.167h-7.5v11.666Z", fill: props.color }) })] })));
728
- };
729
-
730
- var LightMode = function (props) {
731
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 12.182c.606 0 1.121-.212 1.546-.636.424-.425.636-.94.636-1.546 0-.606-.212-1.121-.636-1.545A2.104 2.104 0 0 0 10 7.818c-.606 0-1.121.212-1.545.637-.425.424-.637.939-.637 1.545s.212 1.121.637 1.546c.424.424.939.636 1.545.636Zm0 1.454a3.503 3.503 0 0 1-2.572-1.064A3.503 3.503 0 0 1 6.364 10c0-1.006.354-1.864 1.064-2.573A3.504 3.504 0 0 1 10 6.364c1.006 0 1.864.354 2.573 1.063A3.507 3.507 0 0 1 13.636 10a3.504 3.504 0 0 1-1.063 2.572A3.505 3.505 0 0 1 10 13.636Zm-7.273-2.909a.702.702 0 0 1-.518-.21A.702.702 0 0 1 2 10c0-.206.07-.379.21-.519a.703.703 0 0 1 .517-.208h1.455c.206 0 .379.07.518.208.14.14.21.313.21.519 0 .206-.07.379-.21.518a.704.704 0 0 1-.518.21H2.727Zm13.091 0a.701.701 0 0 1-.518-.21.701.701 0 0 1-.21-.517c0-.206.07-.379.21-.519a.703.703 0 0 1 .518-.208h1.455c.206 0 .378.07.518.208.14.14.209.313.209.519 0 .206-.07.379-.21.518a.701.701 0 0 1-.517.21h-1.455ZM10 4.91a.702.702 0 0 1-.518-.21.702.702 0 0 1-.21-.517V2.727c0-.206.07-.379.21-.518A.703.703 0 0 1 10 2c.206 0 .379.07.518.209.14.14.21.312.21.518v1.455c0 .206-.07.378-.21.518a.704.704 0 0 1-.518.21ZM10 18a.702.702 0 0 1-.518-.21.702.702 0 0 1-.21-.517v-1.455c0-.206.07-.378.21-.518.14-.14.312-.21.518-.21.206 0 .379.07.518.21.14.14.21.312.21.518v1.455c0 .206-.07.378-.21.518A.704.704 0 0 1 10 18ZM5.382 6.4 4.6 5.636a.634.634 0 0 1-.21-.509.79.79 0 0 1 .21-.527.718.718 0 0 1 .527-.218.66.66 0 0 1 .51.218l.763.782a.73.73 0 0 1 .2.509.73.73 0 0 1-.2.509.621.621 0 0 1-.5.209.777.777 0 0 1-.518-.209Zm8.982 9-.764-.782a.74.74 0 0 1-.2-.518c0-.2.067-.367.2-.5a.622.622 0 0 1 .5-.209c.2.006.373.076.518.209l.782.764a.634.634 0 0 1 .21.509.79.79 0 0 1-.21.527.718.718 0 0 1-.527.218.66.66 0 0 1-.51-.218Zm-.764-9a.622.622 0 0 1-.209-.5.776.776 0 0 1 .209-.518l.764-.782a.634.634 0 0 1 .509-.21.79.79 0 0 1 .527.21.718.718 0 0 1 .218.527.66.66 0 0 1-.218.51l-.782.763a.73.73 0 0 1-.509.2.73.73 0 0 1-.509-.2Zm-9 9a.718.718 0 0 1-.218-.527.66.66 0 0 1 .218-.51l.782-.763a.742.742 0 0 1 .518-.2c.2 0 .367.067.5.2.145.133.215.3.21.5a.779.779 0 0 1-.21.518l-.764.782a.632.632 0 0 1-.509.209.787.787 0 0 1-.527-.209Z", fill: props.color }) })));
732
- };
733
-
734
- var LineComfortable = function (props) {
735
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4 18h16v-5H4v5ZM4 6v5h16V6H4Z", fill: props.color }) })));
736
- };
737
-
738
- var LineCompact = function (props) {
739
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M20 7.5H4V6h16v1.5ZM20 11H4V9.5h16V11ZM20 14.5H4V13h16v1.5ZM20 18H4v-1.5h16V18Z", fill: props.color }) })));
740
- };
741
-
742
- var LineDefault = function (props) {
743
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4 18h16v-3H4v3Zm0-4.5h16v-3H4v3ZM4 6v3h16V6H4Z", fill: props.color }) })));
744
- };
745
-
746
- var Link$2 = function (props) {
747
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9 14H6c-1.111 0-2.056-.389-2.833-1.167C2.389 12.056 2 11.111 2 10c0-1.111.389-2.056 1.167-2.833C3.944 6.389 4.889 6 6 6h3v1.5H6c-.695 0-1.285.243-1.771.729A2.411 2.411 0 0 0 3.5 10c0 .695.243 1.285.729 1.771A2.411 2.411 0 0 0 6 12.5h3V14Zm-2-3.25v-1.5h6v1.5H7ZM11 14v-1.5h3c.695 0 1.285-.243 1.771-.729A2.411 2.411 0 0 0 16.5 10c0-.695-.243-1.285-.729-1.771A2.411 2.411 0 0 0 14 7.5h-3V6h3c1.111 0 2.056.389 2.833 1.167C17.611 7.944 18 8.889 18 10c0 1.111-.389 2.056-1.167 2.833C16.056 13.611 15.111 14 14 14h-3Z", fill: props.color }) })));
748
- };
749
-
750
- var Location = function (props) {
751
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 10c.44 0 .817-.157 1.13-.47.313-.313.47-.69.47-1.13 0-.44-.157-.817-.47-1.13A1.543 1.543 0 0 0 10 6.8c-.44 0-.817.157-1.13.47-.313.313-.47.69-.47 1.13 0 .44.157.817.47 1.13.313.313.69.47 1.13.47Zm0 5.88c1.627-1.493 2.833-2.85 3.62-4.07.787-1.22 1.18-2.303 1.18-3.25 0-1.453-.464-2.643-1.39-3.57-.927-.927-2.063-1.39-3.41-1.39s-2.483.463-3.41 1.39c-.927.927-1.39 2.117-1.39 3.57 0 .947.393 2.03 1.18 3.25.787 1.22 1.993 2.577 3.62 4.07ZM10 18c-2.147-1.827-3.75-3.524-4.81-5.09C4.13 11.343 3.6 9.893 3.6 8.56c0-2 .643-3.593 1.93-4.78C6.817 2.593 8.307 2 10 2c1.693 0 3.183.593 4.47 1.78s1.93 2.78 1.93 4.78c0 1.333-.53 2.783-1.59 4.35-1.06 1.566-2.663 3.263-4.81 5.09Z", fill: props.color }) })));
752
- };
753
-
754
- var Lock = function (props) {
755
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.5 18.638c-.412 0-.766-.149-1.06-.447A1.48 1.48 0 0 1 4 17.114V9.495c0-.419.147-.777.44-1.076a1.433 1.433 0 0 1 1.06-.447h.75V6.448c0-1.054.366-1.953 1.097-2.696C8.078 3.01 8.962 2.638 10 2.638c1.037 0 1.922.372 2.653 1.114.731.743 1.097 1.642 1.097 2.696v1.524h.75c.412 0 .766.149 1.06.447.293.299.44.657.44 1.076v7.62c0 .418-.147.777-.44 1.076a1.433 1.433 0 0 1-1.06.447h-9Zm0-1.524h9V9.495h-9v7.62ZM10 14.83c.412 0 .766-.15 1.06-.448a1.48 1.48 0 0 0 .44-1.076c0-.42-.147-.778-.44-1.076A1.433 1.433 0 0 0 10 11.78c-.412 0-.766.15-1.06.448-.293.298-.44.657-.44 1.076 0 .419.147.778.44 1.076.294.299.648.448 1.06.448ZM7.75 7.972h4.5V6.448c0-.635-.219-1.175-.656-1.62A2.153 2.153 0 0 0 10 4.163c-.625 0-1.156.222-1.594.667a2.222 2.222 0 0 0-.656 1.619v1.524Z", fill: props.color }) })));
756
- };
757
-
758
- var Logout = function (props) {
759
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.5 17c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 3 15.5v-11c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 4.5 3H10v1.5H4.5v11H10V17H4.5Zm9-3.5-1.062-1.062 1.687-1.688H8v-1.5h6.125l-1.687-1.688L13.5 6.5 17 10l-3.5 3.5Z", fill: props.color }) })));
760
- };
761
-
762
- var Loop = function (props) {
763
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m7.633 16.838-1.276-1.256 1.159-1.159h-.105c-1.523-.035-2.806-.598-3.848-1.69C2.521 11.64 2 10.328 2 8.795c0-1.567.547-2.898 1.64-3.992 1.095-1.093 2.425-1.64 3.993-1.64h4.734c1.568 0 2.898.547 3.992 1.64C17.453 5.897 18 7.228 18 8.795c0 1.564-.54 2.894-1.62 3.99-1.08 1.095-2.398 1.643-3.956 1.643v-1.796c1.05 0 1.944-.375 2.678-1.125.735-.751 1.103-1.655 1.103-2.712 0-1.063-.374-1.969-1.121-2.716-.748-.747-1.653-1.121-2.717-1.121H7.633c-1.064 0-1.97.374-2.716 1.121-.748.747-1.122 1.653-1.122 2.716 0 1.02.346 1.903 1.036 2.651a3.93 3.93 0 0 0 2.552 1.283h.24l-1.25-1.25 1.26-1.261 3.312 3.307-3.312 3.313Z", fill: props.color }) })));
764
- };
765
-
766
- var MailOpen = function (props) {
767
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 2 7.133 4.25c.286.171.501.397.648.678.146.28.219.583.219.907v8.384c0 .493-.174.913-.522 1.26a1.72 1.72 0 0 1-1.262.521H3.784a1.72 1.72 0 0 1-1.262-.52A1.714 1.714 0 0 1 2 16.22V7.834c0-.324.073-.626.22-.907.146-.28.362-.507.647-.678L10 2Zm0 9.25 6.017-3.584L10 4.083 3.983 7.666 10 11.249Zm0 1.918L3.784 9.444v6.775h12.432V9.444L10 13.168Z", fill: props.color }) })));
768
- };
769
-
770
- var ManageAccounts = function (props) {
771
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M8.448 9.573c-.945 0-1.736-.32-2.375-.958-.64-.64-.959-1.431-.959-2.375 0-.945.32-1.736.959-2.375.639-.64 1.43-.959 2.375-.959.944 0 1.736.32 2.375.959s.958 1.43.958 2.375c0 .944-.32 1.736-.958 2.375-.64.639-1.431.958-2.375.958Zm-6.729 6.688v-2.396c0-.486.118-.92.354-1.302s.57-.677 1-.886a12.474 12.474 0 0 1 2.552-.916c.91-.223 1.851-.334 2.823-.334h.292c.097 0 .18.007.25.021a7.64 7.64 0 0 0-.292.823 8.227 8.227 0 0 0-.208.906h-.042c-.861 0-1.674.104-2.438.313-.764.208-1.486.465-2.166.771a.616.616 0 0 0-.292.271.739.739 0 0 0-.083.333v.646h5.187c.097.32.219.621.365.906.146.285.309.566.489.844H1.719Zm11.604.833-.25-1.229a2.424 2.424 0 0 1-.438-.167 2.339 2.339 0 0 1-.416-.271l-1.229.396-.876-1.5.938-.833a6.037 6.037 0 0 1-.021-.542c0-.208.007-.389.021-.542l-.938-.833.876-1.5 1.229.396c.139-.111.277-.202.416-.271.14-.07.285-.125.438-.166l.25-1.23h1.75l.25 1.23a2.324 2.324 0 0 1 .854.437l1.229-.396.875 1.5-.937.833c.013.125.02.306.02.542 0 .236-.007.417-.02.542l.937.833-.875 1.5-1.229-.396a2.324 2.324 0 0 1-.854.438l-.25 1.229h-1.75Zm.875-2.479c.458 0 .85-.163 1.177-.49.326-.326.489-.718.489-1.177 0-.458-.163-.85-.489-1.177a1.607 1.607 0 0 0-1.177-.489c-.459 0-.851.163-1.177.489-.327.327-.49.719-.49 1.177 0 .459.163.851.49 1.177.326.327.718.49 1.177.49Zm-5.75-6.792c.458 0 .836-.15 1.135-.448.299-.299.448-.677.448-1.135 0-.459-.15-.837-.448-1.136-.299-.299-.677-.448-1.135-.448-.459 0-.837.15-1.136.448-.299.299-.448.677-.448 1.136 0 .458.15.836.448 1.135.299.299.677.448 1.136.448Z", fill: props.color }) })));
772
- };
773
-
774
- var ManageSearch = function (props) {
775
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M2 15.25v-1.5h8v1.5H2Zm0-3.75V10h4v1.5H2Zm0-3.75v-1.5h4v1.5H2Zm14.938 7.5-3.188-3.188c-.32.223-.67.393-1.052.511a4.036 4.036 0 0 1-1.198.177c-1.111 0-2.056-.389-2.833-1.167C7.889 10.806 7.5 9.861 7.5 8.75c0-1.111.389-2.056 1.167-2.833.777-.778 1.722-1.167 2.833-1.167 1.111 0 2.056.389 2.833 1.167.778.777 1.167 1.722 1.167 2.833 0 .417-.059.816-.177 1.198A3.773 3.773 0 0 1 14.812 11L18 14.188l-1.062 1.062Zm-5.438-4c.695 0 1.285-.243 1.771-.729A2.411 2.411 0 0 0 14 8.75c0-.695-.243-1.285-.729-1.771A2.411 2.411 0 0 0 11.5 6.25c-.695 0-1.285.243-1.771.729A2.411 2.411 0 0 0 9 8.75c0 .695.243 1.285.729 1.771a2.411 2.411 0 0 0 1.771.729Z", fill: props.color }) })));
776
- };
777
-
778
- var Measure = function (props) {
779
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.6 14.8a1.54 1.54 0 0 1-1.13-.47A1.54 1.54 0 0 1 2 13.2V6.8c0-.44.157-.817.47-1.13A1.54 1.54 0 0 1 3.6 5.2h12.8c.44 0 .817.157 1.13.47.313.313.47.69.47 1.13v6.4c0 .44-.157.817-.47 1.13a1.54 1.54 0 0 1-1.13.47H3.6Zm0-1.6h12.8V6.8H14V10h-1.6V6.8h-1.6V10H9.2V6.8H7.6V10H6V6.8H3.6v6.4Z", fill: props.color }) })));
780
- };
781
-
782
- var Medal = function (props) {
783
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m8.255 11.442.667-2.157-1.746-1.372h2.138L10 5.795l.686 2.118h2.137l-1.745 1.372.667 2.157L10 10.11l-1.745 1.333Zm-2.51 7.196v-5.49c-.562-.484-1.013-1.13-1.353-1.941a6.29 6.29 0 0 1-.51-2.451c0-1.7.595-3.144 1.785-4.333C6.857 3.233 8.3 2.638 10 2.638c1.7 0 3.144.595 4.333 1.785 1.19 1.189 1.785 2.633 1.785 4.333 0 .836-.157 1.657-.471 2.46-.314.805-.784 1.455-1.412 1.952v5.47L10 17.697l-4.255.941ZM10 13.462c1.307 0 2.418-.458 3.333-1.373s1.373-2.026 1.373-3.333c0-1.307-.458-2.418-1.373-3.333C12.418 4.506 11.307 4.05 10 4.05c-1.307 0-2.418.457-3.333 1.373-.915.915-1.373 2.026-1.373 3.333 0 1.307.458 2.418 1.373 3.333S8.693 13.462 10 13.462Zm-2.843 3.412L10 16.245l2.823.628v-2.706a5.666 5.666 0 0 1-1.362.529 6.077 6.077 0 0 1-1.461.177c-.497 0-.987-.056-1.47-.167a4.962 4.962 0 0 1-1.373-.54v2.707Z", fill: props.color }) })));
784
- };
785
-
786
- var Menu$2 = function (props) {
787
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3 14.5V13h14v1.5H3Zm0-3.75v-1.5h14v1.5H3ZM3 7V5.5h14V7H3Z", fill: props.color }) })));
788
- };
789
-
790
- var MicOff = function (props) {
791
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m15.135 12.417-1.104-1.104c.153-.292.273-.594.361-.905.088-.31.132-.635.132-.97h1.507c0 .527-.077 1.044-.233 1.55a5.796 5.796 0 0 1-.663 1.429Zm-2.224-2.23-1.38-1.374V4.436a.968.968 0 0 0-.287-.712.968.968 0 0 0-.713-.288.967.967 0 0 0-.712.288.968.968 0 0 0-.288.712v2.375l-1.5-1.507v-.867c0-.695.243-1.285.73-1.771a2.41 2.41 0 0 1 1.77-.73c.695 0 1.285.244 1.771.73a2.41 2.41 0 0 1 .73 1.77v5c0 .126-.011.25-.032.376-.02.124-.05.25-.089.374Zm-3.13 6.75v-2.062c-1.375-.167-2.51-.767-3.406-1.802-.896-1.035-1.344-2.247-1.344-3.636h1.5c0 1.107.39 2.05 1.167 2.83.778.78 1.722 1.17 2.833 1.17.473 0 .92-.09 1.344-.27.424-.18.816-.424 1.177-.73l1.083 1.084a6.571 6.571 0 0 1-1.336.886c-.484.243-.99.399-1.518.468v2.063h-1.5Zm6.75 1.125L2.406 3.918 3.47 2.854 17.594 17l-1.063 1.063Z", fill: props.color }) })));
792
- };
793
-
794
- var Mic = function (props) {
795
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 12.105a2.436 2.436 0 0 1-1.79-.737 2.436 2.436 0 0 1-.736-1.789V4.526c0-.701.245-1.298.737-1.79A2.436 2.436 0 0 1 10 2c.702 0 1.298.246 1.79.737.49.491.736 1.088.736 1.79v5.052c0 .702-.245 1.298-.736 1.79a2.437 2.437 0 0 1-1.79.736ZM9.158 18v-2.59c-1.46-.196-2.667-.849-3.621-1.957-.955-1.11-1.432-2.4-1.432-3.874H5.79c0 1.165.411 2.158 1.232 2.979.821.82 1.814 1.232 2.979 1.232s2.158-.411 2.979-1.232c.821-.821 1.232-1.814 1.232-2.979h1.684c0 1.474-.477 2.765-1.432 3.874-.954 1.108-2.161 1.761-3.62 1.958V18H9.157ZM10 10.421c.239 0 .439-.08.6-.242a.815.815 0 0 0 .242-.6V4.526a.815.815 0 0 0-.242-.6.815.815 0 0 0-.6-.242.815.815 0 0 0-.6.242.815.815 0 0 0-.242.6V9.58c0 .239.08.438.242.6a.815.815 0 0 0 .6.242Z", fill: props.color }) })));
796
- };
797
-
798
- var MoreHoriz = function (props) {
799
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.5 11.5c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 10c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 5.5 8.5c.417 0 .77.146 1.062.438C6.854 9.229 7 9.583 7 10c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 5.5 11.5Zm4.5 0c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 8.5 10c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 10 8.5c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 10 11.5Zm4.5 0c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 13 10c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 14.5 8.5c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062a1.444 1.444 0 0 1-1.062.438Z", fill: props.color }) })));
800
- };
801
-
802
- var MoreVert = function (props) {
803
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 16c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 8.5 14.5c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 10 13c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 10 16Zm0-4.5c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 8.5 10c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 10 8.5c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 10 11.5ZM10 7c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 8.5 5.5c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 10 4c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062 0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 10 7Z", fill: props.color }) })));
804
- };
805
-
806
- var Notification = function (props) {
807
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3 15.6V14h1.75V8.4c0-1.107.365-2.09 1.094-2.95.729-.86 1.677-1.423 2.843-1.69V3.2c0-.333.128-.617.384-.85.255-.233.564-.35.929-.35.365 0 .674.117.93.35.255.233.383.517.383.85v.56c1.166.267 2.114.83 2.843 1.69.73.86 1.094 1.843 1.094 2.95V14H17v1.6H3Zm7 2.4c-.481 0-.893-.157-1.236-.47-.342-.313-.514-.69-.514-1.13h3.5c0 .44-.171.817-.514 1.13A1.77 1.77 0 0 1 10 18Zm-3.5-4h7V8.4c0-.88-.343-1.633-1.028-2.26-.685-.627-1.51-.94-2.472-.94-.963 0-1.786.313-2.472.94C6.843 6.767 6.5 7.52 6.5 8.4V14Z", fill: props.color }) })));
808
- };
809
-
810
- var OpenNew = function (props) {
811
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.5 17c-.412 0-.766-.147-1.06-.44A1.445 1.445 0 0 1 3 15.5v-11c0-.412.147-.766.44-1.06.294-.293.648-.44 1.06-.44H10v1.5H4.5v11h11V10H17v5.5c0 .412-.147.766-.44 1.06-.294.293-.647.44-1.06.44h-11Zm3.563-4L7 11.937 14.438 4.5H12V3h5v5h-1.5V5.562L8.062 13Z", fill: props.color }) })));
812
- };
813
-
814
- var Pallet = function (props) {
815
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M2 18.638v-3.2h16v3.2h-2.4v-1.6h-4.4v1.6H8.8v-1.6H4.4v1.6H2Zm3.2-4.8a.774.774 0 0 1-.57-.23.774.774 0 0 1-.23-.57v-9.6c0-.226.077-.416.23-.57a.774.774 0 0 1 .57-.23h9.6c.227 0 .417.077.57.23.153.154.23.344.23.57v9.6a.774.774 0 0 1-.23.57.774.774 0 0 1-.57.23H5.2Zm.8-1.6h8v-8H6v8Zm1.6-4.8h4.8v-1.6H7.6v1.6Z", fill: props.color }) })));
816
- };
817
-
818
- var PersonAdd = function (props) {
819
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M14.958 11.678v-2.46H12.5v-1.75h2.458V5.012h1.75v2.458h2.459v1.75h-2.459v2.459h-1.75ZM7.542 9.99c-.945 0-1.736-.32-2.375-.958-.64-.64-.959-1.431-.959-2.375 0-.945.32-1.737.959-2.375.639-.64 1.43-.96 2.375-.96.944 0 1.736.32 2.375.96.639.638.958 1.43.958 2.375 0 .944-.32 1.735-.958 2.375-.64.638-1.431.958-2.375.958ZM.833 16.677v-2.396c0-.486.125-.923.375-1.313.25-.388.577-.68.98-.874.86-.417 1.742-.73 2.645-.938a12.086 12.086 0 0 1 2.729-.313c.917 0 1.827.108 2.73.323.903.216 1.785.525 2.646.928.403.194.725.486.968.875s.365.827.365 1.313v2.395H.833Zm1.75-1.75h9.938v-.646a.734.734 0 0 0-.104-.396.442.442 0 0 0-.271-.207 11.829 11.829 0 0 0-2.261-.803 9.77 9.77 0 0 0-2.323-.281c-.777 0-1.551.094-2.322.282-.771.187-1.525.454-2.261.802a.544.544 0 0 0-.291.217.679.679 0 0 0-.105.386v.646ZM7.542 8.24c.458 0 .836-.15 1.135-.448.299-.3.448-.677.448-1.135 0-.46-.15-.838-.448-1.136-.299-.3-.677-.448-1.135-.448-.459 0-.837.149-1.136.448-.299.298-.448.677-.448 1.136 0 .458.15.836.448 1.135.299.298.677.448 1.136.448Z", fill: props.color }) })));
820
- };
821
-
822
- var Person = function (props) {
823
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 9.99c-.945 0-1.736-.32-2.375-.958-.639-.64-.958-1.431-.958-2.375 0-.945.32-1.737.958-2.375.639-.64 1.43-.96 2.375-.96.945 0 1.736.32 2.375.96.639.638.958 1.43.958 2.375 0 .944-.32 1.735-.958 2.375-.639.638-1.43.958-2.375.958Zm-6.729 6.687v-2.396c0-.486.125-.923.375-1.313.25-.388.576-.68.979-.874a13.215 13.215 0 0 1 2.635-.928c.91-.215 1.823-.322 2.74-.322.917 0 1.833.107 2.75.322.917.216 1.792.525 2.625.928.403.194.729.486.979.875s.375.827.375 1.313v2.395H3.271Zm1.75-1.75h9.958v-.646a.734.734 0 0 0-.104-.396.439.439 0 0 0-.271-.207 11.133 11.133 0 0 0-2.271-.803A10.07 10.07 0 0 0 10 12.595c-.764 0-1.542.097-2.333.292-.792.194-1.549.458-2.271.792a.72.72 0 0 0-.271.228.631.631 0 0 0-.104.375v.646ZM10 8.24c.459 0 .837-.15 1.135-.448.299-.3.448-.677.448-1.135 0-.46-.15-.838-.448-1.136-.298-.3-.676-.448-1.135-.448-.459 0-.837.149-1.135.448-.299.298-.448.677-.448 1.136 0 .458.15.836.448 1.135.298.298.676.448 1.135.448Z", fill: props.color }) })));
824
- };
825
-
826
- var PhoneCall = function (props) {
827
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M16.222 10c0-1.733-.604-3.204-1.81-4.411C13.203 4.38 11.732 3.778 10 3.778V2a7.74 7.74 0 0 1 3.122.633c.97.423 1.815.993 2.534 1.711a8.133 8.133 0 0 1 1.71 2.534A7.74 7.74 0 0 1 18 10h-1.778Zm-3.555 0c0-.74-.26-1.37-.778-1.889A2.572 2.572 0 0 0 10 7.333V5.556c1.23 0 2.278.433 3.144 1.3.867.866 1.3 1.914 1.3 3.144h-1.777Zm4.4 8c-1.852 0-3.682-.404-5.49-1.211-1.807-.808-3.451-1.952-4.933-3.433-1.481-1.482-2.625-3.126-3.433-4.934C2.404 6.615 2 4.785 2 2.933c0-.266.089-.489.267-.666A.904.904 0 0 1 2.933 2h3.6c.208 0 .393.07.556.211.163.14.26.308.289.5l.578 3.111c.03.237.022.437-.023.6a.935.935 0 0 1-.244.422L5.533 9.022c.297.548.648 1.078 1.056 1.59.407.51.855 1.003 1.344 1.477.46.46.941.885 1.445 1.278.503.392 1.037.751 1.6 1.077l2.089-2.088c.133-.134.307-.234.522-.3.215-.067.426-.086.633-.056l3.067.622c.207.06.378.167.511.322.133.156.2.33.2.523v3.6a.904.904 0 0 1-.267.666.904.904 0 0 1-.666.267ZM4.689 7.333l1.467-1.466-.378-2.09H3.8c.074.608.178 1.208.311 1.8.133.593.326 1.179.578 1.756Zm7.955 7.956c.578.252 1.167.452 1.767.6.6.148 1.204.244 1.811.289v-1.956l-2.089-.422-1.489 1.489Z", fill: props.color }) })));
828
- };
829
-
830
- var Phone = function (props) {
831
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M17.067 18c-1.852 0-3.682-.404-5.49-1.211-1.807-.808-3.451-1.952-4.933-3.433-1.481-1.482-2.625-3.126-3.433-4.934C2.404 6.615 2 4.785 2 2.933c0-.266.089-.489.267-.666A.904.904 0 0 1 2.933 2h3.6c.208 0 .393.07.556.211.163.14.26.308.289.5l.578 3.111c.03.237.022.437-.023.6a.935.935 0 0 1-.244.422L5.533 9.022c.297.548.648 1.078 1.056 1.59.407.51.855 1.003 1.344 1.477.46.46.941.885 1.445 1.278.503.392 1.037.751 1.6 1.077l2.089-2.088c.133-.134.307-.234.522-.3.215-.067.426-.086.633-.056l3.067.622c.207.06.378.167.511.322.133.156.2.33.2.523v3.6a.904.904 0 0 1-.267.666.904.904 0 0 1-.666.267ZM4.689 7.333l1.467-1.466-.378-2.09H3.8c.074.608.178 1.208.311 1.8.133.593.326 1.179.578 1.756Zm7.955 7.956c.578.252 1.167.452 1.767.6.6.148 1.204.244 1.811.289v-1.956l-2.089-.422-1.489 1.489Z", fill: props.color }) })));
832
- };
833
-
834
- var Pin = function (props) {
835
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m12.8 9.3 1.4 1.4v1.4h-3.5v4.2l-.7.7-.7-.7v-4.2H5.8v-1.4l1.4-1.4V4.4h-.7V3h7v1.4h-.7v4.9Zm-5.005 1.4h4.41l-.805-.805V4.4H8.6v5.495l-.805.805Z", fill: props.color }) })));
836
- };
837
-
838
- var Pix = function (props) {
839
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.522 14.24c.628 0 1.218-.244 1.662-.688l2.4-2.4a.456.456 0 0 1 .63 0l2.41 2.409a2.336 2.336 0 0 0 1.662.688h.472l-3.04 3.039a2.43 2.43 0 0 1-3.437 0L5.233 14.24h.29Zm8.764-8.489c-.628 0-1.219.245-1.663.689l-2.408 2.409a.446.446 0 0 1-.63-.001l-2.4-2.4a2.335 2.335 0 0 0-1.663-.688h-.289l3.048-3.048a2.43 2.43 0 0 1 3.438 0l3.04 3.04h-.473Z", fill: props.color }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m2.712 8.281 1.816-1.815h.994c.433 0 .857.175 1.163.481l2.4 2.4c.225.225.52.337.815.337.294 0 .59-.112.814-.336l2.409-2.41c.306-.306.73-.481 1.163-.481h1.178l1.824 1.824c.95.95.95 2.489 0 3.438l-1.824 1.824h-1.178c-.434 0-.857-.175-1.163-.481l-2.409-2.41a1.18 1.18 0 0 0-1.629.001l-2.4 2.4c-.306.305-.73.481-1.163.481h-.994L2.712 11.72a2.43 2.43 0 0 1 0-3.438Z", fill: props.color })] })));
840
- };
841
-
842
- var Print = function (props) {
843
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M13.5 7V4.5h-7V7H5V3h10v4h-1.5Zm1.246 3.5c.21 0 .39-.072.535-.214a.714.714 0 0 0 .219-.532.736.736 0 0 0-.214-.535.714.714 0 0 0-.532-.219.736.736 0 0 0-.535.214.714.714 0 0 0-.219.532c0 .21.072.39.214.535.143.146.32.219.532.219Zm-1.246 5v-3h-7v3h7ZM15 17H5v-3H2V9c0-.556.194-1.028.583-1.417A1.929 1.929 0 0 1 4 7h12c.556 0 1.028.194 1.417.583.389.39.583.861.583 1.417v5h-3v3Zm1.52-4.5V9.299a.74.74 0 0 0-.25-.57.836.836 0 0 0-.582-.229H4.291a.762.762 0 0 0-.564.23.778.778 0 0 0-.228.57v3.2H5V11h10v1.5h1.52Z", fill: props.color }) })));
844
- };
845
-
846
- var QrCode = function (props) {
847
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M2 9.75V2.637h7.111V9.75H2Zm1.778-1.778h3.555V4.416H3.778v3.556ZM2 18.638v-7.11h7.111v7.11H2Zm1.778-1.778h3.555v-3.555H3.778v3.555Zm7.11-7.11V2.637H18V9.75h-7.111Zm1.779-1.778h3.555V4.416h-3.555v3.556Zm3.555 10.666V16.86H18v1.778h-1.778Zm-5.333-5.333v-1.778h1.778v1.778h-1.778Zm1.778 1.778v-1.778h1.777v1.778h-1.777Zm-1.778 1.777v-1.777h1.778v1.777h-1.778Zm1.778 1.778V16.86h1.777v1.778h-1.777Zm1.777-1.778v-1.777h1.778v1.777h-1.778Zm0-3.555v-1.778h1.778v1.778h-1.778Zm1.778 1.778v-1.778H18v1.778h-1.778Z", fill: props.color }) })));
848
- };
849
-
850
- var RealEstateAgent = function (props) {
851
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M16.209 11.479V6.312l-4.125-2.895-4.125 2.895v.98h-1.75V5.438l5.875-4.188 5.875 4.188v6.041h-1.75Zm-3.75-4.771h.916v-.916h-.916v.916Zm-1.667 0h.917v-.916h-.917v.916Zm1.667 1.667h.916v-.917h-.916v.917Zm-1.667 0h.917v-.917h-.917v.917Zm1.292 10.375-5.688-1.583v1.229H1.25V9.042h6.709l5.104 1.896c.472.18.85.485 1.135.916.285.43.427.889.427 1.375h1.521c.722 0 1.337.243 1.844.729.507.487.76 1.091.76 1.813v.896l-6.666 2.083ZM3 16.646h1.646v-5.854H3v5.854Zm9.042.292 4.875-1.542a.766.766 0 0 0-.312-.302.936.936 0 0 0-.459-.115h-3.979c-.417 0-.785-.024-1.104-.073a4.635 4.635 0 0 1-.834-.198l-1.708-.583.542-1.687 1.792.604c.222.07.465.118.729.146.263.027.7.041 1.312.041a.743.743 0 0 0-.135-.427.639.639 0 0 0-.323-.26l-4.792-1.75h-1.25v4.604l5.646 1.542Z", fill: props.color }) })));
852
- };
853
-
854
- var ReceiptLong = function (props) {
855
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5 18c-.639 0-1.132-.17-1.479-.51C3.174 17.15 3 16.653 3 16v-3h2V2l1.208 1.208L7.396 2l1.208 1.208L9.792 2 11 3.208 12.208 2l1.188 1.208L14.604 2l1.188 1.208L17 2v13.75c0 .653-.215 1.191-.646 1.615-.43.423-.965.635-1.604.635H5Zm9.75-1.5a.756.756 0 0 0 .542-.198c.139-.132.208-.316.208-.552V4.5h-9V13H14v2.75c0 .236.07.42.208.552.14.132.32.198.542.198Zm-7.25-9V6H12v1.5H7.5Zm0 2.5V8.5H12V10H7.5Zm6.25-2.5a.734.734 0 0 1-.521-.219A.707.707 0 0 1 13 6.75c0-.208.076-.385.229-.531A.734.734 0 0 1 13.75 6c.208 0 .385.073.531.219a.723.723 0 0 1 .219.531.723.723 0 0 1-.219.531.723.723 0 0 1-.531.219Zm0 2.5a.734.734 0 0 1-.521-.219A.707.707 0 0 1 13 9.25c0-.208.076-.385.229-.531a.734.734 0 0 1 .521-.219c.208 0 .385.073.531.219a.723.723 0 0 1 .219.531.723.723 0 0 1-.219.531.723.723 0 0 1-.531.219ZM5 16.5h7.5v-2h-8V16c0 .236.024.378.073.427.049.049.191.073.427.073Zm-.5 0v-2 2Z", fill: props.color }) })));
856
- };
857
-
858
- var Receipt = function (props) {
859
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3 18V2l1.167.938L5.333 2l1.167.938L7.667 2l1.166.938L10 2l1.167.938L12.333 2l1.167.938L14.667 2l1.166.938L17 2v16l-1.167-.938-1.166.938-1.167-.938-1.167.938-1.166-.938L10 18l-1.167-.938L7.667 18 6.5 17.062 5.333 18l-1.166-.938L3 18Zm3-4.5h8V12H6v1.5Zm0-2.75h8v-1.5H6v1.5ZM6 8h8V6.5H6V8Zm-1.5 7.5h11v-11h-11v11Zm0-11v11-11Z", fill: props.color }) })));
860
- };
861
-
862
- var Redo = function (props) {
863
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M15.185 9.296a8.184 8.184 0 0 0-5.396-2.033c-3.637 0-6.71 2.37-7.789 5.646l1.846.61a6.258 6.258 0 0 1 5.943-4.301c1.525 0 2.917.563 4.004 1.47l-2.831 2.831H18V6.481l-2.815 2.815Z", fill: props.color }) })));
864
- };
865
-
866
- var Refresh = function (props) {
867
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 16c-1.667 0-3.083-.583-4.25-1.75C4.583 13.083 4 11.667 4 10c0-1.667.583-3.083 1.75-4.25C6.917 4.583 8.333 4 10 4c.903 0 1.74.187 2.51.562a6.35 6.35 0 0 1 1.99 1.5V4H16v5h-5V7.5h2.729a4.43 4.43 0 0 0-1.583-1.458A4.357 4.357 0 0 0 10 5.5c-1.25 0-2.313.437-3.188 1.312S5.5 8.75 5.5 10c0 1.25.437 2.313 1.312 3.188S8.75 14.5 10 14.5c1.167 0 2.167-.385 3-1.156a4.424 4.424 0 0 0 1.438-2.844h1.541c-.125 1.555-.757 2.861-1.896 3.917C12.944 15.472 11.583 16 10 16Z", fill: props.color }) })));
868
- };
869
-
870
- var Remove = function (props) {
871
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5 10.75v-1.5h10v1.5H5Z", fill: props.color }) })));
872
- };
873
-
874
- var RequestQuote = function (props) {
875
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9.25 16h1.5v-1H11a.962.962 0 0 0 .708-.292A.962.962 0 0 0 12 14v-1.5a.962.962 0 0 0-.292-.708A.962.962 0 0 0 11 11.5H9V10h3V9h-1.25V8h-1.5v1H9a.962.962 0 0 0-.708.292A.962.962 0 0 0 8 10v1.5c0 .278.097.514.292.708.194.195.43.292.708.292h2V14H8v1h1.25v1ZM5.5 18c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 16.5v-13c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 5.5 2H12l4 4v10.5c0 .417-.146.77-.438 1.062A1.444 1.444 0 0 1 14.5 18h-9ZM11 7V3.5H5.5v13h9V7H11ZM5.5 3.5v3.938V3.5v13-13Z", fill: props.color }) })));
876
- };
877
-
878
- var RfReader = function (props) {
879
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.408 18.638c-.8 0-1.436-.326-1.91-.98-.472-.652-.609-1.378-.409-2.178l1.44-5.726a3.476 3.476 0 0 1-1.09-1.2 3.393 3.393 0 0 1-.43-1.705c0-.927.313-1.72.94-2.38.626-.659 1.379-.989 2.258-.989h6.397c.6 0 1.052.267 1.359.8.306.534.326 1.081.06 1.642l-1.6 3.369a1.82 1.82 0 0 1-.588.673 1.439 1.439 0 0 1-.83.253h-1.62l-.22.842h.24c.227 0 .417.08.57.242a.84.84 0 0 1 .23.6v1.685a.837.837 0 0 1-.23.6.755.755 0 0 1-.57.242H7.326l-.6 2.358a2.5 2.5 0 0 1-.86 1.336 2.26 2.26 0 0 1-1.458.516Zm0-1.684a.72.72 0 0 0 .48-.168.888.888 0 0 0 .28-.443l1.558-6.126H5.067l-1.439 5.684a.832.832 0 0 0 .14.727c.16.217.373.326.64.326Zm.8-8.421h4.797l1.599-3.368H5.207a1.5 1.5 0 0 0-1.129.495c-.313.33-.47.726-.47 1.189 0 .463.157.86.47 1.189a1.5 1.5 0 0 0 1.13.495Zm9.594-3.368-.5-1.137 2.899-1.39.48 1.158-2.88 1.369Zm2.399 5.894-2.899-1.368.5-1.158 2.878 1.39-.48 1.136ZM14.8 7.48V6.217H18V7.48h-3.198Z", fill: props.color }) })));
880
- };
881
-
882
- var Save = function (props) {
883
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M18 5.556v10.666c0 .49-.174.908-.522 1.256a1.712 1.712 0 0 1-1.256.522H3.778c-.49 0-.908-.174-1.256-.522A1.712 1.712 0 0 1 2 16.222V3.778c0-.49.174-.908.522-1.256A1.712 1.712 0 0 1 3.778 2h10.666L18 5.556Zm-1.778.755L13.69 3.778H3.778v12.444h12.444v-9.91ZM10 15.333c.74 0 1.37-.259 1.889-.777a2.572 2.572 0 0 0 .778-1.89c0-.74-.26-1.37-.778-1.888A2.572 2.572 0 0 0 10 10c-.74 0-1.37.26-1.889.778a2.572 2.572 0 0 0-.778 1.889c0 .74.26 1.37.778 1.889a2.572 2.572 0 0 0 1.889.777Zm-5.333-7.11h8V4.666h-8v3.555Z", fill: props.color }) })));
884
- };
885
-
886
- var SearchGraph = function (props) {
887
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M2.89 14.474 2 13.82l3.418-5.455L7.6 10.911l2.89-4.691 1.983 2.945a3.444 3.444 0 0 0-.564.119 6.5 6.5 0 0 0-.545.19l-.819-1.254-2.781 4.527-2.2-2.563-2.673 4.29Zm14.328 3.8-2.436-2.436c-.255.182-.53.321-.828.418a2.94 2.94 0 0 1-.918.146c-.86 0-1.59-.3-2.19-.9-.6-.6-.9-1.33-.9-2.191 0-.86.3-1.591.9-2.191.6-.6 1.33-.9 2.19-.9.861 0 1.591.3 2.191.9.6.6.9 1.33.9 2.19 0 .316-.051.622-.154.919-.103.297-.24.579-.41.845L18 17.493l-.782.781Zm-4.182-2.963a1.93 1.93 0 0 0 1.418-.582 1.93 1.93 0 0 0 .582-1.418 1.93 1.93 0 0 0-.582-1.418 1.93 1.93 0 0 0-1.418-.582 1.93 1.93 0 0 0-1.418.582 1.93 1.93 0 0 0-.582 1.418c0 .557.194 1.03.582 1.418.388.388.86.582 1.418.582Zm1.346-5.964a2.27 2.27 0 0 0-.564-.145 84.304 84.304 0 0 0-.6-.073l3.891-6.127.891.654-3.618 5.691Z", fill: props.color }) })));
888
- };
889
-
890
- var SearchOff = function (props) {
891
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { d: "M13.941 11.834h-.643l-.227-.22a5.264 5.264 0 0 0 1.277-3.44A5.287 5.287 0 0 0 9.06 2.887a5.275 5.275 0 0 0-5.262 4.88H5.44a3.642 3.642 0 0 1 3.62-3.253 3.656 3.656 0 0 1 3.66 3.66 3.656 3.656 0 0 1-3.66 3.66c-.139 0-.269-.024-.407-.04v1.643c.138.016.268.024.406.024 1.31 0 2.514-.48 3.441-1.277l.22.228v.643l4.067 4.058L18 15.902l-4.059-4.068Z", fill: props.color }), jsxRuntime.jsx("path", { d: "m6.596 9.248-2.01 2.009-2.008-2.01L2 9.826l2.01 2.01L2 13.842l.578.578 2.009-2.01 2.009 2.01.577-.577-2.009-2.01 2.01-2.009-.578-.577Z", fill: props.color })] })));
892
- };
893
-
894
- var Search = function (props) {
895
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m15.938 17-4.98-4.979a5.208 5.208 0 0 1-1.375.719A4.8 4.8 0 0 1 8 13c-1.389 0-2.57-.486-3.542-1.458C3.486 10.569 3 9.389 3 8c0-1.389.486-2.57 1.458-3.542C5.431 3.486 6.611 3 8 3c1.389 0 2.57.486 3.542 1.458C12.514 5.431 13 6.611 13 8a4.8 4.8 0 0 1-.26 1.583c-.174.5-.414.958-.719 1.375L17 15.938 15.938 17ZM8 11.5c.972 0 1.798-.34 2.479-1.021.68-.68 1.021-1.507 1.021-2.479 0-.972-.34-1.798-1.021-2.479C9.799 4.841 8.972 4.5 8 4.5c-.972 0-1.798.34-2.479 1.021C4.841 6.201 4.5 7.028 4.5 8c0 .972.34 1.798 1.021 2.479.68.68 1.507 1.021 2.479 1.021Z", fill: props.color }) })));
896
- };
897
-
898
- var Sell = function (props) {
899
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10.708 18.333a1.812 1.812 0 0 1-1.291-.541l-7.209-7.209a1.812 1.812 0 0 1-.541-1.291V3.417c0-.486.17-.9.51-1.24.34-.34.754-.51 1.24-.51h5.875c.236 0 .462.045.677.135.215.09.406.22.573.386l7.27 7.27c.347.347.521.76.521 1.24s-.174.886-.521 1.219l-5.874 5.875a1.967 1.967 0 0 1-.563.396 1.567 1.567 0 0 1-.667.145Zm0-1.75 5.875-5.875-7.291-7.291H3.417v5.875l7.291 7.291ZM5.479 6.771c.361 0 .667-.125.917-.375s.375-.556.375-.917c0-.36-.125-.666-.375-.917a1.249 1.249 0 0 0-.917-.374c-.36 0-.666.125-.917.374-.25.25-.374.556-.374.917s.125.667.374.917c.25.25.556.375.917.375Z", fill: props.color }) })));
900
- };
901
-
902
- var Send = function (props) {
903
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M2.5 16v-4l6-2-6-2V4l15 6-15 6Z", fill: props.color }) })));
904
- };
905
-
906
- var SentimentDissatisfied = function (props) {
907
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M12.938 9.229c.36 0 .663-.125.906-.375s.364-.555.364-.916-.121-.667-.364-.917a1.213 1.213 0 0 0-.906-.375c-.361 0-.67.125-.928.375a1.23 1.23 0 0 0-.385.917c0 .36.128.666.385.916s.567.375.928.375Zm-5.813 0c.361 0 .663-.125.906-.375s.365-.555.365-.916-.122-.667-.365-.917a1.211 1.211 0 0 0-.906-.375c-.361 0-.67.125-.927.375a1.23 1.23 0 0 0-.386.917c0 .36.129.666.386.916s.566.375.927.375Zm2.896 2a4.49 4.49 0 0 0-2.604.802 4.41 4.41 0 0 0-1.667 2.136h1.417c.305-.5.708-.9 1.208-1.198A3.112 3.112 0 0 1 10 12.521c.583 0 1.128.146 1.635.437.507.292.907.695 1.198 1.209h1.438a4.43 4.43 0 0 0-1.656-2.136 4.448 4.448 0 0 0-2.594-.802ZM10 18.333a8.119 8.119 0 0 1-3.25-.656 8.41 8.41 0 0 1-2.646-1.781 8.412 8.412 0 0 1-1.781-2.646A8.118 8.118 0 0 1 1.667 10c0-1.153.219-2.236.656-3.25a8.412 8.412 0 0 1 1.781-2.646A8.412 8.412 0 0 1 6.75 2.323 8.118 8.118 0 0 1 10 1.667c1.153 0 2.236.219 3.25.656a8.412 8.412 0 0 1 2.646 1.781 8.41 8.41 0 0 1 1.781 2.646 8.119 8.119 0 0 1 .656 3.25 8.119 8.119 0 0 1-.656 3.25 8.41 8.41 0 0 1-1.781 2.646 8.41 8.41 0 0 1-2.646 1.781 8.119 8.119 0 0 1-3.25.656Zm0-1.75c1.82 0 3.371-.642 4.656-1.927 1.285-1.285 1.927-2.837 1.927-4.656 0-1.82-.642-3.371-1.927-4.656C13.371 4.059 11.819 3.417 10 3.417c-1.82 0-3.371.642-4.656 1.927C4.059 6.629 3.417 8.181 3.417 10c0 1.82.642 3.371 1.927 4.656 1.285 1.285 2.837 1.927 4.656 1.927Z", fill: props.color }) })));
908
- };
909
-
910
- var SentimentExtremelyDissatisfied = function (props) {
911
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 18.333a8.119 8.119 0 0 1-3.25-.656 8.41 8.41 0 0 1-2.646-1.781 8.412 8.412 0 0 1-1.781-2.646A8.118 8.118 0 0 1 1.667 10c0-1.153.219-2.236.656-3.25a8.412 8.412 0 0 1 1.781-2.646A8.412 8.412 0 0 1 6.75 2.323 8.118 8.118 0 0 1 10 1.667c1.153 0 2.236.219 3.25.656a8.412 8.412 0 0 1 2.646 1.781 8.41 8.41 0 0 1 1.781 2.646 8.119 8.119 0 0 1 .656 3.25 8.119 8.119 0 0 1-.656 3.25 8.41 8.41 0 0 1-1.781 2.646 8.41 8.41 0 0 1-2.646 1.781 8.119 8.119 0 0 1-3.25.656Zm0-1.75c1.82 0 3.371-.642 4.656-1.927 1.285-1.285 1.927-2.837 1.927-4.656 0-1.82-.642-3.371-1.927-4.656C13.371 4.059 11.819 3.417 10 3.417c-1.82 0-3.371.642-4.656 1.927C4.059 6.629 3.417 8.181 3.417 10c0 1.82.642 3.371 1.927 4.656 1.285 1.285 2.837 1.927 4.656 1.927Zm1.292-7.416.333-.188c.055.306.198.563.427.771.23.208.504.312.823.312.361 0 .67-.125.927-.374.257-.25.386-.556.386-.917a1.32 1.32 0 0 0-.126-.563c-.083-.18-.2-.326-.354-.437l.5-.292-.458-.812-2.917 1.666.459.834Zm-2.584 0 .459-.834L6.25 6.667l-.458.812.5.292a1.093 1.093 0 0 0-.354.437 1.32 1.32 0 0 0-.126.563c0 .36.129.666.386.917.257.25.566.374.927.374.32 0 .594-.104.823-.312.23-.208.372-.465.427-.771l.333.188ZM10 10.812c-.986 0-1.844.327-2.573.98a6.094 6.094 0 0 0-1.635 2.375h8.396a6.103 6.103 0 0 0-1.636-2.375 3.705 3.705 0 0 0-2.552-.98Z", fill: props.color }) })));
912
- };
913
-
914
- var SentimentNeutral = function (props) {
915
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M12.938 9.229c.36 0 .663-.125.906-.375s.364-.555.364-.916-.121-.667-.364-.917a1.213 1.213 0 0 0-.906-.375c-.361 0-.67.125-.928.375a1.23 1.23 0 0 0-.385.917c0 .36.128.666.385.916s.567.375.928.375Zm-5.813 0c.361 0 .663-.125.906-.375s.365-.555.365-.916-.122-.667-.365-.917a1.211 1.211 0 0 0-.906-.375c-.361 0-.67.125-.927.375a1.23 1.23 0 0 0-.386.917c0 .36.129.666.386.916s.566.375.927.375Zm.375 3.667h5v-1.271h-5v1.271Zm2.5 5.437a8.119 8.119 0 0 1-3.25-.656 8.41 8.41 0 0 1-2.646-1.781 8.412 8.412 0 0 1-1.781-2.646A8.118 8.118 0 0 1 1.667 10c0-1.153.219-2.236.656-3.25a8.412 8.412 0 0 1 1.781-2.646A8.412 8.412 0 0 1 6.75 2.323 8.118 8.118 0 0 1 10 1.667c1.153 0 2.236.219 3.25.656a8.412 8.412 0 0 1 2.646 1.781 8.41 8.41 0 0 1 1.781 2.646 8.119 8.119 0 0 1 .656 3.25 8.119 8.119 0 0 1-.656 3.25 8.41 8.41 0 0 1-1.781 2.646 8.41 8.41 0 0 1-2.646 1.781 8.119 8.119 0 0 1-3.25.656Zm0-1.75c1.82 0 3.371-.642 4.656-1.927 1.285-1.285 1.927-2.837 1.927-4.656 0-1.82-.642-3.371-1.927-4.656C13.371 4.059 11.819 3.417 10 3.417c-1.82 0-3.371.642-4.656 1.927C4.059 6.629 3.417 8.181 3.417 10c0 1.82.642 3.371 1.927 4.656 1.285 1.285 2.837 1.927 4.656 1.927Z", fill: props.color }) })));
916
- };
917
-
918
- var SentimentSatisfied = function (props) {
919
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M12.917 9.25c.36 0 .663-.125.906-.375s.365-.556.365-.917c0-.36-.122-.666-.365-.916a1.213 1.213 0 0 0-.906-.375c-.361 0-.67.125-.927.375s-.386.555-.386.916.129.667.386.917.566.375.927.375Zm-5.792-.021c.361 0 .663-.125.906-.375s.365-.555.365-.916-.122-.667-.365-.917a1.211 1.211 0 0 0-.906-.375c-.361 0-.67.125-.927.375a1.23 1.23 0 0 0-.386.917c0 .36.129.666.386.916s.566.375.927.375ZM10 14.583c.959 0 1.823-.267 2.594-.802a4.557 4.557 0 0 0 1.677-2.135h-1.438c-.291.514-.69.917-1.198 1.208a3.22 3.22 0 0 1-1.635.438c-.583 0-1.125-.15-1.625-.448a3.498 3.498 0 0 1-1.208-1.198H5.75c.333.889.885 1.6 1.656 2.135.77.535 1.635.802 2.594.802Zm0 3.75a8.119 8.119 0 0 1-3.25-.656 8.41 8.41 0 0 1-2.646-1.781 8.412 8.412 0 0 1-1.781-2.646A8.118 8.118 0 0 1 1.667 10c0-1.153.219-2.236.656-3.25a8.412 8.412 0 0 1 1.781-2.646A8.412 8.412 0 0 1 6.75 2.323 8.118 8.118 0 0 1 10 1.667c1.153 0 2.236.219 3.25.656a8.412 8.412 0 0 1 2.646 1.781 8.41 8.41 0 0 1 1.781 2.646 8.119 8.119 0 0 1 .656 3.25 8.119 8.119 0 0 1-.656 3.25 8.41 8.41 0 0 1-1.781 2.646 8.41 8.41 0 0 1-2.646 1.781 8.119 8.119 0 0 1-3.25.656Zm0-1.75c1.82 0 3.371-.642 4.656-1.927 1.285-1.285 1.927-2.837 1.927-4.656 0-1.82-.642-3.371-1.927-4.656C13.371 4.059 11.819 3.417 10 3.417c-1.82 0-3.371.642-4.656 1.927C4.059 6.629 3.417 8.181 3.417 10c0 1.82.642 3.371 1.927 4.656 1.285 1.285 2.837 1.927 4.656 1.927Z", fill: props.color }) })));
920
- };
921
-
922
- var SentimentVerySatisfied = function (props) {
923
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10.021 14.583c.958 0 1.823-.267 2.594-.802a4.431 4.431 0 0 0 1.656-2.135H5.75a4.41 4.41 0 0 0 1.667 2.135 4.49 4.49 0 0 0 2.604.802ZM6.562 9.229l.876-.875.874.875.938-.937L7.438 6.5 5.625 8.292l.937.937Zm5.146 0 .875-.875.875.875.938-.917L12.583 6.5l-1.812 1.792.937.937ZM10 18.333a8.119 8.119 0 0 1-3.25-.656 8.41 8.41 0 0 1-2.646-1.781 8.412 8.412 0 0 1-1.781-2.646A8.118 8.118 0 0 1 1.667 10c0-1.153.219-2.236.656-3.25a8.412 8.412 0 0 1 1.781-2.646A8.412 8.412 0 0 1 6.75 2.323 8.118 8.118 0 0 1 10 1.667c1.153 0 2.236.219 3.25.656a8.412 8.412 0 0 1 2.646 1.781 8.41 8.41 0 0 1 1.781 2.646 8.119 8.119 0 0 1 .656 3.25 8.119 8.119 0 0 1-.656 3.25 8.41 8.41 0 0 1-1.781 2.646 8.41 8.41 0 0 1-2.646 1.781 8.119 8.119 0 0 1-3.25.656Zm0-1.75c1.82 0 3.371-.642 4.656-1.927 1.285-1.285 1.927-2.837 1.927-4.656 0-1.82-.642-3.371-1.927-4.656C13.371 4.059 11.819 3.417 10 3.417c-1.82 0-3.371.642-4.656 1.927C4.059 6.629 3.417 8.181 3.417 10c0 1.82.642 3.371 1.927 4.656 1.285 1.285 2.837 1.927 4.656 1.927Z", fill: props.color }) })));
924
- };
925
-
926
- var Settings = function (props) {
927
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m7.646 18.333-.313-2.625a35.141 35.141 0 0 0-.458-.27c-.167-.097-.32-.188-.458-.271l-2.438 1.021-2.354-4.063 2.083-1.583V9.458L1.625 7.875l2.354-4.063 2.438 1.021c.139-.083.291-.173.458-.27.167-.097.32-.188.458-.271l.313-2.625h4.708l.313 2.625c.139.083.291.174.458.271.167.097.32.187.458.27l2.438-1.021 2.354 4.063-2.063 1.583v1.084l2.063 1.583-2.354 4.063-2.438-1.021c-.139.083-.291.174-.458.271-.167.097-.32.187-.458.27l-.313 2.625H7.646ZM10 12.979c.82 0 1.52-.292 2.104-.875A2.869 2.869 0 0 0 12.979 10c0-.82-.292-1.52-.875-2.104A2.869 2.869 0 0 0 10 7.021c-.82 0-1.52.292-2.104.875A2.869 2.869 0 0 0 7.021 10c0 .82.292 1.52.875 2.104a2.869 2.869 0 0 0 2.104.875Zm0-1.75c-.333 0-.622-.121-.865-.364A1.184 1.184 0 0 1 8.771 10c0-.333.121-.622.364-.865s.532-.364.865-.364c.333 0 .622.121.865.364s.364.532.364.865c0 .333-.121.622-.364.865a1.184 1.184 0 0 1-.865.364Zm-.833 5.354h1.666l.25-2.166a4.775 4.775 0 0 0 1.167-.5 5.204 5.204 0 0 0 1.021-.792l2.021.854.833-1.375-1.771-1.354c.07-.195.118-.396.146-.604.028-.209.042-.424.042-.646a4.31 4.31 0 0 0-.042-.594 6.124 6.124 0 0 0-.125-.635l1.771-1.375-.834-1.375-2.02.875a5.124 5.124 0 0 0-1.032-.802 4.829 4.829 0 0 0-1.156-.49l-.271-2.187H9.167l-.271 2.187a4.83 4.83 0 0 0-1.156.49 5.006 5.006 0 0 0-1.011.781l-2.021-.854-.833 1.375 1.75 1.354a5.941 5.941 0 0 0-.125.646 4.308 4.308 0 0 0 0 1.198c.028.201.07.413.125.635l-1.75 1.375.833 1.375 2.021-.854c.306.305.643.566 1.011.781.368.215.753.379 1.156.49l.271 2.187Z", fill: props.color }) })));
928
- };
929
-
930
- var SevereWarningOnColor = function (props) {
931
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.91 16v-1.412h1.163l1.436-4.64c.097-.307.276-.55.536-.733.261-.183.549-.274.864-.274h2.182c.315 0 .603.091.864.274.26.182.439.426.536.732l1.436 4.641h1.164V16H4.909Zm2.69-1.412h4.8l-1.31-4.235H8.91L7.6 14.588ZM9.273 7.53V4h1.454v3.53H9.273ZM13.6 9.276l-1.036-1.005 2.582-2.489 1.018.989L13.6 9.276Zm.764 3.195v-1.412H18v1.412h-3.636ZM6.4 9.276 3.836 6.771l1.019-.989 2.581 2.489L6.4 9.276ZM2 12.471v-1.412h3.636v1.412H2Z", fill: "#212121" }) })));
932
- };
933
-
934
- var SevereWarning = function (props) {
935
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4.91 16v-1.412h1.163l1.436-4.64c.097-.307.276-.55.536-.733.261-.183.549-.274.864-.274h2.182c.315 0 .603.091.864.274.26.182.439.426.536.732l1.436 4.641h1.164V16H4.909Zm2.69-1.412h4.8l-1.31-4.235H8.91L7.6 14.588ZM9.273 7.53V4h1.454v3.53H9.273ZM13.6 9.276l-1.036-1.005 2.582-2.489 1.018.989L13.6 9.276Zm.764 3.195v-1.412H18v1.412h-3.636ZM6.4 9.276 3.836 6.771l1.019-.989 2.581 2.489L6.4 9.276ZM2 12.471v-1.412h3.636v1.412H2Z", fill: "#ED7124" }) })));
936
- };
937
-
938
- var Share = function (props) {
939
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M14.958 18.323c-.708 0-1.305-.247-1.791-.74a2.471 2.471 0 0 1-.729-1.801c0-.098.007-.195.02-.293.014-.097.035-.187.063-.27L6.75 11.886c-.236.208-.5.37-.792.489a2.417 2.417 0 0 1-.916.177c-.709 0-1.31-.247-1.802-.74a2.452 2.452 0 0 1-.74-1.801c0-.71.247-1.31.74-1.803a2.45 2.45 0 0 1 1.802-.74 2.552 2.552 0 0 1 1.708.646l5.771-3.333a2.456 2.456 0 0 1-.073-.27 1.4 1.4 0 0 1-.031-.293c0-.708.246-1.308.739-1.802a2.454 2.454 0 0 1 1.802-.739c.709 0 1.31.247 1.802.74.493.493.74 1.093.74 1.801a2.45 2.45 0 0 1-.74 1.802 2.45 2.45 0 0 1-1.802.74c-.32 0-.621-.059-.906-.177a2.779 2.779 0 0 1-.781-.49L7.5 9.427c.028.083.049.177.062.281a2.127 2.127 0 0 1-.062.864l5.771 3.335c.236-.21.496-.373.781-.49.285-.118.587-.178.906-.178.709 0 1.31.247 1.802.74a2.45 2.45 0 0 1 .74 1.803c0 .707-.247 1.308-.74 1.802a2.452 2.452 0 0 1-1.802.739Zm0-13.313c.223 0 .41-.076.563-.229a.767.767 0 0 0 .229-.563.764.764 0 0 0-.229-.562.765.765 0 0 0-.563-.229.764.764 0 0 0-.562.23.764.764 0 0 0-.229.561c0 .222.076.41.229.563.153.153.34.23.562.23Zm-9.916 5.792c.222 0 .41-.077.562-.23a.764.764 0 0 0 .229-.561.767.767 0 0 0-.229-.564.764.764 0 0 0-.562-.229.765.765 0 0 0-.563.23.767.767 0 0 0-.229.563c0 .222.076.409.229.562.153.152.34.229.563.229Zm9.916 5.77c.223 0 .41-.076.563-.229a.764.764 0 0 0 .229-.562.765.765 0 0 0-.229-.563.765.765 0 0 0-.563-.229.764.764 0 0 0-.562.23.765.765 0 0 0-.229.563c0 .221.076.409.229.561.153.153.34.23.562.23Z", fill: props.color }) })));
940
- };
941
-
942
- var ShoppingBag = function (props) {
943
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.5 18.002c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 16.502v-9.5c0-.417.146-.77.438-1.062A1.444 1.444 0 0 1 5.5 5.502H7V5.17c0-.82.267-1.542.802-2.167a2.751 2.751 0 0 1 2.031-1c.875-.041 1.622.233 2.24.823.618.59.927 1.316.927 2.177v.5h1.5c.417 0 .77.146 1.062.438.292.291.438.645.438 1.062v9.5c0 .417-.146.77-.438 1.062a1.444 1.444 0 0 1-1.062.438h-9Zm0-1.5h9v-9.5H13v1.25a.723.723 0 0 1-.219.531.723.723 0 0 1-.531.22.723.723 0 0 1-.531-.22.723.723 0 0 1-.219-.53v-1.25h-3v1.25a.723.723 0 0 1-.219.53.723.723 0 0 1-.531.22.723.723 0 0 1-.531-.22.723.723 0 0 1-.219-.53v-1.25H5.5v9.5Zm3-11h3v-.5c0-.417-.146-.77-.438-1.062A1.444 1.444 0 0 0 10 3.502c-.417 0-.77.146-1.062.438A1.444 1.444 0 0 0 8.5 5.002v.5Zm-3 11v-9.5 9.5Z", fill: props.color }) })));
944
- };
945
-
946
- var ShoppingCart = function (props) {
947
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M6.66 18.333c-.473 0-.875-.167-1.209-.5a1.646 1.646 0 0 1-.5-1.208c0-.472.167-.875.5-1.208.334-.333.736-.5 1.208-.5s.875.167 1.208.5c.334.333.5.736.5 1.208s-.166.875-.5 1.208c-.333.333-.736.5-1.208.5Zm8.27 0c-.472 0-.874-.167-1.208-.5a1.646 1.646 0 0 1-.5-1.208c0-.472.167-.875.5-1.208.334-.333.736-.5 1.208-.5s.875.167 1.208.5c.333.333.5.736.5 1.208s-.167.875-.5 1.208c-.333.333-.736.5-1.208.5ZM6.013 5.062l1.938 4.084h5.791l2.23-4.084H6.013Zm-.833-1.75h12.354c.361 0 .611.146.75.438a.889.889 0 0 1-.02.854l-3 5.396a1.715 1.715 0 0 1-.626.656c-.264.16-.556.24-.875.24H7.596l-.854 1.562h9.938v1.75H6.638c-.624 0-1.103-.281-1.437-.843-.333-.563-.347-1.122-.042-1.677l1.083-2-2.958-6.271H1.617v-1.75h2.771l.792 1.645Zm2.771 5.834h5.791-5.79Z", fill: props.color }) })));
948
- };
949
-
950
- var SortDown = function (props) {
951
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 14.5-4-4 1.063-1.063 2.187 2.188V5.5h1.5v6.125l2.188-2.188L14 10.5l-4 4Z", fill: props.color }) })));
952
- };
953
-
954
- var SortUp = function (props) {
955
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9.25 14.5V8.375l-2.188 2.188L6 9.5l4-4 4 4-1.063 1.063-2.187-2.188V14.5h-1.5Z", fill: props.color }) })));
956
- };
957
-
958
- var SpatialTracking = function (props) {
959
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M15.125 12.333a7.833 7.833 0 0 1-1.646-2.468 7.36 7.36 0 0 1-.584-2.886c0-1.014.205-1.98.615-2.896a8.36 8.36 0 0 1 1.677-2.458l1.229 1.25a6.551 6.551 0 0 0-1.291 1.896A5.352 5.352 0 0 0 14.645 7c0 .778.153 1.518.459 2.219.305.701.729 1.33 1.271 1.885l-1.25 1.229ZM17.5 10a4.42 4.42 0 0 1-.938-1.365 3.978 3.978 0 0 1-.333-1.614c0-.57.118-1.111.354-1.625s.555-.972.958-1.375L18.75 5.25a2.776 2.776 0 0 0-.563.802 2.29 2.29 0 0 0 0 1.906c.139.306.326.577.563.813L17.5 10Zm-9.521 1.687c-.945 0-1.736-.32-2.375-.958-.64-.639-.959-1.43-.959-2.375 0-.945.32-1.736.959-2.375s1.43-.958 2.375-.958c.944 0 1.736.32 2.375.958.639.639.958 1.43.958 2.375 0 .945-.32 1.736-.958 2.375-.64.639-1.431.958-2.375.958ZM1.25 18.375v-2.396c0-.444.118-.868.354-1.271a2.28 2.28 0 0 1 1-.916 15.1 15.1 0 0 1 2.427-.875c.91-.25 1.892-.375 2.948-.375 1.041 0 2.02.125 2.937.375.917.25 1.73.542 2.438.875.43.208.764.513 1 .916s.354.827.354 1.271v2.396H1.25ZM3 16.625h9.958v-.646a.659.659 0 0 0-.104-.354.664.664 0 0 0-.271-.25c-.486-.236-1.135-.476-1.948-.719a9.247 9.247 0 0 0-2.656-.364 9.24 9.24 0 0 0-2.656.364c-.813.243-1.462.483-1.948.719a.664.664 0 0 0-.271.25.659.659 0 0 0-.104.354v.646Zm4.979-6.688c.458 0 .836-.149 1.135-.447.299-.299.448-.677.448-1.136 0-.458-.15-.836-.448-1.135-.299-.299-.677-.448-1.135-.448-.459 0-.837.15-1.136.448-.299.299-.448.677-.448 1.135 0 .459.15.837.448 1.136.299.298.677.447 1.136.447Z", fill: props.color }) })));
960
- };
961
-
962
- var Supply = function (props) {
963
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { d: "M16 9.8h-4V8.46h4V9.8Z", fill: props.color }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.333 5.781c-.368 0-.666.3-.666.67v8.039c0 .37.298.67.666.67h9.334c.368 0 .666-.3.666-.67V6.45c0-.37-.298-.669-.666-.669H9.333ZM10 7.121v6.699h8v-6.7h-8Z", fill: props.color }), jsxRuntime.jsx("path", { d: "M19.6 16.234H7.2V6.86a.405.405 0 0 0-.4-.408H4.4c-.22 0-.4.183-.4.408v.524c0 .224.18.408.4.408h1.2v9.666c0 .224.18.408.4.408h2.072a1.212 1.212 0 0 0 1.127 1.63 1.212 1.212 0 0 0 1.129-1.63h4.947a1.212 1.212 0 0 0 1.127 1.63 1.212 1.212 0 0 0 1.128-1.63h2.07c.22 0 .4-.184.4-.408v-.815a.405.405 0 0 0-.4-.408Z", fill: props.color })] })));
964
- };
965
-
966
- var SupportAgent = function (props) {
967
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9.167 17.5v-1.75h6.583V9.917a5.63 5.63 0 0 0-.448-2.25 5.614 5.614 0 0 0-1.219-1.802 5.518 5.518 0 0 0-1.823-1.188A5.951 5.951 0 0 0 10 4.25c-.805 0-1.559.142-2.26.427a5.518 5.518 0 0 0-1.823 1.188 5.614 5.614 0 0 0-1.219 1.802 5.63 5.63 0 0 0-.448 2.25V15h-.917c-.458 0-.85-.163-1.177-.49a1.604 1.604 0 0 1-.489-1.177v-1.666c0-.32.076-.6.229-.844.153-.243.354-.441.604-.594l.062-1.104c.125-1.014.414-1.93.865-2.75a7.313 7.313 0 0 1 1.688-2.083 7.585 7.585 0 0 1 7.52-1.323c.84.313 1.594.757 2.261 1.333a7.617 7.617 0 0 1 1.677 2.083c.451.813.74 1.719.865 2.719l.062 1.084c.25.125.451.309.604.552.153.243.229.51.229.802v1.916c0 .306-.076.577-.229.813a1.51 1.51 0 0 1-.604.541v.938c0 .486-.17.9-.51 1.24-.34.34-.754.51-1.24.51H9.167ZM7.5 11.708a.843.843 0 0 1-.615-.26.84.84 0 0 1-.26-.615.84.84 0 0 1 .26-.614.841.841 0 0 1 .615-.261c.236 0 .441.087.615.261a.84.84 0 0 1 .26.614.84.84 0 0 1-.26.615.843.843 0 0 1-.615.26Zm5 0a.843.843 0 0 1-.615-.26.84.84 0 0 1-.26-.615.84.84 0 0 1 .26-.614.841.841 0 0 1 .615-.261c.236 0 .441.087.615.261a.84.84 0 0 1 .26.614.84.84 0 0 1-.26.615.843.843 0 0 1-.615.26Zm-7.396-1.166c-.055-.82.052-1.563.323-2.23a4.963 4.963 0 0 1 1.115-1.697 4.95 4.95 0 0 1 1.635-1.073 4.938 4.938 0 0 1 1.865-.375c1.264 0 2.344.4 3.239 1.198a4.955 4.955 0 0 1 1.636 2.989c-1.306.07-2.473-.23-3.5-.896a6.563 6.563 0 0 1-2.355-2.646C8.84 6.937 8.385 7.92 7.698 8.76a5.548 5.548 0 0 1-2.594 1.782Z", fill: props.color }) })));
968
- };
969
-
970
- var SwapHoriz = function (props) {
971
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m6 16.5-4-4 4-4 1.062 1.062-2.187 2.188H11v1.5H4.875l2.187 2.188L6 16.5Zm8-5-1.062-1.062 2.187-2.188H9v-1.5h6.125l-2.187-2.188L14 3.5l4 4-4 4Z", fill: props.color }) })));
972
- };
973
-
974
- var Swap = function (props) {
975
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m6 16.5-4-4 4-4 1.062 1.062-2.187 2.188H11v1.5H4.875l2.187 2.188L6 16.5Zm8-5-1.062-1.062 2.187-2.188H9v-1.5h6.125l-2.187-2.188L14 3.5l4 4-4 4Z", fill: props.color }) })));
976
- };
977
-
978
- var Target = function (props) {
979
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { d: "M13.04 6.362a6.857 6.857 0 0 0-4.171-1.405C5.075 4.957 2 8.02 2 11.797c0 3.779 3.075 6.841 6.869 6.841 3.793 0 6.869-3.062 6.869-6.84A6.794 6.794 0 0 0 14.27 7.57l-.997.992a5.41 5.41 0 0 1 1.068 3.235c0 3.01-2.45 5.449-5.472 5.449-3.022 0-5.472-2.44-5.472-5.45 0-3.009 2.45-5.449 5.472-5.449 1.182 0 2.277.374 3.172 1.009l.999-.995Z", fill: props.color }), jsxRuntime.jsx("path", { d: "M11.203 8.191a4.3 4.3 0 0 0-2.334-.683c-2.38 0-4.308 1.92-4.308 4.29 0 2.369 1.929 4.29 4.308 4.29 2.379 0 4.308-1.921 4.308-4.29 0-.89-.273-1.717-.739-2.403l-1.015 1.011c.227.413.356.887.356 1.392 0 1.6-1.303 2.898-2.91 2.898a2.905 2.905 0 0 1-2.91-2.898c0-1.601 1.302-2.899 2.91-2.899.472 0 .918.112 1.312.31l1.022-1.018Z", fill: props.color }), jsxRuntime.jsx("path", { d: "M16.09 4.309v-1.67l-2.208 2.197a1.157 1.157 0 0 0-.318.593l-.204 1.015-3.74 3.723a1.634 1.634 0 0 0-2.266 1.507c.001.9.735 1.63 1.639 1.63a1.634 1.634 0 0 0 1.472-2.346l3.714-3.699 1.157-.23a.7.7 0 0 0 .357-.19L18 4.54h-1.678a.232.232 0 0 1-.233-.232Z", fill: props.color })] })));
980
- };
981
-
982
- var ThumbDown = function (props) {
983
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3 12.52c-.458 0-.864-.176-1.218-.53-.355-.354-.532-.76-.532-1.22V9.105c0-.098.007-.202.021-.314a.893.893 0 0 1 .084-.292l2.5-5.833a1.45 1.45 0 0 1 .614-.718c.299-.188.608-.281.927-.281h9.188V12.52l-5.875 5.814-1.104-1.105a1.087 1.087 0 0 1-.24-.395 1.412 1.412 0 0 1-.094-.5v-.335l.917-3.479H3Zm9.813-9.103H5.459L3 9.105v1.665h7.417l-1.146 4.5 3.542-3.479V3.416Zm0 8.374V3.416v8.375Zm1.771.73-.021-1.75H17V3.415h-2.437v-1.75h4.187V12.52h-4.166Z", fill: props.color }) })));
984
- };
985
-
986
- var ThumbUp = function (props) {
987
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M14.604 18.334H5.416V7.48l5.875-5.814 1.104 1.106c.097.096.177.228.24.395.063.166.094.333.094.5V4l-.917 3.48H17c.458 0 .864.176 1.218.53.355.354.532.76.532 1.22v1.665c0 .098-.007.202-.021.314a.893.893 0 0 1-.084.292l-2.5 5.833a1.45 1.45 0 0 1-.614.718 1.722 1.722 0 0 1-.927.282Zm-7.417-1.75h7.354L17 10.896V9.229H9.583l1.146-4.5-3.542 3.48v8.375Zm0-8.375v8.375-8.375Zm-1.771-.73.021 1.75H3v7.355h2.437v1.75H1.25V7.48h4.166Z", fill: props.color }) })));
988
- };
989
-
990
- var TrendingDown = function (props) {
991
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M13 14.823v-1.5h2.438l-4.417-4.396-3.167 3.167L2 6.239l1.062-1.062 4.792 4.792 3.167-3.167L16.5 12.26V9.823H18v5h-5Z", fill: props.color }) })));
992
- };
993
-
994
- var TrendingUp = function (props) {
995
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M3.062 14.823 2 13.761l5.854-5.855 3.167 3.167 4.417-4.396H13v-1.5h5v5h-1.5V7.74l-5.479 5.458-3.167-3.167-4.792 4.792Z", fill: props.color }) })));
996
- };
997
-
998
- var Troph = function (props) {
999
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.946 18.638v-1.412h3.348v-3.225a4.694 4.694 0 0 1-2.118-1.008A4.193 4.193 0 0 1 5.87 11.08a4.376 4.376 0 0 1-2.75-1.383A3.978 3.978 0 0 1 2 6.873v-.94c0-.386.14-.717.417-.995.278-.278.61-.417.995-.417h2.19V2.638h8.796v1.883h2.19c.385 0 .717.139.995.417.278.278.417.61.417.994v.941c0 1.09-.373 2.031-1.12 2.824a4.376 4.376 0 0 1-2.75 1.383 4.193 4.193 0 0 1-1.307 1.913A4.694 4.694 0 0 1 10.706 14v3.225h3.348v1.412H5.946Zm-.344-9.075v-3.63h-2.19v.94c0 .657.205 1.233.617 1.73.411.496.936.816 1.573.96ZM10 12.647c.827 0 1.528-.288 2.104-.864.576-.576.864-1.277.864-2.104v-5.63H7.032v5.63c0 .826.288 1.528.864 2.104.576.576 1.277.864 2.104.864Zm4.398-3.084a2.781 2.781 0 0 0 1.573-.96 2.63 2.63 0 0 0 .617-1.73v-.94h-2.19v3.63Z", fill: props.color }) })));
1000
- };
1001
-
1002
- var Truck = function (props) {
1003
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.364 16.638a2.27 2.27 0 0 1-1.642-.656 2.138 2.138 0 0 1-.677-1.594H1.5v-8.25c0-.412.151-.765.454-1.059a1.51 1.51 0 0 1 1.091-.44h10.819v3h2.318l2.318 3v3.75h-1.546c0 .624-.225 1.155-.676 1.593a2.27 2.27 0 0 1-1.642.656 2.27 2.27 0 0 1-1.642-.656 2.138 2.138 0 0 1-.676-1.594H7.682c0 .625-.226 1.156-.676 1.594a2.27 2.27 0 0 1-1.642.656Zm0-1.5a.76.76 0 0 0 .55-.216.714.714 0 0 0 .222-.534.714.714 0 0 0-.221-.534.76.76 0 0 0-.551-.216.76.76 0 0 0-.551.216.714.714 0 0 0-.222.534c0 .213.074.39.222.534a.76.76 0 0 0 .55.216Zm-2.319-2.25h.619a2.67 2.67 0 0 1 .753-.544 2.14 2.14 0 0 1 .947-.206c.347 0 .663.069.946.206.284.138.535.32.754.544h5.254v-6.75H3.045v6.75Zm11.591 2.25a.757.757 0 0 0 .55-.216.713.713 0 0 0 .223-.534.713.713 0 0 0-.223-.534.757.757 0 0 0-.55-.216.757.757 0 0 0-.55.216.713.713 0 0 0-.222.534c0 .213.074.39.222.534a.757.757 0 0 0 .55.216Zm-.772-3.75h3.284l-1.739-2.25h-1.545v2.25Z", fill: props.color }) })));
1004
- };
1005
-
1006
- var Undo = function (props) {
1007
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10.207 7.264a8.18 8.18 0 0 0-5.393 2.033L2 6.483v7.034h7.035l-2.83-2.83a6.217 6.217 0 0 1 4.002-1.469 6.262 6.262 0 0 1 5.94 4.3l1.853-.61c-1.087-3.275-4.158-5.644-7.793-5.644Z", fill: props.color }) })));
1008
- };
1009
-
1010
- var UnfoldLess = function (props) {
1011
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m7.688 16-1.063-1.062L10 11.562l3.375 3.376L12.312 16 10 13.688 7.688 16ZM10 8.438 6.625 5.062 7.688 4 10 6.312 12.312 4l1.063 1.062L10 8.438Z", fill: props.color }) })));
1012
- };
1013
-
1014
- var UnfoldMore = function (props) {
1015
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m10 17-3.375-3.375 1.063-1.063L10 14.875l2.312-2.313 1.063 1.063L10 17ZM7.688 7.438 6.625 6.375 10 3l3.375 3.375-1.063 1.063L10 5.125 7.688 7.438Z", fill: props.color }) })));
1016
- };
1017
-
1018
- var Unlock = function (props) {
1019
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.5 7.972h6.75V6.448c0-.635-.219-1.175-.656-1.62A2.153 2.153 0 0 0 10 4.163c-.625 0-1.156.222-1.594.667a2.222 2.222 0 0 0-.656 1.619h-1.5c0-1.054.366-1.953 1.097-2.696C8.078 3.01 8.962 2.638 10 2.638c1.037 0 1.922.372 2.653 1.114.731.743 1.097 1.642 1.097 2.696v1.524h.75c.412 0 .766.149 1.06.447.293.299.44.657.44 1.076v7.62c0 .418-.147.777-.44 1.076a1.433 1.433 0 0 1-1.06.447h-9c-.412 0-.766-.149-1.06-.447A1.48 1.48 0 0 1 4 17.114V9.495c0-.419.147-.777.44-1.076a1.433 1.433 0 0 1 1.06-.447Zm0 9.142h9V9.495h-9v7.62ZM10 14.83c.412 0 .766-.15 1.06-.448a1.48 1.48 0 0 0 .44-1.076c0-.42-.147-.778-.44-1.076A1.433 1.433 0 0 0 10 11.78c-.412 0-.766.15-1.06.448-.293.298-.44.657-.44 1.076 0 .419.147.778.44 1.076.294.299.648.448 1.06.448Z", fill: props.color }) })));
1020
- };
1021
-
1022
- var Upload = function (props) {
1023
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M5.5 16.5c-.417 0-.77-.146-1.062-.438A1.444 1.444 0 0 1 4 15v-1.5h1.5V15h9v-1.5H16V15c0 .417-.146.77-.438 1.062a1.444 1.444 0 0 1-1.062.438h-9Zm3.75-3V6.375L7.062 8.562 6 7.5l4-4 4 4-1.062 1.062-2.188-2.187V13.5h-1.5Z", fill: props.color }) })));
1024
- };
1025
-
1026
- var VisibilityOff = function (props) {
1027
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M13.521 10.417 12.25 9.146c.055-.667-.16-1.257-.646-1.771s-1.083-.736-1.792-.667l-1.27-1.27a3.4 3.4 0 0 1 .718-.209c.243-.041.49-.062.74-.062 1.055 0 1.951.368 2.688 1.104.736.736 1.104 1.632 1.104 2.687 0 .278-.024.542-.073.792-.049.25-.115.472-.198.667Zm2.646 2.625-1.25-1.229c.5-.39.944-.813 1.333-1.271a7.006 7.006 0 0 0 1-1.584 7.825 7.825 0 0 0-2.958-3.281C13 4.878 11.569 4.479 10 4.479a7.28 7.28 0 0 0-2.125.292L6.5 3.396a8.395 8.395 0 0 1 1.708-.51A9.898 9.898 0 0 1 10 2.729c2.097 0 3.969.573 5.615 1.719a9.632 9.632 0 0 1 3.552 4.51 9.527 9.527 0 0 1-1.25 2.261 10.157 10.157 0 0 1-1.75 1.823Zm.229 5.208-3.458-3.458a9.213 9.213 0 0 1-1.459.333c-.486.07-.979.104-1.479.104-2.111 0-3.986-.58-5.625-1.739A9.776 9.776 0 0 1 .833 8.958a8.903 8.903 0 0 1 1.084-2.01c.444-.618.944-1.177 1.5-1.677L1.125 2.958l1.25-1.208 15.25 15.271-1.229 1.229ZM4.604 6.458a9.804 9.804 0 0 0-1.062 1.157c-.32.41-.591.857-.813 1.343a7.96 7.96 0 0 0 2.959 3.303c1.291.812 2.729 1.218 4.312 1.218.236 0 .483-.01.74-.031.257-.02.503-.059.739-.114l-.667-.667a3.482 3.482 0 0 1-.395.062c-.14.014-.278.021-.417.021-1.055 0-1.951-.368-2.688-1.104-.736-.736-1.104-1.632-1.104-2.688 0-.139.01-.27.032-.395.02-.125.045-.257.072-.396L4.604 6.458Z", fill: props.color }) })));
1028
- };
1029
-
1030
- var Visibility = function (props) {
1031
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M10 13.771c1.055 0 1.951-.368 2.688-1.104.736-.736 1.104-1.632 1.104-2.688 0-1.055-.368-1.951-1.104-2.687-.737-.736-1.633-1.104-2.688-1.104-1.055 0-1.951.368-2.688 1.104-.736.736-1.104 1.632-1.104 2.687 0 1.056.368 1.952 1.104 2.688.737.736 1.633 1.104 2.688 1.104Zm0-1.542a2.17 2.17 0 0 1-1.594-.656 2.17 2.17 0 0 1-.656-1.594c0-.625.219-1.156.656-1.593A2.168 2.168 0 0 1 10 7.729c.625 0 1.157.219 1.594.657.437.437.656.968.656 1.593a2.17 2.17 0 0 1-.656 1.594 2.17 2.17 0 0 1-1.594.656Zm0 4.021c-2.041 0-3.892-.57-5.552-1.708-1.66-1.139-2.865-2.66-3.615-4.563.75-1.903 1.958-3.416 3.625-4.541C6.125 4.313 7.972 3.75 10 3.75s3.875.563 5.542 1.688c1.667 1.125 2.875 2.638 3.625 4.541-.75 1.903-1.955 3.424-3.615 4.563-1.66 1.139-3.51 1.708-5.552 1.708Zm0-1.75a7.917 7.917 0 0 0 4.281-1.218 7.939 7.939 0 0 0 2.969-3.303 7.801 7.801 0 0 0-2.969-3.281A8.015 8.015 0 0 0 10 5.5c-1.555 0-2.986.4-4.292 1.198a7.781 7.781 0 0 0-2.979 3.281 7.917 7.917 0 0 0 2.979 3.303A7.972 7.972 0 0 0 10 14.5Z", fill: props.color }) })));
1032
- };
1033
-
1034
- var Voucher = function (props) {
1035
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M9.996 13.5c.21 0 .39-.072.535-.214a.714.714 0 0 0 .219-.532.736.736 0 0 0-.214-.535.714.714 0 0 0-.532-.219.736.736 0 0 0-.535.214.714.714 0 0 0-.219.532c0 .21.071.39.214.535.143.146.32.219.532.219Zm0-2.75c.21 0 .39-.072.535-.214a.714.714 0 0 0 .219-.532.736.736 0 0 0-.214-.535.714.714 0 0 0-.532-.219.736.736 0 0 0-.535.214.714.714 0 0 0-.219.532c0 .21.071.39.214.535.143.146.32.219.532.219Zm0-2.75c.21 0 .39-.071.535-.214a.714.714 0 0 0 .219-.532.736.736 0 0 0-.214-.535.714.714 0 0 0-.532-.219.736.736 0 0 0-.535.214.714.714 0 0 0-.219.532c0 .21.071.39.214.535.143.146.32.219.532.219Zm6.504 8h-13c-.413 0-.766-.147-1.06-.44A1.445 1.445 0 0 1 2 14.5v-3c.413 0 .766-.147 1.06-.442a1.45 1.45 0 0 0 .44-1.062c0-.414-.147-.768-.44-1.062A1.444 1.444 0 0 0 2 8.494v-3c0-.413.147-.765.44-1.056A1.45 1.45 0 0 1 3.5 4h13c.413 0 .766.147 1.06.44.293.294.44.647.44 1.06v3c-.413 0-.766.147-1.06.442a1.45 1.45 0 0 0-.44 1.062c0 .414.147.768.44 1.062.294.293.647.44 1.06.44v3c0 .413-.147.765-.44 1.056A1.45 1.45 0 0 1 16.5 16Zm0-1.5v-1.896a3.111 3.111 0 0 1-1.083-1.083A2.877 2.877 0 0 1 15 10c0-.556.139-1.063.417-1.52.277-.46.639-.82 1.083-1.084V5.5h-13v1.896c.444.264.806.625 1.083 1.083C4.861 8.938 5 9.444 5 10c0 .556-.139 1.063-.417 1.52-.277.46-.639.82-1.083 1.084V14.5h13Z", fill: props.color }) })));
1036
- };
1037
-
1038
- var Wallet = function (props) {
1039
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "M4 17c-.413 0-.766-.147-1.06-.44a1.445 1.445 0 0 1-.44-1.06v-11c0-.412.147-.766.44-1.06C3.235 3.148 3.588 3 4 3h11c.412 0 .766.147 1.06.44.293.294.44.648.44 1.06v2.042H15V4.5H4v11h11v-2.063h1.5V15.5c0 .412-.147.766-.44 1.06-.294.293-.647.44-1.06.44H4Zm6-3c-.412 0-.766-.147-1.06-.44a1.445 1.445 0 0 1-.44-1.06v-5c0-.412.147-.766.44-1.06C9.235 6.148 9.589 6 10 6h6c.413 0 .766.147 1.06.44.293.294.44.647.44 1.06v5c0 .412-.147.766-.44 1.06-.294.293-.647.44-1.06.44h-6Zm6-1.5v-5h-6v5h6Zm-3-1.25c.347 0 .642-.121.885-.365.244-.243.365-.538.365-.885s-.121-.642-.365-.885A1.205 1.205 0 0 0 13 8.75c-.347 0-.642.122-.885.365a1.205 1.205 0 0 0-.365.885c0 .347.121.642.365.885.243.244.538.365.885.365Z", fill: props.color }) })));
1040
- };
1041
-
1042
- var WarningOnColor = function (props) {
1043
- return (jsxRuntime.jsx("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxRuntime.jsx("path", { d: "m1 17.5 9-15 9 15H1ZM3.646 16h12.708L10 5.417 3.646 16Zm5.604-3.5h1.5v-4h-1.5v4ZM10 15a.723.723 0 0 0 .531-.219.723.723 0 0 0 .219-.531.723.723 0 0 0-.219-.531A.723.723 0 0 0 10 13.5a.723.723 0 0 0-.531.219.723.723 0 0 0-.219.531c0 .208.073.385.219.531A.723.723 0 0 0 10 15Z", fill: "#212121" }) })));
1044
- };
1045
-
1046
- var Warning = function (props) {
1047
- return (jsxRuntime.jsxs("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxRuntime.jsx("path", { d: "M1.75 17.125h16.5L10 2.875l-8.25 14.25Z", fill: "var(--feedback-warning-300, #ecbe23)" }), jsxRuntime.jsx("path", { d: "M9.25 14.875h1.5v-1.5h-1.5v1.5ZM9.25 11.875h1.5v-3h-1.5v3Z", fill: "var(--feedback-warning-400, #806a00)" })] })));
1048
- };
1049
-
1050
- var iconsMapping = {
1051
- accountTree: AccountTree,
1052
- addImage: AddImage,
1053
- addReaction: AddReaction,
1054
- add: Add,
1055
- analytics: Analytics,
1056
- answer: Answer,
1057
- apps: Apps,
1058
- arrowBack: ArrowBack,
1059
- arrowDown: ArrowDown,
1060
- arrowDropDown: ArrowDropDown,
1061
- arrowDropLeft: ArrowDropLeft,
1062
- arrowDropRight: ArrowDropRight,
1063
- arrowDropUp: ArrowDropUp,
1064
- arrowForward: ArrowForward,
1065
- arrowOutward: ArrowOutward,
1066
- arrowUp: ArrowUp,
1067
- assuredWorkload: AssuredWorkload,
1068
- attachFile: AttachFile,
1069
- barCode: BarCode,
1070
- blocked: Blocked,
1071
- boxOpen: BoxOpen,
1072
- box: Box,
1073
- bus: Bus,
1074
- cam: Cam,
1075
- campaign: Campaign,
1076
- cancel: Cancel,
1077
- cardSettings: CardSettings,
1078
- checkBoxBlank: CheckBoxBlank,
1079
- checkBoxIndeterminate: CheckBoxIndeterminate,
1080
- checkBox: CheckBox,
1081
- checkCircle: CheckCircle,
1082
- check: Check,
1083
- checklist: Checklist,
1084
- chevronLeft: ChevronLeft,
1085
- chevronRight: ChevronRight,
1086
- circleDash: CircleDash,
1087
- circleProgress: CircleProgress,
1088
- clock: Clock,
1089
- close: Close,
1090
- connection: Connection,
1091
- contacts: Contacts,
1092
- contentCopy: ContentCopy,
1093
- contentPaste: ContentPaste,
1094
- conversion: Conversion,
1095
- creditCard: CreditCard,
1096
- creditScore: CreditScore,
1097
- currencyReal: CurrencyReal,
1098
- cut: Cut,
1099
- danger: Danger,
1100
- darkMode: DarkMode,
1101
- delete: Delete,
1102
- docCanceled: DocCanceled,
1103
- doc: Doc,
1104
- download: Download,
1105
- drag: Drag,
1106
- edit: Edit,
1107
- email: Email$1,
1108
- engineering: Engineering,
1109
- event: Event$1,
1110
- expandLess: ExpandLess,
1111
- expandMore: ExpandMore,
1112
- favoriteFill: FavoriteFill,
1113
- favorite: Favorite,
1114
- file: File$1,
1115
- filter: Filter$1,
1116
- flashLight: FlashLight,
1117
- folder: Folder,
1118
- fontBold: FontBold,
1119
- fontDownload: FontDownload,
1120
- fontItalic: FontItalic,
1121
- forklift: Forklift,
1122
- formatAlignCenter: FormatAlignCenter,
1123
- formatAlignJustify: FormatAlignJustify,
1124
- formatAlignLeft: FormatAlignLeft,
1125
- formatAlignRight: FormatAlignRight,
1126
- formatColorText: FormatColorText,
1127
- formatListBullet: FormatListBullet,
1128
- formatListNumbered: FormatListNumbered,
1129
- formatStrikethrough: FormatStrikethrough,
1130
- formatUnderline: FormatUnderline,
1131
- forum: Forum,
1132
- fullscreenExit: FullscreenExit,
1133
- fullscreen: Fullscreen,
1134
- giftCard: GiftCard,
1135
- gift: Gift,
1136
- grid: Grid,
1137
- groups: Groups,
1138
- havan: Havan,
1139
- heartFilled: HeartFilled,
1140
- heart: Heart,
1141
- help: Help,
1142
- history: History$1,
1143
- home: Home,
1144
- image: Image$2,
1145
- info: Info,
1146
- inventory2: Inventory2,
1147
- inventory: Inventory,
1148
- lab: Lab$1,
1149
- layer: Layer$1,
1150
- leftPanelClose: LeftPanelClose,
1151
- leftPanelOpen: LeftPanelOpen,
1152
- lightMode: LightMode,
1153
- lineComfortable: LineComfortable,
1154
- lineCompact: LineCompact,
1155
- lineDefault: LineDefault,
1156
- link: Link$2,
1157
- location: Location,
1158
- lock: Lock,
1159
- logout: Logout,
1160
- loop: Loop,
1161
- mailOpen: MailOpen,
1162
- manageAccounts: ManageAccounts,
1163
- manageSearch: ManageSearch,
1164
- measure: Measure,
1165
- medal: Medal,
1166
- menu: Menu$2,
1167
- micOff: MicOff,
1168
- mic: Mic,
1169
- moreHoriz: MoreHoriz,
1170
- moreVert: MoreVert,
1171
- notification: Notification,
1172
- openNew: OpenNew,
1173
- pallet: Pallet,
1174
- personAdd: PersonAdd,
1175
- person: Person,
1176
- phoneCall: PhoneCall,
1177
- phone: Phone,
1178
- pin: Pin,
1179
- pix: Pix,
1180
- print: Print,
1181
- qrCode: QrCode,
1182
- realEstateAgent: RealEstateAgent,
1183
- receiptLong: ReceiptLong,
1184
- receipt: Receipt,
1185
- redo: Redo,
1186
- refresh: Refresh,
1187
- remove: Remove,
1188
- requestQuote: RequestQuote,
1189
- rfReader: RfReader,
1190
- save: Save,
1191
- searchGraph: SearchGraph,
1192
- searchOff: SearchOff,
1193
- search: Search,
1194
- sell: Sell,
1195
- send: Send,
1196
- sentimentDissatisfied: SentimentDissatisfied,
1197
- sentimentExtremelyDissatisfied: SentimentExtremelyDissatisfied,
1198
- sentimentNeutral: SentimentNeutral,
1199
- sentimentSatisfied: SentimentSatisfied,
1200
- sentimentVerySatisfied: SentimentVerySatisfied,
1201
- settings: Settings,
1202
- severeWarningOnColor: SevereWarningOnColor,
1203
- severeWarning: SevereWarning,
1204
- share: Share,
1205
- shoppingBag: ShoppingBag,
1206
- shoppingCart: ShoppingCart,
1207
- sortDown: SortDown,
1208
- sortUp: SortUp,
1209
- spatialTracking: SpatialTracking,
1210
- supply: Supply,
1211
- supportAgent: SupportAgent,
1212
- swapHoriz: SwapHoriz,
1213
- swap: Swap,
1214
- target: Target,
1215
- thumbDown: ThumbDown,
1216
- thumbUp: ThumbUp,
1217
- trendingDown: TrendingDown,
1218
- trendingUp: TrendingUp,
1219
- troph: Troph,
1220
- truck: Truck,
1221
- undo: Undo,
1222
- unfoldLess: UnfoldLess,
1223
- unfoldMore: UnfoldMore,
1224
- unlock: Unlock,
1225
- upload: Upload,
1226
- visibilityOff: VisibilityOff,
1227
- visibility: Visibility,
1228
- voucher: Voucher,
1229
- wallet: Wallet,
1230
- warningOnColor: WarningOnColor,
1231
- warning: Warning,
1232
- };
1233
-
1234
- var colors$2 = {
1235
- brand: {
1236
- primary: {
1237
- 100: "var(--brand-primary-100, #e8f1ff)",
1238
- 200: "var(--brand-primary-200, #c5dbff)",
1239
- 300: "var(--brand-primary-300, #0d69fd)",
1240
- 400: "var(--brand-primary-400, #0b4bb1)",
1241
- },
1242
- },
1243
- neutral: {
1244
- weak: {
1245
- 100: "var(--neutral-weak-100, #ffffff)",
1246
- 200: "var(--neutral-weak-200, #f0f0f0)",
1247
- 300: "var(--neutral-weak-300, #bdbdbd)",
1248
- },
1249
- strong: {
1250
- 100: "var(--neutral-strong-100, #666666)",
1251
- 200: "var(--neutral-strong-200, #212121)",
1252
- },
1253
- },
1254
- feedback: {
1255
- info: {
1256
- 100: "var(--feedback-info-100, #e8f1ff)",
1257
- 200: "var(--feedback-info-200, #c5dbff)",
1258
- 300: "var(--feedback-info-300, #0d69fd)",
1259
- 400: "var(--feedback-info-400, #0b4bb1)",
1260
- },
1261
- success: {
1262
- 100: "var(--feedback-success-100, #e5ffeb)",
1263
- 200: "var(--feedback-success-200, #bdf2c8)",
1264
- 300: "var(--feedback-success-300, #188931)",
1265
- 400: "var(--feedback-success-400, #1a5b28)",
1266
- },
1267
- warning: {
1268
- 100: "var(--feedback-warning-100, #fdf9e6)",
1269
- 200: "var(--feedback-warning-200, #fff3b5)",
1270
- 300: "var(--feedback-warning-300, #ecbe23)",
1271
- 400: "var(--feedback-warning-400, #806a00)",
1272
- },
1273
- severeWarning: {
1274
- 100: "var(--feedback-severe-warning-100, #ffefe5)",
1275
- 200: "var(--feedback-severe-warning-200, #ffceb0)",
1276
- 300: "var(--feedback-severe-warning-300, #ed7124)",
1277
- 400: "var(--feedback-severe-warning-400, #993b00)",
1278
- },
1279
- danger: {
1280
- 100: "var(--feedback-danger-100, #ffdee4)",
1281
- 200: "var(--feedback-danger-200, #ffbdc8)",
1282
- 300: "var(--feedback-danger-300, #da2140)",
1283
- 400: "var(--feedback-danger-400, #ae0925)",
1284
- },
1285
- },
1286
- };
1287
-
1288
- var IconColors = {
1289
- primary: colors$2.brand.primary[300],
1290
- white: colors$2.neutral.weak[100],
1291
- neutralStrong: colors$2.neutral.strong[200],
1292
- success: colors$2.feedback.success[300],
1293
- warning: colors$2.feedback.warning[300],
1294
- danger: colors$2.feedback.danger[300],
1295
- info: colors$2.feedback.info[300],
1296
- disabled: colors$2.neutral.weak[300],
1297
- default: colors$2.neutral.strong[100],
1298
- 'neutral-strong': colors$2.neutral.strong[200],
1299
- 'severe-warning': colors$2.feedback.severeWarning[300],
1300
- };
1301
-
1302
- var IconSizes = {
1303
- small: '20px',
1304
- medium: '24px',
1305
- large: '32px',
1306
- };
1307
-
1308
- var getSizeInPx = function (size) {
1309
- var _a;
1310
- if (size === void 0) { size = 'medium'; }
1311
- return (_a = IconSizes[size]) !== null && _a !== void 0 ? _a : IconSizes.medium;
1312
- };
1313
- var getColor = function (color) {
1314
- var _a;
1315
- if (color === void 0) { color = 'default'; }
1316
- return (_a = IconColors[color]) !== null && _a !== void 0 ? _a : IconColors.default;
1317
- };
1318
-
1319
- function Icon(_a) {
1320
- var className = _a.className, _b = _a.color, color = _b === void 0 ? 'default' : _b, _c = _a.size, size = _c === void 0 ? 'medium' : _c, icon = _a.icon;
1321
- if (!icon) {
1322
- throw new Error('Para renderizar um ícone é necessário passar a prop `icon`');
1323
- }
1324
- var IconComponent = iconsMapping[icon];
1325
- return (jsxRuntime.jsx(IconComponent, { className: className, width: getSizeInPx(size), height: getSizeInPx(size), color: getColor(color) }));
1326
- }
1327
-
1328
- function CustomIcon(_a) {
1329
- var SvgIcon = _a.renderIcon, _b = _a.size, size = _b === void 0 ? 'medium' : _b, _c = _a.color, color = _c === void 0 ? 'default' : _c;
1330
- if (!SvgIcon) {
1331
- throw new Error('Para renderizar um ícone customizado é necessário passar a prop `renderIcon`');
1332
- }
1333
- return (jsxRuntime.jsx(SvgIcon, { width: getSizeInPx(size), height: getSizeInPx(size), fill: getColor(color), color: getColor(color), viewBox: "0 0 20 20" }));
1334
- }
1335
-
1336
290
  /**
1337
291
  * lodash (Custom Build) <https://lodash.com/>
1338
292
  * Build: `lodash modularize exports="npm" -o ./`
@@ -1572,7 +526,7 @@ function IconButtonWithRef(_a, ref) {
1572
526
  _b["".concat(PREFIX, "-icon-btn")] = true,
1573
527
  _b["".concat(PREFIX, "-icon-btn--active")] = active,
1574
528
  _b));
1575
- return (jsxRuntime.jsxs("button", __assign$1({ ref: ref,
529
+ return (jsxRuntime.jsxs("button", __assign({ ref: ref,
1576
530
  // Como definimos a prop type como sendo button por default
1577
531
  // essa regra pode ser desabilitada sem demais problemas
1578
532
  // eslint-disable-next-line react/button-has-type
@@ -1594,10 +548,10 @@ function ButtonIcon$1(_a) {
1594
548
  return jsxRuntime.jsx(Loader, { className: "".concat(PREFIX, "-icon-btn__loader") });
1595
549
  }
1596
550
  if (renderIcon) {
1597
- return (jsxRuntime.jsx(CustomIcon, { renderIcon: renderIcon, size: "small", color: disabled ? 'disabled' : color }));
551
+ return (jsxRuntime.jsx(reactIcons.CustomIcon, { renderIcon: renderIcon, size: "small", color: disabled ? 'disabled' : color }));
1598
552
  }
1599
553
  if (icon) {
1600
- return (jsxRuntime.jsx(Icon, { icon: icon, size: "small", color: disabled ? 'disabled' : color }));
554
+ return (jsxRuntime.jsx(reactIcons.Icon, { icon: icon, size: "small", color: disabled ? 'disabled' : color }));
1601
555
  }
1602
556
  return null;
1603
557
  }
@@ -1659,7 +613,7 @@ function BackToTop(_a) {
1659
613
  });
1660
614
  }
1661
615
  };
1662
- return (jsxRuntime.jsx(IconButton, __assign$1({ ref: containerMeasuredRef, className: backToTopClassNames, icon: "arrowUp", onClick: backToTop }, rest, { "data-cdn-subscriber": true })));
616
+ return (jsxRuntime.jsx(IconButton, __assign({ ref: containerMeasuredRef, className: backToTopClassNames, icon: "arrowUp", onClick: backToTop }, rest, { "data-cdn-subscriber": true })));
1663
617
  }
1664
618
 
1665
619
  function ButtonWithFowardedRef(_a, fowardedRef) {
@@ -1690,7 +644,7 @@ function ButtonWithFowardedRef(_a, fowardedRef) {
1690
644
  _e["".concat(PREFIX, "-btn__ripple")] = true,
1691
645
  _e["".concat(PREFIX, "-btn__ripple--").concat(variant)] = !!variant,
1692
646
  _e));
1693
- return (jsxRuntime.jsxs("button", __assign$1({ ref: fowardedRef,
647
+ return (jsxRuntime.jsxs("button", __assign({ ref: fowardedRef,
1694
648
  // Como definimos a prop type como sendo button por default
1695
649
  // essa regra pode ser desabilitada sem demais problemas
1696
650
  // eslint-disable-next-line react/button-has-type
@@ -1718,10 +672,10 @@ function ButtonIcon(_a) {
1718
672
  text: 'primary',
1719
673
  };
1720
674
  if (renderIcon) {
1721
- return (jsxRuntime.jsx(CustomIcon, { renderIcon: renderIcon, size: "small", color: disabled ? 'disabled' : color[variant] }));
675
+ return (jsxRuntime.jsx(reactIcons.CustomIcon, { renderIcon: renderIcon, size: "small", color: disabled ? 'disabled' : color[variant] }));
1722
676
  }
1723
677
  if (icon) {
1724
- return (jsxRuntime.jsx(Icon, { icon: icon, size: "small", color: disabled ? 'disabled' : color[variant] }));
678
+ return (jsxRuntime.jsx(reactIcons.Icon, { icon: icon, size: "small", color: disabled ? 'disabled' : color[variant] }));
1725
679
  }
1726
680
  return null;
1727
681
  }
@@ -2465,12 +1419,12 @@ function replace$1(input, re, value) {
2465
1419
 
2466
1420
  function dotCase(input, options) {
2467
1421
  if (options === void 0) { options = {}; }
2468
- return noCase(input, __assign$1({ delimiter: "." }, options));
1422
+ return noCase(input, __assign({ delimiter: "." }, options));
2469
1423
  }
2470
1424
 
2471
1425
  function paramCase(input, options) {
2472
1426
  if (options === void 0) { options = {}; }
2473
- return dotCase(input, __assign$1({ delimiter: "-" }, options));
1427
+ return dotCase(input, __assign({ delimiter: "-" }, options));
2474
1428
  }
2475
1429
 
2476
1430
  // Esse utilitário é usado ao invés de usar o operador & do TypeScript
@@ -2502,7 +1456,7 @@ function CheckboxIndicator(_a) {
2502
1456
  _b["".concat(PREFIX, "-checkbox__indicator-wrapper--disabled")] = disabled,
2503
1457
  _b["".concat(PREFIX, "-checkbox__indicator-wrapper--checked--disabled")] = checked && disabled && isDefault,
2504
1458
  _b));
2505
- return (jsxRuntime.jsxs("div", { className: indicatorWrapperClasses, children: [isDefault && (jsxRuntime.jsx($e698a72e93240346$export$adb584737d712b70, { children: jsxRuntime.jsx(Icon, { icon: "check", color: "white", size: "small" }) })), isIndeterminate && (jsxRuntime.jsx($e698a72e93240346$export$adb584737d712b70, { children: jsxRuntime.jsx(Icon, { icon: "remove", color: disabled ? 'disabled' : 'default', size: "small" }) }))] }));
1459
+ return (jsxRuntime.jsxs("div", { className: indicatorWrapperClasses, children: [isDefault && (jsxRuntime.jsx($e698a72e93240346$export$adb584737d712b70, { children: jsxRuntime.jsx(reactIcons.Icon, { icon: "check", color: "white", size: "small" }) })), isIndeterminate && (jsxRuntime.jsx($e698a72e93240346$export$adb584737d712b70, { children: jsxRuntime.jsx(reactIcons.Icon, { icon: "remove", color: disabled ? 'disabled' : 'default', size: "small" }) }))] }));
2506
1460
  }
2507
1461
 
2508
1462
  function Checkbox$1(_a) {
@@ -2539,7 +1493,7 @@ function Checkbox$1(_a) {
2539
1493
  _d["".concat(PREFIX, "-checkbox__label--disabled")] = disabled,
2540
1494
  _d));
2541
1495
  var idFallback = label ? paramCase(label) : undefined;
2542
- return (jsxRuntime.jsxs("div", { className: wrapperClasses, "data-cdn-subscriber": true, children: [jsxRuntime.jsx($e698a72e93240346$export$be92b6f5f03c0fe9, __assign$1({ id: id || idFallback, className: checkboxClasses, onCheckedChange: handleCheckedChange, onClick: onClick, checked: isChecked, disabled: disabled }, rest, { children: jsxRuntime.jsx(CheckboxIndicator, { checked: isChecked, disabled: disabled, id: id }) })), label ? (jsxRuntime.jsx("label", { htmlFor: id || idFallback, className: labelClasses, children: label })) : null] }));
1496
+ return (jsxRuntime.jsxs("div", { className: wrapperClasses, "data-cdn-subscriber": true, children: [jsxRuntime.jsx($e698a72e93240346$export$be92b6f5f03c0fe9, __assign({ id: id || idFallback, className: checkboxClasses, onCheckedChange: handleCheckedChange, onClick: onClick, checked: isChecked, disabled: disabled }, rest, { children: jsxRuntime.jsx(CheckboxIndicator, { checked: isChecked, disabled: disabled, id: id }) })), label ? (jsxRuntime.jsx("label", { htmlFor: id || idFallback, className: labelClasses, children: label })) : null] }));
2543
1497
  }
2544
1498
 
2545
1499
  // eslint-disable-next-line sonarjs/cognitive-complexity
@@ -2565,7 +1519,7 @@ function Chip(_a) {
2565
1519
  onClose(event, { id: id, active: active });
2566
1520
  }
2567
1521
  };
2568
- return (jsxRuntime.jsxs("div", { className: classes, "data-cdn-subscriber": true, children: [hasIcon ? jsxRuntime.jsx(ChipIcon, { icon: icon, renderIcon: renderIcon }) : null, children, jsxRuntime.jsx("button", { className: "".concat(PREFIX, "-chip__close-icon"), type: "button", onClick: handleClose, "aria-label": "Close", children: jsxRuntime.jsx(Icon, { icon: "close", size: "small", color: filter ? 'primary' : 'default' }) })] }));
1522
+ return (jsxRuntime.jsxs("div", { className: classes, "data-cdn-subscriber": true, children: [hasIcon ? jsxRuntime.jsx(ChipIcon, { icon: icon, renderIcon: renderIcon }) : null, children, jsxRuntime.jsx("button", { className: "".concat(PREFIX, "-chip__close-icon"), type: "button", onClick: handleClose, "aria-label": "Close", children: jsxRuntime.jsx(reactIcons.Icon, { icon: "close", size: "small", color: filter ? 'primary' : 'default' }) })] }));
2569
1523
  }
2570
1524
  var ComponentTag = onClick ? 'button' : 'div';
2571
1525
  return (jsxRuntime.jsxs(ComponentTag, { className: classes, onClick: function (event) {
@@ -2577,10 +1531,10 @@ function Chip(_a) {
2577
1531
  function ChipIcon(_a) {
2578
1532
  var icon = _a.icon, renderIcon = _a.renderIcon;
2579
1533
  if (renderIcon) {
2580
- return jsxRuntime.jsx(CustomIcon, { renderIcon: renderIcon, size: "small" });
1534
+ return jsxRuntime.jsx(reactIcons.CustomIcon, { renderIcon: renderIcon, size: "small" });
2581
1535
  }
2582
1536
  if (icon) {
2583
- return jsxRuntime.jsx(Icon, { icon: icon, size: "small" });
1537
+ return jsxRuntime.jsx(reactIcons.Icon, { icon: icon, size: "small" });
2584
1538
  }
2585
1539
  return null;
2586
1540
  }
@@ -12539,7 +11493,7 @@ function getExpandedFallbackPlacements$1(placement) {
12539
11493
  return [getOppositeVariationPlacement$1(placement), oppositePlacement, getOppositeVariationPlacement$1(oppositePlacement)];
12540
11494
  }
12541
11495
 
12542
- function flip$4(_ref) {
11496
+ function flip$5(_ref) {
12543
11497
  var state = _ref.state,
12544
11498
  options = _ref.options,
12545
11499
  name = _ref.name;
@@ -12659,11 +11613,11 @@ function flip$4(_ref) {
12659
11613
  } // eslint-disable-next-line import/no-unused-modules
12660
11614
 
12661
11615
 
12662
- var flip$5 = {
11616
+ var flip$6 = {
12663
11617
  name: 'flip',
12664
11618
  enabled: true,
12665
11619
  phase: 'main',
12666
- fn: flip$4,
11620
+ fn: flip$5,
12667
11621
  requiresIfExists: ['offset'],
12668
11622
  data: {
12669
11623
  _skip: false
@@ -13267,7 +12221,7 @@ function popperGenerator$1(generatorOptions) {
13267
12221
  };
13268
12222
  }
13269
12223
 
13270
- var defaultModifiers$1 = [eventListeners$1, popperOffsets$3, computeStyles$3, applyStyles$3, offset$4, flip$5, preventOverflow$3, arrow$7, hide$5];
12224
+ var defaultModifiers$1 = [eventListeners$1, popperOffsets$3, computeStyles$3, applyStyles$3, offset$4, flip$6, preventOverflow$3, arrow$7, hide$5];
13271
12225
  var createPopper$1 = /*#__PURE__*/popperGenerator$1({
13272
12226
  defaultModifiers: defaultModifiers$1
13273
12227
  }); // eslint-disable-next-line import/no-unused-modules
@@ -16283,7 +15237,7 @@ const arrow$5 = options => ({
16283
15237
  * clipping boundary. Alternative to `autoPlacement`.
16284
15238
  * @see https://floating-ui.com/docs/flip
16285
15239
  */
16286
- const flip$3 = function (options) {
15240
+ const flip$4 = function (options) {
16287
15241
  if (options === void 0) {
16288
15242
  options = {};
16289
15243
  }
@@ -17500,7 +16454,7 @@ const shift$1 = shift$2;
17500
16454
  * clipping boundary. Alternative to `autoPlacement`.
17501
16455
  * @see https://floating-ui.com/docs/flip
17502
16456
  */
17503
- const flip$2 = flip$3;
16457
+ const flip$3 = flip$4;
17504
16458
 
17505
16459
  /**
17506
16460
  * Provides data that allows you to change the size of the floating element —
@@ -22116,7 +21070,7 @@ function DropdownIndicator$1(props) {
22116
21070
  _a["".concat(PREFIX, "-datepicker__select-indicator")] = true,
22117
21071
  _a["".concat(PREFIX, "-datepicker__select-indicator--open")] = menuIsOpen,
22118
21072
  _a));
22119
- return (jsxRuntime.jsx("div", { className: classes, children: jsxRuntime.jsx(Icon, { icon: "arrowDropDown", size: "small", color: isDisabled ? "disabled" : 'default' }) }));
21073
+ return (jsxRuntime.jsx("div", { className: classes, children: jsxRuntime.jsx(reactIcons.Icon, { icon: "arrowDropDown", size: "small", color: isDisabled ? "disabled" : 'default' }) }));
22120
21074
  }
22121
21075
  function NoOptionsMessage$1(_a) {
22122
21076
  _a.inputValue;
@@ -22938,9 +21892,9 @@ function DateInputWithForwardedRef(_a, forwardedRef) {
22938
21892
  checkPartialDateErrors(nextValue);
22939
21893
  if (onChange) {
22940
21894
  if (isValidDate(nextValue))
22941
- onChange(__assign$1(__assign$1({}, event), { target: __assign$1(__assign$1({}, event.target), { value: nextValue }) }));
21895
+ onChange(__assign(__assign({}, event), { target: __assign(__assign({}, event.target), { value: nextValue }) }));
22942
21896
  else
22943
- onChange(__assign$1(__assign$1({}, event), { target: __assign$1(__assign$1({}, event.target), { value: '' }) }));
21897
+ onChange(__assign(__assign({}, event), { target: __assign(__assign({}, event.target), { value: '' }) }));
22944
21898
  }
22945
21899
  if (inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) {
22946
21900
  inputRef === null || inputRef === void 0 ? void 0 : inputRef.current.setSelectionRange(newCursorPosition, newCursorPosition);
@@ -22981,7 +21935,7 @@ function DateInputWithForwardedRef(_a, forwardedRef) {
22981
21935
  isValidDate,
22982
21936
  checkPartialDateErrors,
22983
21937
  ]);
22984
- return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, style: __assign$1(__assign$1({}, style), (widthProp ? { width: widthProp } : {})), label: label, readOnly: readOnly, className: containerClasses, error: error || internalError, disabled: disabled, helpers: internalError || error || hint, children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx("input", { ref: inputRef, onKeyDown: handleKeyDown, className: fieldClasses, value: value || displayValue, onChange: handleOnChange, id: id || name, name: name, disabled: disabled, placeholder: placeholder, onBlur: onBlur, onBlurCapture: onBlurCapture, readOnly: readOnly || isRange, "aria-labelledby": label ? paramCase(label) : undefined, draggable: true, onDragStart: function (event) { return event.preventDefault(); } }), jsxRuntime.jsx(ClearButton$3, { onClick: clearInput, visible: !!value || !!displayValue, readOnly: readOnly, disabled: disabled, compact: compact }), jsxRuntime.jsx(IconButton, { className: calendarBtnClasses, disabled: disabled || readOnly, onClick: onClick, icon: "event", title: "Abrir calend\u00E1rio" })] }) }));
21938
+ return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, style: __assign(__assign({}, style), (widthProp ? { width: widthProp } : {})), label: label, readOnly: readOnly, className: containerClasses, error: error || internalError, disabled: disabled, helpers: internalError || error || hint, children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx("input", { ref: inputRef, onKeyDown: handleKeyDown, className: fieldClasses, value: value || displayValue, onChange: handleOnChange, id: id || name, name: name, disabled: disabled, placeholder: placeholder, onBlur: onBlur, onBlurCapture: onBlurCapture, readOnly: readOnly || isRange, "aria-labelledby": label ? paramCase(label) : undefined, draggable: true, onDragStart: function (event) { return event.preventDefault(); } }), jsxRuntime.jsx(ClearButton$3, { onClick: clearInput, visible: !!value || !!displayValue, readOnly: readOnly, disabled: disabled, compact: compact }), jsxRuntime.jsx(IconButton, { className: calendarBtnClasses, disabled: disabled || readOnly, onClick: onClick, icon: "event", title: "Abrir calend\u00E1rio" })] }) }));
22985
21939
  }
22986
21940
  var DateInput = React.forwardRef(DateInputWithForwardedRef);
22987
21941
 
@@ -23113,7 +22067,7 @@ function DateInputRangeWithForwardedRef(_a, forwardedRef) {
23113
22067
  setDisplayValue(value);
23114
22068
  }
23115
22069
  }, [displayValue, isPeriodOutOfRange, value]);
23116
- return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, style: __assign$1(__assign$1({}, style), (widthProp ? { width: widthProp } : {})), label: label, readOnly: readOnly, className: containerClasses, error: error || internalError, disabled: disabled, helpers: internalError || error || hint, children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx("input", { ref: inputRef, className: fieldClasses, value: value || displayValue, onChange: handleOnChangeRange, onKeyDown: handleKeyDown, id: id || name, name: name, disabled: disabled, placeholder: placeholder, readOnly: readOnly, "aria-labelledby": label ? paramCase(label) : undefined, draggable: true, onDragStart: function (event) { return event.preventDefault(); } }), jsxRuntime.jsx(ClearButton$3, { onClick: clearInput, visible: !!value || !!displayValue, readOnly: readOnly, disabled: disabled, compact: compact }), jsxRuntime.jsx(IconButton, { className: calendarBtnClasses, disabled: disabled || readOnly, onClick: onClick, icon: "event", title: "Abrir calend\u00E1rio" })] }) }));
22070
+ return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, style: __assign(__assign({}, style), (widthProp ? { width: widthProp } : {})), label: label, readOnly: readOnly, className: containerClasses, error: error || internalError, disabled: disabled, helpers: internalError || error || hint, children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx("input", { ref: inputRef, className: fieldClasses, value: value || displayValue, onChange: handleOnChangeRange, onKeyDown: handleKeyDown, id: id || name, name: name, disabled: disabled, placeholder: placeholder, readOnly: readOnly, "aria-labelledby": label ? paramCase(label) : undefined, draggable: true, onDragStart: function (event) { return event.preventDefault(); } }), jsxRuntime.jsx(ClearButton$3, { onClick: clearInput, visible: !!value || !!displayValue, readOnly: readOnly, disabled: disabled, compact: compact }), jsxRuntime.jsx(IconButton, { className: calendarBtnClasses, disabled: disabled || readOnly, onClick: onClick, icon: "event", title: "Abrir calend\u00E1rio" })] }) }));
23117
22071
  }
23118
22072
  var DateInputRange = React.forwardRef(DateInputRangeWithForwardedRef);
23119
22073
 
@@ -23221,7 +22175,7 @@ function DatePickerWithForwardedRef(_a, forwardedRef) {
23221
22175
  , {
23222
22176
  // Essa transformação para string foi necessária para
23223
22177
  // satisfazer o tipo esperado pelo ReactDatePicker.
23224
- customInputRef: forwardedRef, selected: selected, onChange: handleChange, startDate: startDate, endDate: endDate, selectsRange: selectsRange, readOnly: readOnly, renderCustomHeader: function (props) { return (jsxRuntime.jsx(CalendarHeader, __assign$1({}, props, { minDate: minDate, maxDate: temporaryMaxRangeDate || maxDate, months: availableMonths, years: availableYears, onlyMonthYearPicker: onlyMonthYearPicker }))); }, calendarClassName: "".concat(PREFIX, "-datepicker__calendar"), popperClassName: "".concat(PREFIX, "-datepicker__popper"), formatWeekDay: weekDayLabel, showMonthYearPicker: onlyMonthYearPicker, popperPlacement: popperPlacement, locale: "ptBR", dateFormat: dateFormat, onBlur: onBlur, customInput: jsxRuntime.jsx(DateInputComponent, { ref: forwardedRef, label: label, compact: compact, error: errorProps || error, hint: hint, minDate: minDate, maxDate: temporaryMaxRangeDate || maxDate, width: width, height: height, style: style, isRange: selectsRange,
22178
+ customInputRef: forwardedRef, selected: selected, onChange: handleChange, startDate: startDate, endDate: endDate, selectsRange: selectsRange, readOnly: readOnly, renderCustomHeader: function (props) { return (jsxRuntime.jsx(CalendarHeader, __assign({}, props, { minDate: minDate, maxDate: temporaryMaxRangeDate || maxDate, months: availableMonths, years: availableYears, onlyMonthYearPicker: onlyMonthYearPicker }))); }, calendarClassName: "".concat(PREFIX, "-datepicker__calendar"), popperClassName: "".concat(PREFIX, "-datepicker__popper"), formatWeekDay: weekDayLabel, showMonthYearPicker: onlyMonthYearPicker, popperPlacement: popperPlacement, locale: "ptBR", dateFormat: dateFormat, onBlur: onBlur, customInput: jsxRuntime.jsx(DateInputComponent, { ref: forwardedRef, label: label, compact: compact, error: errorProps || error, hint: hint, minDate: minDate, maxDate: temporaryMaxRangeDate || maxDate, width: width, height: height, style: style, isRange: selectsRange,
23225
22179
  // @ts-ignore: ignorando pois o DateInputComponent tem seu tipo condicionado ao para usar o input single ou range
23226
22180
  onRangeChange: handleChangeRange, maxRangeInterval: maxRangeInterval, onlyMonthYearPicker: onlyMonthYearPicker }), dropdownMode: "select", minDate: minDate, maxDate: temporaryMaxRangeDate || maxDate, placeholderText: placeholder, preventOpenOnFocus: true, name: name, disabled: disabled, id: id, onCalendarClose: function () {
23227
22181
  if (selected) {
@@ -24249,7 +23203,7 @@ const $cf1ac5d9fe0e8206$export$bc4ae5855d3c4fc = /*#__PURE__*/ React.forwardRef(
24249
23203
  limiter: sticky === 'partial' ? limitShift() : undefined,
24250
23204
  ...detectOverflowOptions
24251
23205
  }),
24252
- avoidCollisions && flip$2({
23206
+ avoidCollisions && flip$3({
24253
23207
  ...detectOverflowOptions
24254
23208
  }),
24255
23209
  size({
@@ -24979,7 +23933,7 @@ function innerCreateMedium(defaults, middleware) {
24979
23933
  function createSidecarMedium(options) {
24980
23934
  if (options === void 0) { options = {}; }
24981
23935
  var medium = innerCreateMedium(null);
24982
- medium.options = __assign$1({ async: true, ssr: false }, options);
23936
+ medium.options = __assign({ async: true, ssr: false }, options);
24983
23937
  return medium;
24984
23938
  }
24985
23939
 
@@ -24992,7 +23946,7 @@ var SideCar$1 = function (_a) {
24992
23946
  if (!Target) {
24993
23947
  throw new Error('Sidecar medium not found');
24994
23948
  }
24995
- return React__namespace.createElement(Target, __assign$1({}, rest));
23949
+ return React__namespace.createElement(Target, __assign({}, rest));
24996
23950
  };
24997
23951
  SideCar$1.isSideCarExport = true;
24998
23952
  function exportSidecar(medium, exported) {
@@ -25018,10 +23972,10 @@ var RemoveScroll = React__namespace.forwardRef(function (props, parentRef) {
25018
23972
  var forwardProps = props.forwardProps, children = props.children, className = props.className, removeScrollBar = props.removeScrollBar, enabled = props.enabled, shards = props.shards, sideCar = props.sideCar, noIsolation = props.noIsolation, inert = props.inert, allowPinchZoom = props.allowPinchZoom, _b = props.as, Container = _b === void 0 ? 'div' : _b, rest = __rest(props, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noIsolation", "inert", "allowPinchZoom", "as"]);
25019
23973
  var SideCar = sideCar;
25020
23974
  var containerRef = useMergeRefs([ref, parentRef]);
25021
- var containerProps = __assign$1(__assign$1({}, rest), callbacks);
23975
+ var containerProps = __assign(__assign({}, rest), callbacks);
25022
23976
  return (React__namespace.createElement(React__namespace.Fragment, null,
25023
23977
  enabled && (React__namespace.createElement(SideCar, { sideCar: effectCar, removeScrollBar: removeScrollBar, shards: shards, noIsolation: noIsolation, inert: inert, setCallbacks: setCallbacks, allowPinchZoom: !!allowPinchZoom, lockRef: ref })),
25024
- forwardProps ? (React__namespace.cloneElement(React__namespace.Children.only(children), __assign$1(__assign$1({}, containerProps), { ref: containerRef }))) : (React__namespace.createElement(Container, __assign$1({}, containerProps, { className: className, ref: containerRef }), children))));
23978
+ forwardProps ? (React__namespace.cloneElement(React__namespace.Children.only(children), __assign(__assign({}, containerProps), { ref: containerRef }))) : (React__namespace.createElement(Container, __assign({}, containerProps, { className: className, ref: containerRef }), children))));
25025
23979
  });
25026
23980
  RemoveScroll.defaultProps = {
25027
23981
  enabled: true,
@@ -25456,7 +24410,7 @@ function RemoveScrollSideCar(props) {
25456
24410
 
25457
24411
  var SideCar = exportSidecar(effectCar, RemoveScrollSideCar);
25458
24412
 
25459
- var ReactRemoveScroll = React__namespace.forwardRef(function (props, ref) { return (React__namespace.createElement(RemoveScroll, __assign$1({}, props, { ref: ref, sideCar: SideCar }))); });
24413
+ var ReactRemoveScroll = React__namespace.forwardRef(function (props, ref) { return (React__namespace.createElement(RemoveScroll, __assign({}, props, { ref: ref, sideCar: SideCar }))); });
25460
24414
  ReactRemoveScroll.classNames = RemoveScroll.classNames;
25461
24415
  var $67UHm$RemoveScroll = ReactRemoveScroll;
25462
24416
 
@@ -27014,7 +25968,7 @@ function Tooltip$1(_a) {
27014
25968
  var arrowClasses = classNames$1((_c = {},
27015
25969
  _c["".concat(PREFIX, "-tooltip__arrow")] = true,
27016
25970
  _c));
27017
- return (jsxRuntime.jsx($a093c7e1ec25a057$export$2881499e37b75b9a, { delayDuration: 500, children: jsxRuntime.jsxs($a093c7e1ec25a057$export$be92b6f5f03c0fe9, { children: [jsxRuntime.jsx($a093c7e1ec25a057$export$41fb9f06171c75f4, __assign$1({}, rest, { asChild: true, children: asChild ? children : jsxRuntime.jsx("div", { role: "tooltip", children: children }) })), jsxRuntime.jsx($a093c7e1ec25a057$export$602eac185826482c, { container: element, children: jsxRuntime.jsxs($a093c7e1ec25a057$export$7c6e2c02157bb7d2, { align: align, avoidCollisions: true, side: position, className: tooltipClasses, sideOffset: 5, "data-cdn-subscriber": true, children: [message || htmlMessage, arrow && jsxRuntime.jsx($a093c7e1ec25a057$export$21b07c8f274aebd5, { className: arrowClasses })] }) })] }) }));
25971
+ return (jsxRuntime.jsx($a093c7e1ec25a057$export$2881499e37b75b9a, { delayDuration: 500, children: jsxRuntime.jsxs($a093c7e1ec25a057$export$be92b6f5f03c0fe9, { children: [jsxRuntime.jsx($a093c7e1ec25a057$export$41fb9f06171c75f4, __assign({}, rest, { asChild: true, children: asChild ? children : jsxRuntime.jsx("div", { role: "tooltip", children: children }) })), jsxRuntime.jsx($a093c7e1ec25a057$export$602eac185826482c, { container: element, children: jsxRuntime.jsxs($a093c7e1ec25a057$export$7c6e2c02157bb7d2, { align: align, avoidCollisions: true, side: position, className: tooltipClasses, sideOffset: 5, "data-cdn-subscriber": true, children: [message || htmlMessage, arrow && jsxRuntime.jsx($a093c7e1ec25a057$export$21b07c8f274aebd5, { className: arrowClasses })] }) })] }) }));
27018
25972
  }
27019
25973
 
27020
25974
  var DropdownMenuContent = React.forwardRef(function (_a, ref) {
@@ -27023,13 +25977,13 @@ var DropdownMenuContent = React.forwardRef(function (_a, ref) {
27023
25977
  var contentClassNames = classNames$1(className, (_b = {},
27024
25978
  _b["".concat(PREFIX, "-dropdown-menu")] = true,
27025
25979
  _b));
27026
- return (jsxRuntime.jsx($d08ef79370b62062$export$7c6e2c02157bb7d2, __assign$1({ ref: ref, onCloseAutoFocus: function (e) { return e.preventDefault(); }, className: contentClassNames, collisionPadding: 16 }, rest, { "data-cdn-subscriber": true, children: children })));
25980
+ return (jsxRuntime.jsx($d08ef79370b62062$export$7c6e2c02157bb7d2, __assign({ ref: ref, onCloseAutoFocus: function (e) { return e.preventDefault(); }, className: contentClassNames, collisionPadding: 16 }, rest, { "data-cdn-subscriber": true, children: children })));
27027
25981
  });
27028
25982
 
27029
25983
  function DropdownMenuGroup(_a) {
27030
25984
  var children = _a.children, label = _a.label, rest = __rest(_a, ["children", "label"]);
27031
25985
  var labelClassNames = "".concat(PREFIX, "-dropdown-menu__group-label");
27032
- return (jsxRuntime.jsxs($d08ef79370b62062$export$eb2fcfdbd7ba97d4, __assign$1({}, rest, { children: [jsxRuntime.jsx($d08ef79370b62062$export$b04be29aa201d4f5, { className: labelClassNames, children: label }), children] })));
25986
+ return (jsxRuntime.jsxs($d08ef79370b62062$export$eb2fcfdbd7ba97d4, __assign({}, rest, { children: [jsxRuntime.jsx($d08ef79370b62062$export$b04be29aa201d4f5, { className: labelClassNames, children: label }), children] })));
27033
25987
  }
27034
25988
 
27035
25989
  function DropdownMenuIcon(_a) {
@@ -27038,10 +25992,10 @@ function DropdownMenuIcon(_a) {
27038
25992
  throw new Error('É necessário uma `icon` ou `renderIcon` props para renderizar um MenuIcon.');
27039
25993
  }
27040
25994
  if (icon) {
27041
- return jsxRuntime.jsx(Icon, { icon: icon });
25995
+ return jsxRuntime.jsx(reactIcons.Icon, { icon: icon });
27042
25996
  }
27043
25997
  if (renderIcon) {
27044
- return jsxRuntime.jsx(CustomIcon, { renderIcon: renderIcon });
25998
+ return jsxRuntime.jsx(reactIcons.CustomIcon, { renderIcon: renderIcon });
27045
25999
  }
27046
26000
  return null;
27047
26001
  }
@@ -27056,7 +26010,7 @@ function DropdownMenuItem(_a) {
27056
26010
  if (stopPropagation)
27057
26011
  e.stopPropagation();
27058
26012
  }
27059
- return (jsxRuntime.jsx($d08ef79370b62062$export$6d08773d2e66f8f2, __assign$1({ className: itemClassNames }, rest, { onClick: handleClick, children: children })));
26013
+ return (jsxRuntime.jsx($d08ef79370b62062$export$6d08773d2e66f8f2, __assign({ className: itemClassNames }, rest, { onClick: handleClick, children: children })));
27060
26014
  }
27061
26015
 
27062
26016
  function DropdownMenuSeparator(_a) {
@@ -27065,7 +26019,7 @@ function DropdownMenuSeparator(_a) {
27065
26019
  var separatorClassNames = classNames$1(className, (_b = {},
27066
26020
  _b["".concat(PREFIX, "-dropdown-menu__separator")] = true,
27067
26021
  _b));
27068
- return jsxRuntime.jsx($d08ef79370b62062$export$1ff3c3f08ae963c0, __assign$1({ className: separatorClassNames }, rest));
26022
+ return jsxRuntime.jsx($d08ef79370b62062$export$1ff3c3f08ae963c0, __assign({ className: separatorClassNames }, rest));
27069
26023
  }
27070
26024
 
27071
26025
  function DropdownMenuText(_a) {
@@ -27074,7 +26028,7 @@ function DropdownMenuText(_a) {
27074
26028
  var menuTextClasses = classNames$1(className, (_b = {},
27075
26029
  _b["".concat(PREFIX, "-dropdown-menu__text")] = true,
27076
26030
  _b));
27077
- return (jsxRuntime.jsx("span", __assign$1({ className: menuTextClasses }, rest, { children: children })));
26031
+ return (jsxRuntime.jsx("span", __assign({ className: menuTextClasses }, rest, { children: children })));
27078
26032
  }
27079
26033
 
27080
26034
  function DropdownMenuSub(_a) {
@@ -27083,7 +26037,7 @@ function DropdownMenuSub(_a) {
27083
26037
  var itemClassNames = classNames$1(className, (_b = {},
27084
26038
  _b["".concat(PREFIX, "-dropdown-menu__item")] = true,
27085
26039
  _b));
27086
- return (jsxRuntime.jsxs($d08ef79370b62062$export$d7a01e11500dfb6f, __assign$1({}, rest, { children: [jsxRuntime.jsx($d08ef79370b62062$export$2ea8a7a591ac5eac, { asChild: asChild, disabled: disabled, className: itemClassNames, children: jsxRuntime.jsxs("span", { className: "".concat(PREFIX, "-dropdown-menu__sub-trigger"), children: [label, jsxRuntime.jsx(DropdownMenuIcon, { icon: "arrowDropRight" })] }) }), children] })));
26040
+ return (jsxRuntime.jsxs($d08ef79370b62062$export$d7a01e11500dfb6f, __assign({}, rest, { children: [jsxRuntime.jsx($d08ef79370b62062$export$2ea8a7a591ac5eac, { asChild: asChild, disabled: disabled, className: itemClassNames, children: jsxRuntime.jsxs("span", { className: "".concat(PREFIX, "-dropdown-menu__sub-trigger"), children: [label, jsxRuntime.jsx(DropdownMenuIcon, { icon: "arrowDropRight" })] }) }), children] })));
27087
26041
  }
27088
26042
 
27089
26043
  var DropdownMenuSubContent = React.forwardRef(function (_a, ref) {
@@ -27092,7 +26046,7 @@ var DropdownMenuSubContent = React.forwardRef(function (_a, ref) {
27092
26046
  var contentClassNames = classNames$1(className, (_b = {},
27093
26047
  _b["".concat(PREFIX, "-dropdown-menu")] = true,
27094
26048
  _b));
27095
- return (jsxRuntime.jsx($d08ef79370b62062$export$6d4de93b380beddf, __assign$1({ ref: ref, className: contentClassNames }, rest, { "data-cdn-subscriber": true, children: children })));
26049
+ return (jsxRuntime.jsx($d08ef79370b62062$export$6d4de93b380beddf, __assign({ ref: ref, className: contentClassNames }, rest, { "data-cdn-subscriber": true, children: children })));
27096
26050
  });
27097
26051
 
27098
26052
  function DropdownMenu(_a) {
@@ -27106,7 +26060,7 @@ function DropdownMenu(_a) {
27106
26060
  if (stopPropagation)
27107
26061
  e.stopPropagation();
27108
26062
  }
27109
- return (jsxRuntime.jsxs($d08ef79370b62062$export$be92b6f5f03c0fe9, __assign$1({}, rest, { children: [title ? (jsxRuntime.jsx(Tooltip$1, { message: title, children: jsxRuntime.jsx($d08ef79370b62062$export$41fb9f06171c75f4, { asChild: true, className: className, onClick: handleClick, children: jsxRuntime.jsx(IconButton, { icon: icon, "data-testid": "dropdownmenu-iconbutton" }) }) })) : (jsxRuntime.jsx($d08ef79370b62062$export$41fb9f06171c75f4, { asChild: true, className: className, onClick: handleClick, children: jsxRuntime.jsx(IconButton, { icon: icon, "data-testid": "dropdownmenu-iconbutton" }) })), jsxRuntime.jsx($d08ef79370b62062$export$602eac185826482c, { container: element, children: children })] })));
26063
+ return (jsxRuntime.jsxs($d08ef79370b62062$export$be92b6f5f03c0fe9, __assign({}, rest, { children: [title ? (jsxRuntime.jsx(Tooltip$1, { message: title, children: jsxRuntime.jsx($d08ef79370b62062$export$41fb9f06171c75f4, { asChild: true, className: className, onClick: handleClick, children: jsxRuntime.jsx(IconButton, { icon: icon, "data-testid": "dropdownmenu-iconbutton" }) }) })) : (jsxRuntime.jsx($d08ef79370b62062$export$41fb9f06171c75f4, { asChild: true, className: className, onClick: handleClick, children: jsxRuntime.jsx(IconButton, { icon: icon, "data-testid": "dropdownmenu-iconbutton" }) })), jsxRuntime.jsx($d08ef79370b62062$export$602eac185826482c, { container: element, children: children })] })));
27110
26064
  }
27111
26065
  DropdownMenu.Content = DropdownMenuContent;
27112
26066
  DropdownMenu.Group = DropdownMenuGroup;
@@ -27133,10 +26087,10 @@ function StartAdornment$1(_a) {
27133
26087
  function InputIcon$1(_a) {
27134
26088
  var icon = _a.icon, renderIcon = _a.renderIcon;
27135
26089
  if (renderIcon) {
27136
- return jsxRuntime.jsx(CustomIcon, { renderIcon: renderIcon, size: "small" });
26090
+ return jsxRuntime.jsx(reactIcons.CustomIcon, { renderIcon: renderIcon, size: "small" });
27137
26091
  }
27138
26092
  if (icon) {
27139
- return jsxRuntime.jsx(Icon, { icon: icon, size: "small" });
26093
+ return jsxRuntime.jsx(reactIcons.Icon, { icon: icon, size: "small" });
27140
26094
  }
27141
26095
  return null;
27142
26096
  }
@@ -27411,12 +26365,12 @@ function TextInputWithForwardedRef(_a, forwardedRef) {
27411
26365
  var inputElement = inputRef.current;
27412
26366
  if (inputElement) {
27413
26367
  handleChange({
27414
- target: __assign$1(__assign$1({}, inputElement), { value: '', name: inputElement === null || inputElement === void 0 ? void 0 : inputElement.name }),
26368
+ target: __assign(__assign({}, inputElement), { value: '', name: inputElement === null || inputElement === void 0 ? void 0 : inputElement.name }),
27415
26369
  });
27416
26370
  inputElement.focus();
27417
26371
  }
27418
26372
  };
27419
- return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, className: containerClasses, style: style, label: label, readOnly: readOnly, disabled: disabled, error: error || internalError, helpers: jsxRuntime.jsx(InputHelpers$2, { textCount: textCount, maxLength: maxLength, children: error || hint }), children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx(StartAdornment$1, { prefix: prefix, icon: icon, renderIcon: renderIcon }), jsxRuntime.jsx("input", __assign$1({ id: id || name, ref: inputRef, name: name, className: fieldClasses, onChange: handleChange, "aria-labelledby": label ? paramCase(label) : undefined, value: value, draggable: true, onDragStart: function (event) { return event.preventDefault(); }, "aria-label": placeholder, "data-label": label }, rest, { type: "text" })), jsxRuntime.jsx(EndAdornment, { suffix: sufix, loading: loading }), jsxRuntime.jsx(ClearButton$2, { onClick: clearInput, visible: !!value, readOnly: readOnly, disabled: disabled, compact: compact })] }) }));
26373
+ return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, className: containerClasses, style: style, label: label, readOnly: readOnly, disabled: disabled, error: error || internalError, helpers: jsxRuntime.jsx(InputHelpers$2, { textCount: textCount, maxLength: maxLength, children: error || hint }), children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx(StartAdornment$1, { prefix: prefix, icon: icon, renderIcon: renderIcon }), jsxRuntime.jsx("input", __assign({ id: id || name, ref: inputRef, name: name, className: fieldClasses, onChange: handleChange, "aria-labelledby": label ? paramCase(label) : undefined, value: value, draggable: true, onDragStart: function (event) { return event.preventDefault(); }, "aria-label": placeholder, "data-label": label }, rest, { type: "text" })), jsxRuntime.jsx(EndAdornment, { suffix: sufix, loading: loading }), jsxRuntime.jsx(ClearButton$2, { onClick: clearInput, visible: !!value, readOnly: readOnly, disabled: disabled, compact: compact })] }) }));
27420
26374
  }
27421
26375
  var TextInput = React.forwardRef(TextInputWithForwardedRef);
27422
26376
 
@@ -27498,7 +26452,7 @@ function HTMLTextAreaElement(_a, forwardedRef) {
27498
26452
  if (textAreaElement) {
27499
26453
  textAreaElement.value = '';
27500
26454
  handleChange({
27501
- target: __assign$1(__assign$1({}, textAreaElement), { value: '' }),
26455
+ target: __assign(__assign({}, textAreaElement), { value: '' }),
27502
26456
  });
27503
26457
  textAreaElement.focus();
27504
26458
  }
@@ -27511,7 +26465,7 @@ function HTMLTextAreaElement(_a, forwardedRef) {
27511
26465
  setTextCount(value.toString().length);
27512
26466
  setInternalError(value.toString().length > maxLength ? 'Error' : '');
27513
26467
  }, [isControlled, maxLength, value]);
27514
- return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, className: containerClasses, style: style, label: label, readOnly: readOnly, disabled: disabled, error: error || internalError, helpers: jsxRuntime.jsx(InputHelpers$1, { textCount: textCount, maxLength: maxLength, children: error || hint }), children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx("textarea", __assign$1({ id: id || name, ref: textAreaRef, name: name, rows: maxRows, className: fieldClasses, onChange: handleChange, "aria-labelledby": label ? paramCase(label) : undefined, "aria-label": placeholder, value: value, "data-label": label }, rest)), jsxRuntime.jsx(ClearButton$1, { onClick: clearInput, visible: !!value, readOnly: readOnly, disabled: disabled })] }) }));
26468
+ return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, className: containerClasses, style: style, label: label, readOnly: readOnly, disabled: disabled, error: error || internalError, helpers: jsxRuntime.jsx(InputHelpers$1, { textCount: textCount, maxLength: maxLength, children: error || hint }), children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx("textarea", __assign({ id: id || name, ref: textAreaRef, name: name, rows: maxRows, className: fieldClasses, onChange: handleChange, "aria-labelledby": label ? paramCase(label) : undefined, "aria-label": placeholder, value: value, "data-label": label }, rest)), jsxRuntime.jsx(ClearButton$1, { onClick: clearInput, visible: !!value, readOnly: readOnly, disabled: disabled })] }) }));
27515
26469
  }
27516
26470
  var MultilineTextInput = React.forwardRef(HTMLTextAreaElement);
27517
26471
 
@@ -27521,8 +26475,8 @@ function ToggleVisibility(_a) {
27521
26475
  var wrapperClasses = classNames$1((_b = {},
27522
26476
  _b["".concat(PREFIX, "-password-input__toggle-visibility-btn")] = true,
27523
26477
  _b));
27524
- var wantToShowPasswordIcon = (jsxRuntime.jsx("div", { children: jsxRuntime.jsx(IconButton, __assign$1({ title: "Mostrar senha", className: wrapperClasses, icon: "visibility" }, buttonProps)) }));
27525
- var wantToHidePassowordIcon = (jsxRuntime.jsx("div", { className: wrapperClasses, children: jsxRuntime.jsx(IconButton, __assign$1({ title: "Esconder senha", icon: "visibilityOff", className: "".concat(PREFIX, "-password-input__toggle-visibility-btn--off") }, buttonProps)) }));
26478
+ var wantToShowPasswordIcon = (jsxRuntime.jsx("div", { children: jsxRuntime.jsx(IconButton, __assign({ title: "Mostrar senha", className: wrapperClasses, icon: "visibility" }, buttonProps)) }));
26479
+ var wantToHidePassowordIcon = (jsxRuntime.jsx("div", { className: wrapperClasses, children: jsxRuntime.jsx(IconButton, __assign({ title: "Esconder senha", icon: "visibilityOff", className: "".concat(PREFIX, "-password-input__toggle-visibility-btn--off") }, buttonProps)) }));
27526
26480
  return isVisible ? wantToHidePassowordIcon : wantToShowPasswordIcon;
27527
26481
  }
27528
26482
 
@@ -27609,7 +26563,7 @@ function PasswordInputWithFowardedRef(_a, forwardedRef) {
27609
26563
  inputElement.focus();
27610
26564
  }
27611
26565
  };
27612
- return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, label: label, readOnly: readOnly, className: containerClasses, disabled: disabled, helpers: jsxRuntime.jsx(InputHelpers, { textCount: textCount, maxLength: maxLength, children: error || hint }), error: error || internalError, style: style, children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx("input", __assign$1({ id: id || name, ref: inputRef, name: name, className: fieldClasses, onChange: handleChange, "aria-label": placeholder, value: value, "data-label": label, "aria-labelledby": label ? paramCase(label) : undefined }, rest, { type: isVisible ? 'text' : 'password' })), jsxRuntime.jsx(ClearButton, { visible: !!value, disabled: disabled, readOnly: readOnly, onClick: clearInput }), jsxRuntime.jsx(ToggleVisibility, { disabled: disabled, isVisible: isVisible, onClick: function () { return setIsVisible(!isVisible); } })] }) }));
26566
+ return (jsxRuntime.jsx(InputWrapper, { inputId: id || name, label: label, readOnly: readOnly, className: containerClasses, disabled: disabled, helpers: jsxRuntime.jsx(InputHelpers, { textCount: textCount, maxLength: maxLength, children: error || hint }), error: error || internalError, style: style, children: jsxRuntime.jsxs("div", { className: fieldWrapperClasses, children: [jsxRuntime.jsx("input", __assign({ id: id || name, ref: inputRef, name: name, className: fieldClasses, onChange: handleChange, "aria-label": placeholder, value: value, "data-label": label, "aria-labelledby": label ? paramCase(label) : undefined }, rest, { type: isVisible ? 'text' : 'password' })), jsxRuntime.jsx(ClearButton, { visible: !!value, disabled: disabled, readOnly: readOnly, onClick: clearInput }), jsxRuntime.jsx(ToggleVisibility, { disabled: disabled, isVisible: isVisible, onClick: function () { return setIsVisible(!isVisible); } })] }) }));
27613
26567
  }
27614
26568
  var PasswordInput = React.forwardRef(PasswordInputWithFowardedRef);
27615
26569
 
@@ -31609,7 +30563,7 @@ const HTML5Backend = function createBackend(manager, context, options) {
31609
30563
 
31610
30564
  function ModalTrigger(_a) {
31611
30565
  var children = _a.children, rest = __rest(_a, ["children"]);
31612
- return (jsxRuntime.jsx($5d3850c4d0b4e6c7$export$41fb9f06171c75f4, __assign$1({ className: "".concat(PREFIX, "-modal-trigger") }, rest, { asChild: true, children: children })));
30566
+ return (jsxRuntime.jsx($5d3850c4d0b4e6c7$export$41fb9f06171c75f4, __assign({ className: "".concat(PREFIX, "-modal-trigger") }, rest, { asChild: true, children: children })));
31613
30567
  }
31614
30568
 
31615
30569
  var DragContext = React.createContext(null);
@@ -31766,7 +30720,7 @@ function ModalContentWrapper(_a) {
31766
30720
  , {
31767
30721
  // Desabilitado pois mudanças no value realmente devem causar uma rerenderização dos componentes filhos
31768
30722
  // eslint-disable-next-line react/jsx-no-constructed-context-values
31769
- value: __assign$1({ id: "".concat(PREFIX, "-modal-draggable"), type: 'modal' }, modalPosition), children: jsxRuntime.jsx(ModalContent, __assign$1({}, contentProps, { isDraggable: isDraggable, children: children })) }) })] }) }));
30723
+ value: __assign({ id: "".concat(PREFIX, "-modal-draggable"), type: 'modal' }, modalPosition), children: jsxRuntime.jsx(ModalContent, __assign({}, contentProps, { isDraggable: isDraggable, children: children })) }) })] }) }));
31770
30724
  }
31771
30725
 
31772
30726
  function Modal(_a) {
@@ -31813,7 +30767,7 @@ function SingleValue(_a) {
31813
30767
  }
31814
30768
 
31815
30769
  function NoOptionsMessage(props) {
31816
- return (jsxRuntime.jsx(components.NoOptionsMessage, __assign$1({}, props, { getStyles: function () { return ({}); }, children: jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-select__menu-option"), children: "N\u00E3o h\u00E1 op\u00E7\u00F5es" }) })));
30770
+ return (jsxRuntime.jsx(components.NoOptionsMessage, __assign({}, props, { getStyles: function () { return ({}); }, children: jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-select__menu-option"), children: "N\u00E3o h\u00E1 op\u00E7\u00F5es" }) })));
31817
30771
  }
31818
30772
 
31819
30773
  function Checkbox(_a) {
@@ -31835,7 +30789,7 @@ function Checkbox(_a) {
31835
30789
  _d["".concat(PREFIX, "-checkbox__indicator-wrapper--disabled")] = disabled,
31836
30790
  _d["".concat(PREFIX, "-checkbox__indicator-wrapper--checked--disabled")] = checked === true && disabled,
31837
30791
  _d));
31838
- return (jsxRuntime.jsx("div", { className: wrapperClasses, "data-cdn-subscriber": true, children: jsxRuntime.jsx("button", { type: "button", className: checkboxClasses, disabled: disabled, children: jsxRuntime.jsx("div", { className: indicatorWrapperClasses, children: !!checked && jsxRuntime.jsx(Icon, { icon: icon, color: iconColor, size: iconSize }) }) }) }));
30792
+ return (jsxRuntime.jsx("div", { className: wrapperClasses, "data-cdn-subscriber": true, children: jsxRuntime.jsx("button", { type: "button", className: checkboxClasses, disabled: disabled, children: jsxRuntime.jsx("div", { className: indicatorWrapperClasses, children: !!checked && jsxRuntime.jsx(reactIcons.Icon, { icon: icon, color: iconColor, size: iconSize }) }) }) }));
31839
30793
  }
31840
30794
 
31841
30795
  var SELECT_ALL_OPTION = {
@@ -31892,13 +30846,13 @@ function Option(props) {
31892
30846
  _b["".concat(PREFIX, "-select__menu-option-label-wrapper--inversed")] = data.iconPosition === 'right',
31893
30847
  _b));
31894
30848
  if (isMulti) {
31895
- return (jsxRuntime.jsxs(components.Option, __assign$1({ className: classes }, props, { getStyles: function () { return ({}); }, children: [jsxRuntime.jsx(Checkbox, { checked: isSelected, disabled: isDisabled }), jsxRuntime.jsxs("div", { className: labelWrapperClasses, role: "menuitem", "data-checked": isSelected, children: [data.icon ? (jsxRuntime.jsx(Icon, { icon: data.icon, color: isDisabled ? 'disabled' : 'default' })) : null, label] })] })));
30849
+ return (jsxRuntime.jsxs(components.Option, __assign({ className: classes }, props, { getStyles: function () { return ({}); }, children: [jsxRuntime.jsx(Checkbox, { checked: isSelected, disabled: isDisabled }), jsxRuntime.jsxs("div", { className: labelWrapperClasses, role: "menuitem", "data-checked": isSelected, children: [data.icon ? (jsxRuntime.jsx(reactIcons.Icon, { icon: data.icon, color: isDisabled ? 'disabled' : 'default' })) : null, label] })] })));
31896
30850
  }
31897
- return (jsxRuntime.jsx(components.Option, __assign$1({ className: classes }, props, { getStyles: function () { return ({}); }, children: jsxRuntime.jsxs("div", { className: labelWrapperClasses, role: "menuitem", children: [data.icon ? (jsxRuntime.jsx(Icon, { icon: data.icon, color: isDisabled ? 'disabled' : 'default' })) : null, data.label] }) })));
30851
+ return (jsxRuntime.jsx(components.Option, __assign({ className: classes }, props, { getStyles: function () { return ({}); }, children: jsxRuntime.jsxs("div", { className: labelWrapperClasses, role: "menuitem", children: [data.icon ? (jsxRuntime.jsx(reactIcons.Icon, { icon: data.icon, color: isDisabled ? 'disabled' : 'default' })) : null, data.label] }) })));
31898
30852
  }
31899
30853
 
31900
30854
  function SelectContainer(props) {
31901
- return (jsxRuntime.jsx(components.SelectContainer, __assign$1({}, props, { getStyles: function () { return ({}); } })));
30855
+ return (jsxRuntime.jsx(components.SelectContainer, __assign({}, props, { getStyles: function () { return ({}); } })));
31902
30856
  }
31903
30857
 
31904
30858
  function Placeholder$1(props) {
@@ -31906,16 +30860,16 @@ function Placeholder$1(props) {
31906
30860
  var classes = classNames$1((_a = {},
31907
30861
  _a["".concat(PREFIX, "-select__placeholder")] = true,
31908
30862
  _a));
31909
- return (jsxRuntime.jsx(components.Placeholder, __assign$1({}, props, { className: classes, getStyles: function () { return ({}); } })));
30863
+ return (jsxRuntime.jsx(components.Placeholder, __assign({}, props, { className: classes, getStyles: function () { return ({}); } })));
31910
30864
  }
31911
30865
 
31912
30866
  function InputIcon(_a) {
31913
30867
  var icon = _a.icon, renderIcon = _a.renderIcon;
31914
30868
  if (renderIcon) {
31915
- return jsxRuntime.jsx(CustomIcon, { renderIcon: renderIcon, size: "small" });
30869
+ return jsxRuntime.jsx(reactIcons.CustomIcon, { renderIcon: renderIcon, size: "small" });
31916
30870
  }
31917
30871
  if (icon) {
31918
- return jsxRuntime.jsx(Icon, { icon: icon, size: "small" });
30872
+ return jsxRuntime.jsx(reactIcons.Icon, { icon: icon, size: "small" });
31919
30873
  }
31920
30874
  return null;
31921
30875
  }
@@ -31935,7 +30889,7 @@ function ValueContainer(props) {
31935
30889
  _b["".concat(PREFIX, "-select__value-label-wrapper")] = true,
31936
30890
  _b["".concat(PREFIX, "-select__value-label-wrapper--searchable")] = selectProps.isSearchable,
31937
30891
  _b));
31938
- return (jsxRuntime.jsxs(components.ValueContainer, __assign$1({}, props, { className: classes, getStyles: function () { return ({}); }, children: [selectProps.icon || selectProps.renderIcon ? (jsxRuntime.jsx(StartAdornment, { icon: selectProps.icon, renderIcon: selectProps.renderIcon })) : null, jsxRuntime.jsx("div", { className: wrapperClasses, children: children })] })));
30892
+ return (jsxRuntime.jsxs(components.ValueContainer, __assign({}, props, { className: classes, getStyles: function () { return ({}); }, children: [selectProps.icon || selectProps.renderIcon ? (jsxRuntime.jsx(StartAdornment, { icon: selectProps.icon, renderIcon: selectProps.renderIcon })) : null, jsxRuntime.jsx("div", { className: wrapperClasses, children: children })] })));
31939
30893
  }
31940
30894
 
31941
30895
  function Control(props) {
@@ -31943,7 +30897,7 @@ function Control(props) {
31943
30897
  var classes = classNames$1((_a = {},
31944
30898
  _a["".concat(PREFIX, "-select__control")] = true,
31945
30899
  _a));
31946
- return (jsxRuntime.jsx("div", { children: jsxRuntime.jsx(components.Control, __assign$1({}, props, { className: classes, getStyles: function () { return ({}); } })) }));
30900
+ return (jsxRuntime.jsx("div", { children: jsxRuntime.jsx(components.Control, __assign({}, props, { className: classes, getStyles: function () { return ({}); } })) }));
31947
30901
  }
31948
30902
 
31949
30903
  function MenuList(props) {
@@ -31951,7 +30905,7 @@ function MenuList(props) {
31951
30905
  var classes = classNames$1((_a = {},
31952
30906
  _a["".concat(PREFIX, "-select__menu-list")] = true,
31953
30907
  _a));
31954
- return (jsxRuntime.jsx(components.MenuList, __assign$1({}, props, { className: classes, getStyles: function () { return ({}); } })));
30908
+ return (jsxRuntime.jsx(components.MenuList, __assign({}, props, { className: classes, getStyles: function () { return ({}); } })));
31955
30909
  }
31956
30910
 
31957
30911
  function GroupHeading(props) {
@@ -31959,7 +30913,7 @@ function GroupHeading(props) {
31959
30913
  var classes = classNames$1((_a = {},
31960
30914
  _a["".concat(PREFIX, "-select__group-heading")] = true,
31961
30915
  _a));
31962
- return (jsxRuntime.jsx(components.GroupHeading, __assign$1({}, props, { className: classes, getStyles: function () { return ({}); } })));
30916
+ return (jsxRuntime.jsx(components.GroupHeading, __assign({}, props, { className: classes, getStyles: function () { return ({}); } })));
31963
30917
  }
31964
30918
 
31965
30919
  function Menu(props) {
@@ -31970,7 +30924,7 @@ function Menu(props) {
31970
30924
  _a["".concat(PREFIX, "-select__menu--").concat(placement)] = !!placement,
31971
30925
  _a["".concat(PREFIX, "-select__menu-width-mode--").concat(menuWidthMode)] = !!menuWidthMode,
31972
30926
  _a));
31973
- return (jsxRuntime.jsx(components.Menu, __assign$1({}, props, { className: classes, getStyles: function () { return ({}); } })));
30927
+ return (jsxRuntime.jsx(components.Menu, __assign({}, props, { className: classes, getStyles: function () { return ({}); } })));
31974
30928
  }
31975
30929
 
31976
30930
  function ClearIndicator(_a) {
@@ -32061,7 +31015,7 @@ function SelectWithForwardedRef(_a, forwardedRef) {
32061
31015
  _b["".concat(PREFIX, "-select--disable-auto-position")] = !menuAutoCalculatePosition,
32062
31016
  _b));
32063
31017
  var closeAfterSelect = closeMenuOnSelect !== null && closeMenuOnSelect !== void 0 ? closeMenuOnSelect : !multi;
32064
- return (jsxRuntime.jsx(InputWrapper, { inputId: name, label: label, disabled: disabled, error: error, helpers: error || hint, style: style, className: containerClasses, "data-cdn-subscriber": true, children: jsxRuntime.jsx(StateManagedSelect$1, __assign$1({}, rest, { ref: selectRef, id: id, name: name, options: options, onKeyDown: function (event) {
31018
+ return (jsxRuntime.jsx(InputWrapper, { inputId: name, label: label, disabled: disabled, error: error, helpers: error || hint, style: style, className: containerClasses, "data-cdn-subscriber": true, children: jsxRuntime.jsx(StateManagedSelect$1, __assign({}, rest, { ref: selectRef, id: id, name: name, options: options, onKeyDown: function (event) {
32065
31019
  var _a, _b;
32066
31020
  if (event.key === 'Enter' && !((_a = selectRef.current) === null || _a === void 0 ? void 0 : _a.props.menuIsOpen)) {
32067
31021
  (_b = selectRef.current) === null || _b === void 0 ? void 0 : _b.openMenu('first');
@@ -32082,7 +31036,7 @@ function Tag(_a) {
32082
31036
  _b["".concat(PREFIX, "-tag")] = true,
32083
31037
  _b["".concat(PREFIX, "-tag--").concat(variant)] = !!variant,
32084
31038
  _b));
32085
- return (jsxRuntime.jsx("div", __assign$1({ className: tagClasses }, rest, { "data-cdn-subscriber": true, children: children })));
31039
+ return (jsxRuntime.jsx("div", __assign({ className: tagClasses }, rest, { "data-cdn-subscriber": true, children: children })));
32086
31040
  }
32087
31041
 
32088
31042
  /* -------------------------------------------------------------------------------------------------
@@ -32240,7 +31194,7 @@ function SwitchForwardedRef(_a, forwardedRef) {
32240
31194
  _d["".concat(PREFIX, "-switch__label")] = true,
32241
31195
  _d["".concat(PREFIX, "-switch__label--disabled")] = disabled,
32242
31196
  _d));
32243
- return (jsxRuntime.jsxs("div", { className: switchClasses, "data-cdn-subscriber": true, children: [jsxRuntime.jsx($6be4966fd9bbc698$export$be92b6f5f03c0fe9, __assign$1({ ref: switchRef, className: "".concat(PREFIX, "-switch__root"), onCheckedChange: handleCheckedChange, checked: isChecked, disabled: disabled }, rest, { children: jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-switch__inner-root"), children: jsxRuntime.jsx($6be4966fd9bbc698$export$6521433ed15a34db, { className: "".concat(PREFIX, "-switch__thumb"), children: jsxRuntime.jsx(SwitchIcon, { enableIcons: withIcon, isChecked: isChecked, className: iconClasses, checkedIcon: checkedIcon, uncheckedIcon: uncheckedIcon }) }) }) })), label && (jsxRuntime.jsx(Typography, { as: "caption", className: labelClasses, children: jsxRuntime.jsx("label", { htmlFor: (rest === null || rest === void 0 ? void 0 : rest.id) || (rest === null || rest === void 0 ? void 0 : rest.name), children: label }) }))] }));
31197
+ return (jsxRuntime.jsxs("div", { className: switchClasses, "data-cdn-subscriber": true, children: [jsxRuntime.jsx($6be4966fd9bbc698$export$be92b6f5f03c0fe9, __assign({ ref: switchRef, className: "".concat(PREFIX, "-switch__root"), onCheckedChange: handleCheckedChange, checked: isChecked, disabled: disabled }, rest, { children: jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-switch__inner-root"), children: jsxRuntime.jsx($6be4966fd9bbc698$export$6521433ed15a34db, { className: "".concat(PREFIX, "-switch__thumb"), children: jsxRuntime.jsx(SwitchIcon, { enableIcons: withIcon, isChecked: isChecked, className: iconClasses, checkedIcon: checkedIcon, uncheckedIcon: uncheckedIcon }) }) }) })), label && (jsxRuntime.jsx(Typography, { as: "caption", className: labelClasses, children: jsxRuntime.jsx("label", { htmlFor: (rest === null || rest === void 0 ? void 0 : rest.id) || (rest === null || rest === void 0 ? void 0 : rest.name), children: label }) }))] }));
32244
31198
  }
32245
31199
  var Switch = React.forwardRef(SwitchForwardedRef);
32246
31200
  function SwitchIcon(_a) {
@@ -32249,7 +31203,7 @@ function SwitchIcon(_a) {
32249
31203
  return null;
32250
31204
  }
32251
31205
  var iconName = isChecked ? checkedIcon : uncheckedIcon;
32252
- return jsxRuntime.jsx(Icon, { size: "small", icon: iconName, className: className });
31206
+ return jsxRuntime.jsx(reactIcons.Icon, { size: "small", icon: iconName, className: className });
32253
31207
  }
32254
31208
 
32255
31209
  /* -------------------------------------------------------------------------------------------------
@@ -32487,7 +31441,7 @@ function RadioGroupItem(props) {
32487
31441
  _c["".concat(PREFIX, "-radio-group__item-indicator")] = true,
32488
31442
  _c));
32489
31443
  var itemId = id || paramCase(children);
32490
- return (jsxRuntime.jsxs("div", { className: itemWrapperClasses, children: [jsxRuntime.jsx($f99a8c78507165f7$export$6d08773d2e66f8f2, __assign$1({ className: itemClasses, id: itemId }, props, { children: jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-radio-group__inner-item"), children: jsxRuntime.jsx($f99a8c78507165f7$export$adb584737d712b70, { className: itemIndicatorClasses }) }) })), jsxRuntime.jsx("label", { className: "".concat(PREFIX, "-radio-group__label"), htmlFor: itemId, children: children })] }));
31444
+ return (jsxRuntime.jsxs("div", { className: itemWrapperClasses, children: [jsxRuntime.jsx($f99a8c78507165f7$export$6d08773d2e66f8f2, __assign({ className: itemClasses, id: itemId }, props, { children: jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-radio-group__inner-item"), children: jsxRuntime.jsx($f99a8c78507165f7$export$adb584737d712b70, { className: itemIndicatorClasses }) }) })), jsxRuntime.jsx("label", { className: "".concat(PREFIX, "-radio-group__label"), htmlFor: itemId, children: children })] }));
32491
31445
  }
32492
31446
 
32493
31447
  function RadioGroup(_a) {
@@ -32511,7 +31465,7 @@ function RadioGroup(_a) {
32511
31465
  onRadioChange(newValue);
32512
31466
  }
32513
31467
  };
32514
- return (jsxRuntime.jsx($f99a8c78507165f7$export$be92b6f5f03c0fe9, __assign$1({ className: radioItemClasses, disabled: disabled, onValueChange: handleChange, value: value }, rest, { children: children })));
31468
+ return (jsxRuntime.jsx($f99a8c78507165f7$export$be92b6f5f03c0fe9, __assign({ className: radioItemClasses, disabled: disabled, onValueChange: handleChange, value: value }, rest, { children: children })));
32515
31469
  }
32516
31470
  RadioGroup.Item = RadioGroupItem;
32517
31471
 
@@ -43349,7 +42303,7 @@ function FilterDatePicker(props) {
43349
42303
  }
43350
42304
  return (
43351
42305
  // @ts-ignore ignorando a verificação pois há tipagem condicional
43352
- jsxRuntime.jsx(DatePicker, __assign$1({}, props, field, { selectsRange: selectsRange, onChange: handleChange, onBlur: handleBlur, selected: selectsRange ? value === null || value === void 0 ? void 0 : value[0] : value, error: (_b = fieldState.error) === null || _b === void 0 ? void 0 : _b.message, startDate: selectsRange ? value === null || value === void 0 ? void 0 : value[0] : undefined, endDate: selectsRange ? value === null || value === void 0 ? void 0 : value[1] : undefined })));
42306
+ jsxRuntime.jsx(DatePicker, __assign({}, props, field, { selectsRange: selectsRange, onChange: handleChange, onBlur: handleBlur, selected: selectsRange ? value === null || value === void 0 ? void 0 : value[0] : value, error: (_b = fieldState.error) === null || _b === void 0 ? void 0 : _b.message, startDate: selectsRange ? value === null || value === void 0 ? void 0 : value[0] : undefined, endDate: selectsRange ? value === null || value === void 0 ? void 0 : value[1] : undefined })));
43353
42307
  } }));
43354
42308
  }
43355
42309
 
@@ -43382,7 +42336,7 @@ function FilterSelect(props) {
43382
42336
  field.onBlur();
43383
42337
  onBlur === null || onBlur === void 0 ? void 0 : onBlur(e);
43384
42338
  }
43385
- return (jsxRuntime.jsx(Select, __assign$1({}, props, field, { onChange: handleChange, onBlur: handleBlur, error: (_b = fieldState.error) === null || _b === void 0 ? void 0 : _b.message })));
42339
+ return (jsxRuntime.jsx(Select, __assign({}, props, field, { onChange: handleChange, onBlur: handleBlur, error: (_b = fieldState.error) === null || _b === void 0 ? void 0 : _b.message })));
43386
42340
  } }));
43387
42341
  }
43388
42342
 
@@ -43407,7 +42361,7 @@ function FilterSwitch(props) {
43407
42361
  onCheckedChange(checkedValue);
43408
42362
  }
43409
42363
  }
43410
- return (jsxRuntime.jsxs("div", { className: wrapperClassNames, children: [jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-filter__switch-wrapper-top") }), jsxRuntime.jsx(Switch, __assign$1({}, props, field, { onCheckedChange: handleOnCheckedChange })), jsxRuntime.jsx(InputHelpers$3, {})] }));
42364
+ return (jsxRuntime.jsxs("div", { className: wrapperClassNames, children: [jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-filter__switch-wrapper-top") }), jsxRuntime.jsx(Switch, __assign({}, props, field, { onCheckedChange: handleOnCheckedChange })), jsxRuntime.jsx(InputHelpers$3, {})] }));
43411
42365
  } }));
43412
42366
  }
43413
42367
 
@@ -43428,7 +42382,7 @@ function FilterTextInput(props) {
43428
42382
  onChange(value);
43429
42383
  }
43430
42384
  }
43431
- return (jsxRuntime.jsx(TextInput, __assign$1({}, props, field, { onChange: handleChange, error: (_b = fieldState.error) === null || _b === void 0 ? void 0 : _b.message })));
42385
+ return (jsxRuntime.jsx(TextInput, __assign({}, props, field, { onChange: handleChange, error: (_b = fieldState.error) === null || _b === void 0 ? void 0 : _b.message })));
43432
42386
  } }));
43433
42387
  }
43434
42388
 
@@ -43507,7 +42461,7 @@ function FilterComponent(_a, forwardedRef) {
43507
42461
  var label = (_a = labelElement === null || labelElement === void 0 ? void 0 : labelElement.textContent) !== null && _a !== void 0 ? _a : key;
43508
42462
  setFieldLabelsMap(function (prev) {
43509
42463
  var _a;
43510
- return (__assign$1(__assign$1({}, prev), (_a = {}, _a[key] = label, _a)));
42464
+ return (__assign(__assign({}, prev), (_a = {}, _a[key] = label, _a)));
43511
42465
  });
43512
42466
  return label;
43513
42467
  }, [fieldLabelsMap]);
@@ -43528,7 +42482,7 @@ function FilterComponent(_a, forwardedRef) {
43528
42482
  });
43529
42483
  }
43530
42484
  });
43531
- setFieldLabelsMap(function (prev) { return (__assign$1(__assign$1({}, prev), newLabelsMap)); });
42485
+ setFieldLabelsMap(function (prev) { return (__assign(__assign({}, prev), newLabelsMap)); });
43532
42486
  if (!onSubmit) return [3 /*break*/, 4];
43533
42487
  _a.label = 1;
43534
42488
  case 1:
@@ -43661,7 +42615,7 @@ function FilterComponent(_a, forwardedRef) {
43661
42615
  });
43662
42616
  });
43663
42617
  }
43664
- return (jsxRuntime.jsx("div", { className: filterClasses, "data-cdn-subscriber": true, children: jsxRuntime.jsxs(AnimatePresence, { children: [showTitle && expanded && (jsxRuntime.jsx(motion$1.header, { initial: { x: -150, opacity: 0 }, animate: { x: 0, opacity: 1 }, exit: { x: -150, opacity: 0 }, transition: { duration: 0.2, ease: 'easeInOut' }, className: "".concat(PREFIX, "-filter__header"), children: jsxRuntime.jsx(Typography, { as: "headingMedium", children: "O que voc\u00EA est\u00E1 procurando?" }) }, "".concat(PREFIX, "-filter__header"))), activeFilters.length && !expanded && (jsxRuntime.jsxs(motion$1.div, { className: tagsWrapperClasses, initial: { scale: 0, opacity: 0 }, animate: { scale: 1, opacity: 1 }, exit: { scale: 0, opacity: 0 }, transition: { duration: 0.2, ease: 'easeInOut' }, children: [jsxRuntime.jsx(FilterTags, { activeFilters: activeFilters }), jsxRuntime.jsx(Button, { variant: "text", icon: "expandMore", iconPosition: "right", onClick: function () { return handleExpandedChange(!expanded); }, children: "Ver mais" })] }, "".concat(PREFIX, "-filter__active-filter"))), jsxRuntime.jsx(FormProvider, __assign$1({}, formMethods, { children: expanded && (jsxRuntime.jsxs(motion$1.form, { ref: formRef, className: formClasses, onSubmit: formMethods.handleSubmit(handleSubmit), role: "search", initial: { y: 100, opacity: 0 }, animate: { y: 0, opacity: 1 }, exit: { y: 100, opacity: 0 }, transition: { duration: 0.2, ease: 'easeInOut' }, children: [children, jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-filter__actions-container"), children: [jsxRuntime.jsx(DropdownMenu, { className: "".concat(PREFIX, "-filter__dropdown-btn"), containerRef: containerRef, children: jsxRuntime.jsx(DropdownMenu.Content, { className: "".concat(PREFIX, "-filter__dropdown-content"), children: jsxRuntime.jsx(DropdownMenu.Item, { onSelect: handleClear, children: jsxRuntime.jsx(DropdownMenu.Text, { children: "Limpar todos os campos" }) }) }) }), jsxRuntime.jsx(Button, { className: "".concat(PREFIX, "-filter__search-btn"), type: "submit", variant: "secondary", loading: loading, children: "Pesquisar" })] })] }, "".concat(PREFIX, "-filter__form"))) }))] }) }));
42618
+ return (jsxRuntime.jsx("div", { className: filterClasses, "data-cdn-subscriber": true, children: jsxRuntime.jsxs(AnimatePresence, { children: [showTitle && expanded && (jsxRuntime.jsx(motion$1.header, { initial: { x: -150, opacity: 0 }, animate: { x: 0, opacity: 1 }, exit: { x: -150, opacity: 0 }, transition: { duration: 0.2, ease: 'easeInOut' }, className: "".concat(PREFIX, "-filter__header"), children: jsxRuntime.jsx(Typography, { as: "headingMedium", children: "O que voc\u00EA est\u00E1 procurando?" }) }, "".concat(PREFIX, "-filter__header"))), activeFilters.length && !expanded && (jsxRuntime.jsxs(motion$1.div, { className: tagsWrapperClasses, initial: { scale: 0, opacity: 0 }, animate: { scale: 1, opacity: 1 }, exit: { scale: 0, opacity: 0 }, transition: { duration: 0.2, ease: 'easeInOut' }, children: [jsxRuntime.jsx(FilterTags, { activeFilters: activeFilters }), jsxRuntime.jsx(Button, { variant: "text", icon: "expandMore", iconPosition: "right", onClick: function () { return handleExpandedChange(!expanded); }, children: "Ver mais" })] }, "".concat(PREFIX, "-filter__active-filter"))), jsxRuntime.jsx(FormProvider, __assign({}, formMethods, { children: expanded && (jsxRuntime.jsxs(motion$1.form, { ref: formRef, className: formClasses, onSubmit: formMethods.handleSubmit(handleSubmit), role: "search", initial: { y: 100, opacity: 0 }, animate: { y: 0, opacity: 1 }, exit: { y: 100, opacity: 0 }, transition: { duration: 0.2, ease: 'easeInOut' }, children: [children, jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-filter__actions-container"), children: [jsxRuntime.jsx(DropdownMenu, { className: "".concat(PREFIX, "-filter__dropdown-btn"), containerRef: containerRef, children: jsxRuntime.jsx(DropdownMenu.Content, { className: "".concat(PREFIX, "-filter__dropdown-content"), children: jsxRuntime.jsx(DropdownMenu.Item, { onSelect: handleClear, children: jsxRuntime.jsx(DropdownMenu.Text, { children: "Limpar todos os campos" }) }) }) }), jsxRuntime.jsx(Button, { className: "".concat(PREFIX, "-filter__search-btn"), type: "submit", variant: "secondary", loading: loading, children: "Pesquisar" })] })] }, "".concat(PREFIX, "-filter__form"))) }))] }) }));
43665
42619
  }
43666
42620
  var ForwardedFilter = React.forwardRef(FilterComponent);
43667
42621
  var Filter = withStaticProps(ForwardedFilter, {
@@ -43697,11 +42651,11 @@ var toastConfigBase = {
43697
42651
  theme: 'light',
43698
42652
  };
43699
42653
  var toastConfig = (_a$1 = {},
43700
- _a$1[ToastType.SUCCESS] = __assign$1(__assign$1({}, toastConfigBase), { icon: jsxRuntime.jsx(Icon, { icon: "check", size: "large", color: "success" }) }),
43701
- _a$1[ToastType.WARNING] = __assign$1(__assign$1({}, toastConfigBase), { icon: jsxRuntime.jsx(Icon, { icon: "warning", size: "large", color: "warning" }) }),
43702
- _a$1[ToastType.INFO] = __assign$1(__assign$1({}, toastConfigBase), { icon: jsxRuntime.jsx(Icon, { icon: "info", size: "large", color: "info" }) }),
43703
- _a$1[ToastType.DANGER] = __assign$1(__assign$1({}, toastConfigBase), { icon: jsxRuntime.jsx(Icon, { icon: "close", size: "large", color: "danger" }) }),
43704
- _a$1[ToastType.SEVEREWARNING] = __assign$1(__assign$1({}, toastConfigBase), { icon: jsxRuntime.jsx(Icon, { icon: "severeWarning", size: "large", color: "severe-warning" }), progressClassName: "Toastify__progress-bar--severe" }),
42654
+ _a$1[ToastType.SUCCESS] = __assign(__assign({}, toastConfigBase), { icon: jsxRuntime.jsx(reactIcons.Icon, { icon: "check", size: "large", color: "success" }) }),
42655
+ _a$1[ToastType.WARNING] = __assign(__assign({}, toastConfigBase), { icon: jsxRuntime.jsx(reactIcons.Icon, { icon: "warning", size: "large", color: "warning" }) }),
42656
+ _a$1[ToastType.INFO] = __assign(__assign({}, toastConfigBase), { icon: jsxRuntime.jsx(reactIcons.Icon, { icon: "info", size: "large", color: "info" }) }),
42657
+ _a$1[ToastType.DANGER] = __assign(__assign({}, toastConfigBase), { icon: jsxRuntime.jsx(reactIcons.Icon, { icon: "close", size: "large", color: "danger" }) }),
42658
+ _a$1[ToastType.SEVEREWARNING] = __assign(__assign({}, toastConfigBase), { icon: jsxRuntime.jsx(reactIcons.Icon, { icon: "severeWarning", size: "large", color: "severe-warning" }), progressClassName: "Toastify__progress-bar--severe" }),
43705
42659
  _a$1);
43706
42660
 
43707
42661
  var getToastTitleAndDescription = function (title) {
@@ -44298,15 +43252,15 @@ function Link$1(_a) {
44298
43252
  children: hasIcon ? (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [hasIcon ? (jsxRuntime.jsx(LinkIcon, { icon: icon, renderIcon: renderIcon })) : null, children] })) : (children),
44299
43253
  }) }));
44300
43254
  }
44301
- return (jsxRuntime.jsx("span", { className: linkClasses, "data-testid": "link-content", "data-cdn-subscriber": true, children: jsxRuntime.jsxs("a", __assign$1({ href: href }, rest, { children: [hasIcon ? jsxRuntime.jsx(LinkIcon, { icon: icon, renderIcon: renderIcon }) : null, children] })) }));
43255
+ return (jsxRuntime.jsx("span", { className: linkClasses, "data-testid": "link-content", "data-cdn-subscriber": true, children: jsxRuntime.jsxs("a", __assign({ href: href }, rest, { children: [hasIcon ? jsxRuntime.jsx(LinkIcon, { icon: icon, renderIcon: renderIcon }) : null, children] })) }));
44302
43256
  }
44303
43257
  function LinkIcon(_a) {
44304
43258
  var icon = _a.icon, renderIcon = _a.renderIcon;
44305
43259
  if (renderIcon) {
44306
- return jsxRuntime.jsx(CustomIcon, { renderIcon: renderIcon, size: "small", color: "info" });
43260
+ return jsxRuntime.jsx(reactIcons.CustomIcon, { renderIcon: renderIcon, size: "small", color: "info" });
44307
43261
  }
44308
43262
  if (icon) {
44309
- return jsxRuntime.jsx(Icon, { icon: icon, size: "small", color: "info" });
43263
+ return jsxRuntime.jsx(reactIcons.Icon, { icon: icon, size: "small", color: "info" });
44310
43264
  }
44311
43265
  return null;
44312
43266
  }
@@ -44988,12 +43942,12 @@ var MAX_VISIBLE_CRUMBS = 3;
44988
43942
 
44989
43943
  function Crumb(_a) {
44990
43944
  var children = _a.children, _b = _a.isLast, isLast = _b === void 0 ? false : _b;
44991
- return (jsxRuntime.jsxs("li", { className: "".concat(PREFIX, "-breadcrumbs__crumb-container"), children: [jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-breadcrumbs__crumb"), children: children }), isLast ? null : jsxRuntime.jsx(Icon, { icon: "chevronRight", size: "small" })] }));
43945
+ return (jsxRuntime.jsxs("li", { className: "".concat(PREFIX, "-breadcrumbs__crumb-container"), children: [jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-breadcrumbs__crumb"), children: children }), isLast ? null : jsxRuntime.jsx(reactIcons.Icon, { icon: "chevronRight", size: "small" })] }));
44992
43946
  }
44993
43947
 
44994
43948
  function ShowMoreCrumbs(_a) {
44995
43949
  var crumbs = _a.crumbs;
44996
- return (jsxRuntime.jsxs($d08ef79370b62062$export$be92b6f5f03c0fe9, { children: [jsxRuntime.jsx($d08ef79370b62062$export$41fb9f06171c75f4, { asChild: true, children: jsxRuntime.jsx("button", { type: "button", className: "".concat(PREFIX, "-breadcrumbs__show-more-btn"), "aria-label": "Show More", children: jsxRuntime.jsx(Icon, { icon: "moreHoriz", size: "small" }) }) }), jsxRuntime.jsx(DropdownMenuContent, { children: crumbs.map(function (crumb) { return (jsxRuntime.jsx(DropdownMenuItem, { asChild: true, children: React.isValidElement(crumb) ? crumb : jsxRuntime.jsx("span", { children: crumb }) }, uuid$1('show-more-crumbs-'))); }) })] }));
43950
+ return (jsxRuntime.jsxs($d08ef79370b62062$export$be92b6f5f03c0fe9, { children: [jsxRuntime.jsx($d08ef79370b62062$export$41fb9f06171c75f4, { asChild: true, children: jsxRuntime.jsx("button", { type: "button", className: "".concat(PREFIX, "-breadcrumbs__show-more-btn"), "aria-label": "Show More", children: jsxRuntime.jsx(reactIcons.Icon, { icon: "moreHoriz", size: "small" }) }) }), jsxRuntime.jsx(DropdownMenuContent, { children: crumbs.map(function (crumb) { return (jsxRuntime.jsx(DropdownMenuItem, { asChild: true, children: React.isValidElement(crumb) ? crumb : jsxRuntime.jsx("span", { children: crumb }) }, uuid$1('show-more-crumbs-'))); }) })] }));
44997
43951
  }
44998
43952
 
44999
43953
  function Breadcrumbs(_a) {
@@ -45077,20 +44031,20 @@ function Badge(_a) {
45077
44031
  _b["".concat(PREFIX, "-badge--is-dot")] = isDot,
45078
44032
  _b));
45079
44033
  if (isDot) {
45080
- return jsxRuntime.jsx("div", __assign$1({ className: badgeClasses }, rest));
44034
+ return jsxRuntime.jsx("div", __assign({ className: badgeClasses }, rest));
45081
44035
  }
45082
44036
  if (isCounter) {
45083
- return (jsxRuntime.jsx("div", __assign$1({ className: badgeClasses }, rest, { children: getCounterValue(counterValue) })));
44037
+ return (jsxRuntime.jsx("div", __assign({ className: badgeClasses }, rest, { children: getCounterValue(counterValue) })));
45084
44038
  }
45085
- return (jsxRuntime.jsxs("div", __assign$1({ className: badgeClasses }, rest, { "data-cdn-subscriber": true, children: [hasIcon ? jsxRuntime.jsx(BadgeIcon, { icon: icon, renderIcon: renderIcon }) : null, children] })));
44039
+ return (jsxRuntime.jsxs("div", __assign({ className: badgeClasses }, rest, { "data-cdn-subscriber": true, children: [hasIcon ? jsxRuntime.jsx(BadgeIcon, { icon: icon, renderIcon: renderIcon }) : null, children] })));
45086
44040
  }
45087
44041
  function BadgeIcon(_a) {
45088
44042
  var icon = _a.icon, renderIcon = _a.renderIcon;
45089
44043
  if (renderIcon) {
45090
- return jsxRuntime.jsx(CustomIcon, { renderIcon: renderIcon, size: "small", color: "white" });
44044
+ return jsxRuntime.jsx(reactIcons.CustomIcon, { renderIcon: renderIcon, size: "small", color: "white" });
45091
44045
  }
45092
44046
  if (icon) {
45093
- return jsxRuntime.jsx(Icon, { icon: icon, size: "small", color: "white" });
44047
+ return jsxRuntime.jsx(reactIcons.Icon, { icon: icon, size: "small", color: "white" });
45094
44048
  }
45095
44049
  return null;
45096
44050
  }
@@ -45121,14 +44075,14 @@ function BannerBase(_a) {
45121
44075
  handleClose();
45122
44076
  }
45123
44077
  }
45124
- return (jsxRuntime.jsx(AnimatePresence, { children: open && (jsxRuntime.jsxs(motion$1.div, { className: bannerClasses, initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 }, style: { top: top, left: left, right: right }, "data-cdn-subscriber": true, "data-testid": "banner-container", children: [!!icon && (jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-banner__icon"), "data-testid": "banner-icon", children: jsxRuntime.jsx(Icon, { icon: icon }) })), jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-banner__message"), children: children }), !!link && (jsxRuntime.jsx(Link$1, { className: "".concat(PREFIX, "-banner__link"), href: link.url, children: link.label })), jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-banner__actions-wrapper"), children: [!!action && (jsxRuntime.jsx(Button, { className: "".concat(PREFIX, "-banner__action"), variant: "text", compact: true, onClick: handleAction, children: action.label })), jsxRuntime.jsx("button", { className: "".concat(PREFIX, "-banner__close"), type: "button", onClick: handleClose, "aria-label": "Close", "data-testid": "banner-button-close", children: jsxRuntime.jsx(Icon, { icon: "close" }) })] })] })) }));
44078
+ return (jsxRuntime.jsx(AnimatePresence, { children: open && (jsxRuntime.jsxs(motion$1.div, { className: bannerClasses, initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 }, style: { top: top, left: left, right: right }, "data-cdn-subscriber": true, "data-testid": "banner-container", children: [!!icon && (jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-banner__icon"), "data-testid": "banner-icon", children: jsxRuntime.jsx(reactIcons.Icon, { icon: icon }) })), jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-banner__message"), children: children }), !!link && (jsxRuntime.jsx(Link$1, { className: "".concat(PREFIX, "-banner__link"), href: link.url, children: link.label })), jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-banner__actions-wrapper"), children: [!!action && (jsxRuntime.jsx(Button, { className: "".concat(PREFIX, "-banner__action"), variant: "text", compact: true, onClick: handleAction, children: action.label })), jsxRuntime.jsx("button", { className: "".concat(PREFIX, "-banner__close"), type: "button", onClick: handleClose, "aria-label": "Close", "data-testid": "banner-button-close", children: jsxRuntime.jsx(reactIcons.Icon, { icon: "close" }) })] })] })) }));
45125
44079
  }
45126
44080
  function Banner(props) {
45127
44081
  var inline = props.inline;
45128
44082
  if (inline) {
45129
- return jsxRuntime.jsx(BannerBase, __assign$1({}, props));
44083
+ return jsxRuntime.jsx(BannerBase, __assign({}, props));
45130
44084
  }
45131
- return ReactDOM.createPortal(jsxRuntime.jsx(BannerBase, __assign$1({}, props)), document.body);
44085
+ return ReactDOM.createPortal(jsxRuntime.jsx(BannerBase, __assign({}, props)), document.body);
45132
44086
  }
45133
44087
 
45134
44088
  var variantIcon = {
@@ -45164,14 +44118,14 @@ function AlertBaseToPortal(_a) {
45164
44118
  setUncontrolledOpen(false);
45165
44119
  }
45166
44120
  }
45167
- return (jsxRuntime.jsx(AnimatePresence, { children: open && (jsxRuntime.jsxs(motion$1.div, { className: alertClasses, initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 }, "data-testid": "alert-container", "data-cdn-subscriber": true, children: [jsxRuntime.jsx("div", { className: alertIconWrapperClasses, children: jsxRuntime.jsx(Icon, { icon: iconName, color: "white" }) }), jsxRuntime.jsxs("div", { className: alertContentWrapperClasses, "data-testid": "alert-content", children: [jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-alert__content"), children: [jsxRuntime.jsx(Typography, { as: "headingSmall", children: title }), jsxRuntime.jsx(Typography, { as: "bodySmall", children: children }), !!link && (jsxRuntime.jsx(Link$1, { className: "".concat(PREFIX, "-alert__link"), href: link.url, children: link.label }))] }), jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-alert__close-wrapper"), children: jsxRuntime.jsx("button", { className: "".concat(PREFIX, "-alert__close"), type: "button", onClick: handleClose, "aria-label": "Close", "data-testid": "alert-button-close", children: jsxRuntime.jsx(Icon, { icon: "close" }) }) })] })] })) }));
44121
+ return (jsxRuntime.jsx(AnimatePresence, { children: open && (jsxRuntime.jsxs(motion$1.div, { className: alertClasses, initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 }, "data-testid": "alert-container", "data-cdn-subscriber": true, children: [jsxRuntime.jsx("div", { className: alertIconWrapperClasses, children: jsxRuntime.jsx(reactIcons.Icon, { icon: iconName, color: "white" }) }), jsxRuntime.jsxs("div", { className: alertContentWrapperClasses, "data-testid": "alert-content", children: [jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-alert__content"), children: [jsxRuntime.jsx(Typography, { as: "headingSmall", children: title }), jsxRuntime.jsx(Typography, { as: "bodySmall", children: children }), !!link && (jsxRuntime.jsx(Link$1, { className: "".concat(PREFIX, "-alert__link"), href: link.url, children: link.label }))] }), jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-alert__close-wrapper"), children: jsxRuntime.jsx("button", { className: "".concat(PREFIX, "-alert__close"), type: "button", onClick: handleClose, "aria-label": "Close", "data-testid": "alert-button-close", children: jsxRuntime.jsx(reactIcons.Icon, { icon: "close" }) }) })] })] })) }));
45168
44122
  }
45169
44123
  function Alert(props) {
45170
44124
  var inline = props.inline;
45171
44125
  if (inline) {
45172
- return jsxRuntime.jsx(AlertBaseToPortal, __assign$1({}, props));
44126
+ return jsxRuntime.jsx(AlertBaseToPortal, __assign({}, props));
45173
44127
  }
45174
- return ReactDOM.createPortal(jsxRuntime.jsx(AlertBaseToPortal, __assign$1({}, props)), document.body);
44128
+ return ReactDOM.createPortal(jsxRuntime.jsx(AlertBaseToPortal, __assign({}, props)), document.body);
45175
44129
  }
45176
44130
 
45177
44131
  // ::- Persistent data structure representing an ordered mapping from
@@ -66098,7 +65052,7 @@ function getExpandedFallbackPlacements(placement) {
66098
65052
  return [getOppositeVariationPlacement(placement), oppositePlacement, getOppositeVariationPlacement(oppositePlacement)];
66099
65053
  }
66100
65054
 
66101
- function flip(_ref) {
65055
+ function flip$1(_ref) {
66102
65056
  var state = _ref.state,
66103
65057
  options = _ref.options,
66104
65058
  name = _ref.name;
@@ -66218,11 +65172,11 @@ function flip(_ref) {
66218
65172
  } // eslint-disable-next-line import/no-unused-modules
66219
65173
 
66220
65174
 
66221
- var flip$1 = {
65175
+ var flip$2 = {
66222
65176
  name: 'flip',
66223
65177
  enabled: true,
66224
65178
  phase: 'main',
66225
- fn: flip,
65179
+ fn: flip$1,
66226
65180
  requiresIfExists: ['offset'],
66227
65181
  data: {
66228
65182
  _skip: false
@@ -66983,7 +65937,7 @@ function popperGenerator(generatorOptions) {
66983
65937
  };
66984
65938
  }
66985
65939
 
66986
- var defaultModifiers = [eventListeners, popperOffsets$1, computeStyles$1, applyStyles$1, offset$1, flip$1, preventOverflow$1, arrow$2, hide$1];
65940
+ var defaultModifiers = [eventListeners, popperOffsets$1, computeStyles$1, applyStyles$1, offset$1, flip$2, preventOverflow$1, arrow$2, hide$1];
66987
65941
  var createPopper = /*#__PURE__*/popperGenerator({
66988
65942
  defaultModifiers: defaultModifiers
66989
65943
  }); // eslint-disable-next-line import/no-unused-modules
@@ -71868,7 +70822,7 @@ function BubbleDropdown(_a) {
71868
70822
 
71869
70823
  function BubbleDropdownItem(_a) {
71870
70824
  var children = _a.children, rest = __rest(_a, ["children"]);
71871
- return (jsxRuntime.jsx("button", __assign$1({ type: "button", className: "".concat(PREFIX, "-dropdown-menu__item") }, rest, { children: children })));
70825
+ return (jsxRuntime.jsx("button", __assign({ type: "button", className: "".concat(PREFIX, "-dropdown-menu__item") }, rest, { children: children })));
71872
70826
  }
71873
70827
 
71874
70828
  function BackgroundColorSelector(_a) {
@@ -72111,7 +71065,7 @@ function TimelineDot(_a) {
72111
71065
  _c["".concat(PREFIX, "-timeline__dot--active")] = active && !variant,
72112
71066
  _c["".concat(PREFIX, "-timeline__dot--").concat(variant)] = variant,
72113
71067
  _c));
72114
- return (jsxRuntime.jsx("div", { className: timelineDotWrapperClasses, "data-testid": "timeline-dot-container", children: jsxRuntime.jsx("button", { type: "button", onClick: handleClick, className: "".concat(PREFIX, "-timeline__dot-wrapper"), "data-testid": "timeline-button-dot", children: jsxRuntime.jsxs("div", { className: timelineDotClasses, "data-testid": "timeline-dot-content", children: [!!dotNumber && (jsxRuntime.jsx("p", { className: "".concat(PREFIX, "-timeline__dot--number"), children: dotNumber })), !!icon && (jsxRuntime.jsx(Icon, { icon: icon, size: "small", color: active ? 'primary' : 'disabled' }))] }) }) }));
71068
+ return (jsxRuntime.jsx("div", { className: timelineDotWrapperClasses, "data-testid": "timeline-dot-container", children: jsxRuntime.jsx("button", { type: "button", onClick: handleClick, className: "".concat(PREFIX, "-timeline__dot-wrapper"), "data-testid": "timeline-button-dot", children: jsxRuntime.jsxs("div", { className: timelineDotClasses, "data-testid": "timeline-dot-content", children: [!!dotNumber && (jsxRuntime.jsx("p", { className: "".concat(PREFIX, "-timeline__dot--number"), children: dotNumber })), !!icon && (jsxRuntime.jsx(reactIcons.Icon, { icon: icon, size: "small", color: active ? 'primary' : 'disabled' }))] }) }) }));
72115
71069
  }
72116
71070
 
72117
71071
  function dateToTime(date) {
@@ -72142,7 +71096,7 @@ function TimelineRight(_a) {
72142
71096
  function handleToggleAccordion() {
72143
71097
  setShow(function (prevValue) { return !prevValue; });
72144
71098
  }
72145
- return (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs("button", { type: "button", onClick: handleToggleAccordion, className: "".concat(PREFIX, "-timeline__accordion"), "data-testid": "timeline-button-accordion", children: [jsxRuntime.jsx("p", { className: "".concat(PREFIX, "-timeline__title"), children: title }), show && jsxRuntime.jsx(Icon, { icon: "expandLess", size: "small", color: "default" })] }), jsxRuntime.jsx(AnimatePresence, { children: show && (jsxRuntime.jsxs(motion$1.div, { initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 }, className: "".concat(PREFIX, "-timeline__description"), children: [jsxRuntime.jsx("p", { className: "".concat(PREFIX, "-timeline__description"), children: description }), children] })) })] }));
71099
+ return (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs("button", { type: "button", onClick: handleToggleAccordion, className: "".concat(PREFIX, "-timeline__accordion"), "data-testid": "timeline-button-accordion", children: [jsxRuntime.jsx("p", { className: "".concat(PREFIX, "-timeline__title"), children: title }), show && jsxRuntime.jsx(reactIcons.Icon, { icon: "expandLess", size: "small", color: "default" })] }), jsxRuntime.jsx(AnimatePresence, { children: show && (jsxRuntime.jsxs(motion$1.div, { initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 }, className: "".concat(PREFIX, "-timeline__description"), children: [jsxRuntime.jsx("p", { className: "".concat(PREFIX, "-timeline__description"), children: description }), children] })) })] }));
72146
71100
  }
72147
71101
 
72148
71102
  var Timeline = {
@@ -72307,7 +71261,7 @@ function Avatar(_a) {
72307
71261
  type: 'button',
72308
71262
  }
72309
71263
  : {};
72310
- return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(Tooltip$1, { arrow: true, align: "center", position: "bottom", message: name, children: jsxRuntime.jsxs("div", { className: avatarClasses, "data-cdn-subscriber": true, children: [jsxRuntime.jsx(AvatarComponent, __assign$1({ className: avatarContainerClasses }, avatarComponentProps, { children: jsxRuntime.jsx(AvatarImage, { name: name, src: src }) })), status && jsxRuntime.jsx("div", { className: avatarStatusClasses })] }) }), jsxRuntime.jsx(motion$1.div, { className: avatarChildrenContainerClasses, initial: { opacity: openValue ? 1 : 0 }, animate: { opacity: openValue ? 1 : 0 }, children: children })] }));
71264
+ return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(Tooltip$1, { arrow: true, align: "center", position: "bottom", message: name, children: jsxRuntime.jsxs("div", { className: avatarClasses, "data-cdn-subscriber": true, children: [jsxRuntime.jsx(AvatarComponent, __assign({ className: avatarContainerClasses }, avatarComponentProps, { children: jsxRuntime.jsx(AvatarImage, { name: name, src: src }) })), status && jsxRuntime.jsx("div", { className: avatarStatusClasses })] }) }), jsxRuntime.jsx(motion$1.div, { className: avatarChildrenContainerClasses, initial: { opacity: openValue ? 1 : 0 }, animate: { opacity: openValue ? 1 : 0 }, children: children })] }));
72311
71265
  }
72312
71266
 
72313
71267
  function StepComponent(_a) {
@@ -72319,12 +71273,12 @@ function StepperIcon(_a) {
72319
71273
  var completed = _a.completed, index = _a.index, currentIndex = _a.currentIndex, disabled = _a.disabled;
72320
71274
  var isCurrent = currentIndex === index;
72321
71275
  if (isCurrent && !completed) {
72322
- return (jsxRuntime.jsx(Icon, { icon: "circleProgress", size: "small", color: disabled ? 'disabled' : 'primary' }));
71276
+ return (jsxRuntime.jsx(reactIcons.Icon, { icon: "circleProgress", size: "small", color: disabled ? 'disabled' : 'primary' }));
72323
71277
  }
72324
71278
  if (completed) {
72325
- return (jsxRuntime.jsx(Icon, { icon: "checkCircle", size: "small", color: disabled ? 'disabled' : 'primary' }));
71279
+ return (jsxRuntime.jsx(reactIcons.Icon, { icon: "checkCircle", size: "small", color: disabled ? 'disabled' : 'primary' }));
72326
71280
  }
72327
- return (jsxRuntime.jsx(Icon, { icon: "circleDash", size: "small", color: disabled ? 'disabled' : 'default' }));
71281
+ return (jsxRuntime.jsx(reactIcons.Icon, { icon: "circleDash", size: "small", color: disabled ? 'disabled' : 'default' }));
72328
71282
  }
72329
71283
 
72330
71284
  function StepperLabel(_a) {
@@ -72411,7 +71365,7 @@ function CardActions(_a) {
72411
71365
  return null;
72412
71366
  if (secondaryAction && !primaryAction)
72413
71367
  throw new Error('Para utilizar uma "secondaryAction é necessário informar uma "primaryAction"!');
72414
- return (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-card__actions"), children: [secondaryAction && (jsxRuntime.jsx(Button, __assign$1({ className: "".concat(PREFIX, "-card__action--secondary") }, secondaryAction, { children: secondaryAction.label }))), primaryAction && (jsxRuntime.jsx(Button, __assign$1({ className: "".concat(PREFIX, "-card__action--primary") }, primaryAction, { children: primaryAction.label })))] }));
71368
+ return (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-card__actions"), children: [secondaryAction && (jsxRuntime.jsx(Button, __assign({ className: "".concat(PREFIX, "-card__action--secondary") }, secondaryAction, { children: secondaryAction.label }))), primaryAction && (jsxRuntime.jsx(Button, __assign({ className: "".concat(PREFIX, "-card__action--primary") }, primaryAction, { children: primaryAction.label })))] }));
72415
71369
  }
72416
71370
 
72417
71371
  function CardContent(_a) {
@@ -72443,7 +71397,7 @@ function CardImage(_a) {
72443
71397
  }
72444
71398
 
72445
71399
  function CardTag(props) {
72446
- return (jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-card__tag-container"), "data-testid": "card-tag-container", children: jsxRuntime.jsx(Tag, __assign$1({}, props)) }));
71400
+ return (jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-card__tag-container"), "data-testid": "card-tag-container", children: jsxRuntime.jsx(Tag, __assign({}, props)) }));
72447
71401
  }
72448
71402
 
72449
71403
  function Card(_a) {
@@ -72485,7 +71439,7 @@ function TotalCardActions(_a) {
72485
71439
  }
72486
71440
  if (!showActions)
72487
71441
  return null;
72488
- return (jsxRuntime.jsx("div", { ref: containerRef, className: "".concat(PREFIX, "-total-card__actions-container"), children: jsxRuntime.jsx("div", { className: moreOptionsClasses, children: jsxRuntime.jsx(DropdownMenu, { icon: "moreHoriz", containerRef: containerRef, open: open, onOpenChange: handleOpenChange, children: jsxRuntime.jsxs(DropdownMenu.Content, { children: [showOpenDescription && (jsxRuntime.jsxs(DropdownMenu.Item, { onSelect: onOpenDescription, children: [jsxRuntime.jsx(Icon, { icon: "help" }), "Descri\u00E7\u00E3o do Valor"] })), showUpdateData && (jsxRuntime.jsxs(DropdownMenu.Item, { onSelect: handleUpdateData, children: [jsxRuntime.jsx(DropdownMenu.Icon, { icon: "history" }), jsxRuntime.jsx(DropdownMenu.Text, { children: "Atualizar dados" })] })), options === null || options === void 0 ? void 0 : options.map(function (_a) {
71442
+ return (jsxRuntime.jsx("div", { ref: containerRef, className: "".concat(PREFIX, "-total-card__actions-container"), children: jsxRuntime.jsx("div", { className: moreOptionsClasses, children: jsxRuntime.jsx(DropdownMenu, { icon: "moreHoriz", containerRef: containerRef, open: open, onOpenChange: handleOpenChange, children: jsxRuntime.jsxs(DropdownMenu.Content, { children: [showOpenDescription && (jsxRuntime.jsxs(DropdownMenu.Item, { onSelect: onOpenDescription, children: [jsxRuntime.jsx(reactIcons.Icon, { icon: "help" }), "Descri\u00E7\u00E3o do Valor"] })), showUpdateData && (jsxRuntime.jsxs(DropdownMenu.Item, { onSelect: handleUpdateData, children: [jsxRuntime.jsx(DropdownMenu.Icon, { icon: "history" }), jsxRuntime.jsx(DropdownMenu.Text, { children: "Atualizar dados" })] })), options === null || options === void 0 ? void 0 : options.map(function (_a) {
72489
71443
  var label = _a.label, onSelect = _a.onSelect, icon = _a.icon;
72490
71444
  return (jsxRuntime.jsxs(DropdownMenu.Item, { onSelect: onSelect, children: [icon && jsxRuntime.jsx(DropdownMenu.Icon, { icon: icon }), jsxRuntime.jsx(DropdownMenu.Text, { children: label })] }));
72491
71445
  })] }) }) }) }));
@@ -72498,7 +71452,7 @@ function TotalCardContent(_a) {
72498
71452
  _b["".concat(PREFIX, "-total-card__icon")] = true,
72499
71453
  _b["".concat(PREFIX, "-total-card__icon--").concat(variant)] = !!variant,
72500
71454
  _b));
72501
- return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card__text-container"), children: [jsxRuntime.jsx("div", { className: totalCardIconClasses, "data-testid": "total-card-icon", children: jsxRuntime.jsx(Icon, { icon: icon, color: variant }) }), jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-total-card__title-container"), children: jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-total-card__title"), children: title }) })] }), jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card__values-container"), children: [jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-total-card__value"), children: value }), jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-total-card__sub-value"), children: subValue })] })] }));
71455
+ return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card__text-container"), children: [jsxRuntime.jsx("div", { className: totalCardIconClasses, "data-testid": "total-card-icon", children: jsxRuntime.jsx(reactIcons.Icon, { icon: icon, color: variant }) }), jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-total-card__title-container"), children: jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-total-card__title"), children: title }) })] }), jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card__values-container"), children: [jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-total-card__value"), children: value }), jsxRuntime.jsx("span", { className: "".concat(PREFIX, "-total-card__sub-value"), children: subValue })] })] }));
72502
71456
  }
72503
71457
 
72504
71458
  function TotalCardDescription(_a) {
@@ -72538,7 +71492,7 @@ function TotalCardMetrics(_a) {
72538
71492
  _c["".concat(PREFIX, "-total-card__metrics-trending")] = true,
72539
71493
  _c["".concat(PREFIX, "-total-card__metrics-trending--").concat(type)] = !!type,
72540
71494
  _c));
72541
- return (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card__metrics-container"), children: [loading && (jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-total-card__metrics-skeleton"), "data-testid": "total-card-metrics-skeleton", children: jsxRuntime.jsx(Skeleton, { width: 180, height: 16 }) })), showTrending && (jsxRuntime.jsxs("div", { className: totalCardMetricsTrendingClasses, "data-testid": "total-card-metrics-trending", children: [jsxRuntime.jsx(Icon, { icon: icon, className: totalCardMetricsIconClasses, color: iconColor }), jsxRuntime.jsx("span", { children: "".concat(percent, "% em ").concat(getMetricDaysDescription(days)) })] }))] }));
71495
+ return (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card__metrics-container"), children: [loading && (jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-total-card__metrics-skeleton"), "data-testid": "total-card-metrics-skeleton", children: jsxRuntime.jsx(Skeleton, { width: 180, height: 16 }) })), showTrending && (jsxRuntime.jsxs("div", { className: totalCardMetricsTrendingClasses, "data-testid": "total-card-metrics-trending", children: [jsxRuntime.jsx(reactIcons.Icon, { icon: icon, className: totalCardMetricsIconClasses, color: iconColor }), jsxRuntime.jsx("span", { children: "".concat(percent, "% em ").concat(getMetricDaysDescription(days)) })] }))] }));
72542
71496
  }
72543
71497
 
72544
71498
  function TotalCardSkeleton() {
@@ -72587,13 +71541,13 @@ function TotalCard(_a) {
72587
71541
  _b["".concat(PREFIX, "-total-card__container")] = true,
72588
71542
  _b["".concat(PREFIX, "-total-card__color-line--").concat(variant)] = !!variant,
72589
71543
  _b));
72590
- return (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card"), "data-testid": "total-card", "data-cdn-subscriber": true, children: [jsxRuntime.jsx("div", { className: totalCardContainerClasses, children: loading ? (jsxRuntime.jsx(TotalCardSkeleton, {})) : (jsxRuntime.jsx(TotalCardContent, { title: title, value: value, subValue: subValue, icon: icon, variant: variant })) }), jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card__information-container"), children: [jsxRuntime.jsx(TotalCardMetrics, __assign$1({}, metric, { loading: loading })), jsxRuntime.jsx(TotalCardActions, { onUpdateCardData: onUpdateCardData, options: moreOptions, showOpenDescription: !!children, onOpenDescription: handleOpenDescription })] }), jsxRuntime.jsx(TotalCardDescription, { onClose: handleCloseDescription, open: openDescription, title: title, children: children })] }));
71544
+ return (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card"), "data-testid": "total-card", "data-cdn-subscriber": true, children: [jsxRuntime.jsx("div", { className: totalCardContainerClasses, children: loading ? (jsxRuntime.jsx(TotalCardSkeleton, {})) : (jsxRuntime.jsx(TotalCardContent, { title: title, value: value, subValue: subValue, icon: icon, variant: variant })) }), jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-total-card__information-container"), children: [jsxRuntime.jsx(TotalCardMetrics, __assign({}, metric, { loading: loading })), jsxRuntime.jsx(TotalCardActions, { onUpdateCardData: onUpdateCardData, options: moreOptions, showOpenDescription: !!children, onOpenDescription: handleOpenDescription })] }), jsxRuntime.jsx(TotalCardDescription, { onClose: handleCloseDescription, open: openDescription, title: title, children: children })] }));
72591
71545
  }
72592
71546
  TotalCard.Group = TotalCardGroup;
72593
71547
 
72594
71548
  function Dialog(_a) {
72595
71549
  var onOpenChange = _a.onOpenChange, open = _a.open, children = _a.children, showDontShowAgain = _a.showDontShowAgain, onDontShowAgainChange = _a.onDontShowAgainChange, rest = __rest(_a, ["onOpenChange", "open", "children", "showDontShowAgain", "onDontShowAgainChange"]);
72596
- return (jsxRuntime.jsx(Modal, { onOpenChange: onOpenChange, open: open, children: jsxRuntime.jsx(Modal.ContentWrapper, __assign$1({ isDraggable: false }, rest, { children: jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [children, showDontShowAgain && (jsxRuntime.jsx(Checkbox$1, { label: "N\u00E3o mostrar novamente at\u00E9 a pr\u00F3xima sess\u00E3o", onCheckedChange: onDontShowAgainChange }))] }) })) }));
71550
+ return (jsxRuntime.jsx(Modal, { onOpenChange: onOpenChange, open: open, children: jsxRuntime.jsx(Modal.ContentWrapper, __assign({ isDraggable: false }, rest, { children: jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [children, showDontShowAgain && (jsxRuntime.jsx(Checkbox$1, { label: "N\u00E3o mostrar novamente at\u00E9 a pr\u00F3xima sess\u00E3o", onCheckedChange: onDontShowAgainChange }))] }) })) }));
72597
71551
  }
72598
71552
 
72599
71553
  var SatisfactionRatingEnum;
@@ -72636,7 +71590,7 @@ function StarRatingButton(_a) {
72636
71590
  _b["".concat(PREFIX, "-rating__button")] = true,
72637
71591
  _b["".concat(PREFIX, "-rating__button--disabled")] = readOnly,
72638
71592
  _b));
72639
- return (jsxRuntime.jsx("button", { type: "button", "aria-label": "rating star button ".concat(selfRating), className: buttonClasses, onMouseEnter: function () { return setTemporaryRating(selfRating); }, onMouseLeave: function () { return setTemporaryRating(); }, onClick: function () { return onClick === null || onClick === void 0 ? void 0 : onClick(selfRating); }, disabled: readOnly, "data-testid": "rating star button ".concat(selfRating), children: jsxRuntime.jsx(Icon, { icon: "favoriteFill", color: color }) }));
71593
+ return (jsxRuntime.jsx("button", { type: "button", "aria-label": "rating star button ".concat(selfRating), className: buttonClasses, onMouseEnter: function () { return setTemporaryRating(selfRating); }, onMouseLeave: function () { return setTemporaryRating(); }, onClick: function () { return onClick === null || onClick === void 0 ? void 0 : onClick(selfRating); }, disabled: readOnly, "data-testid": "rating star button ".concat(selfRating), children: jsxRuntime.jsx(reactIcons.Icon, { icon: "favoriteFill", color: color }) }));
72640
71594
  }
72641
71595
 
72642
71596
  var SimpleRatingEnum;
@@ -72663,7 +71617,7 @@ function RatingButton$1(_a) {
72663
71617
  _b["".concat(PREFIX, "-rating__button")] = true,
72664
71618
  _b["".concat(PREFIX, "-rating__button--disabled")] = readOnly,
72665
71619
  _b));
72666
- return (jsxRuntime.jsx("button", __assign$1({ type: "button", "aria-label": "simple rating button ".concat(icon), className: buttonClasses }, rest, { onMouseEnter: function () { return setFocused(true); }, onMouseLeave: function () { return setFocused(false); }, disabled: readOnly, "data-testid": "button ".concat(icon), children: jsxRuntime.jsx(Icon, { icon: icon, color: color }) })));
71620
+ return (jsxRuntime.jsx("button", __assign({ type: "button", "aria-label": "simple rating button ".concat(icon), className: buttonClasses }, rest, { onMouseEnter: function () { return setFocused(true); }, onMouseLeave: function () { return setFocused(false); }, disabled: readOnly, "data-testid": "button ".concat(icon), children: jsxRuntime.jsx(reactIcons.Icon, { icon: icon, color: color }) })));
72667
71621
  }
72668
71622
 
72669
71623
  function SatisfactionRating(_a) {
@@ -72691,7 +71645,7 @@ function RatingButton(_a) {
72691
71645
  _b["".concat(PREFIX, "-rating__button")] = true,
72692
71646
  _b["".concat(PREFIX, "-rating__button--disabled")] = readOnly,
72693
71647
  _b));
72694
- return (jsxRuntime.jsx("button", __assign$1({ type: "button", "aria-label": "rating satisfaction button ".concat(icon), className: buttonClasses }, rest, { onMouseEnter: function () { return setFocused(true); }, onMouseLeave: function () { return setFocused(false); }, disabled: readOnly, "data-testid": "button ".concat(icon), children: jsxRuntime.jsx(Icon, { icon: icon, color: color }) })));
71648
+ return (jsxRuntime.jsx("button", __assign({ type: "button", "aria-label": "rating satisfaction button ".concat(icon), className: buttonClasses }, rest, { onMouseEnter: function () { return setFocused(true); }, onMouseLeave: function () { return setFocused(false); }, disabled: readOnly, "data-testid": "button ".concat(icon), children: jsxRuntime.jsx(reactIcons.Icon, { icon: icon, color: color }) })));
72695
71649
  }
72696
71650
 
72697
71651
  function NumericRating(_a) {
@@ -72721,7 +71675,7 @@ function NumericRatingButton(_a) {
72721
71675
  }
72722
71676
 
72723
71677
  function Rating(props) {
72724
- return jsxRuntime.jsx(StarRating, __assign$1({}, props));
71678
+ return jsxRuntime.jsx(StarRating, __assign({}, props));
72725
71679
  }
72726
71680
  Rating.Simple = SimpleRating;
72727
71681
  Rating.Satisfaction = SatisfactionRating;
@@ -72890,7 +71844,7 @@ function TabsItem(_a) {
72890
71844
  var _b = useTabs(), activeTabValue = _b.activeTabValue, containerRef = _b.containerRef;
72891
71845
  var color = activeTabValue === value ? 'primary' : 'default';
72892
71846
  var hasTooltip = !!description;
72893
- return (jsxRuntime.jsx($69cb30bb0017df05$export$41fb9f06171c75f4, { id: value, value: value, className: "".concat(PREFIX, "-tabs__item"), disabled: disabled, "data-testid": "tabs-item", children: hasTooltip ? (jsxRuntime.jsx(Tooltip$1, { message: description, containerRef: containerRef, children: jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-tabs__item-content"), children: [!!icon && jsxRuntime.jsx(Icon, { icon: icon, color: color }), children] }) })) : (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-tabs__item-content"), children: [!!icon && jsxRuntime.jsx(Icon, { icon: icon, color: color }), children] })) }));
71847
+ return (jsxRuntime.jsx($69cb30bb0017df05$export$41fb9f06171c75f4, { id: value, value: value, className: "".concat(PREFIX, "-tabs__item"), disabled: disabled, "data-testid": "tabs-item", children: hasTooltip ? (jsxRuntime.jsx(Tooltip$1, { message: description, containerRef: containerRef, children: jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-tabs__item-content"), children: [!!icon && jsxRuntime.jsx(reactIcons.Icon, { icon: icon, color: color }), children] }) })) : (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-tabs__item-content"), children: [!!icon && jsxRuntime.jsx(reactIcons.Icon, { icon: icon, color: color }), children] })) }));
72894
71848
  }
72895
71849
 
72896
71850
  function TabsHeader(_a) {
@@ -73006,7 +71960,7 @@ function FileUploadInputArea(_a) {
73006
71960
  _b["".concat(CSS_PREFIX$6, "__upload-container")] = true,
73007
71961
  _b["".concat(CSS_PREFIX$6, "__upload-container--active")] = isActive,
73008
71962
  _b));
73009
- return (jsxRuntime.jsxs(motion$1.div, { layout: true, ref: drop, className: uploadAreaClassNames, children: [enabledPickFiles && (jsxRuntime.jsxs(motion$1.div, { layout: true, className: "".concat(CSS_PREFIX$6, "__upload-description"), children: [jsxRuntime.jsx(Icon, { icon: "upload", size: "large" }), jsxRuntime.jsx(Button, { variant: "text", compact: true, onClick: handleOpenFilePicker, children: "Procurar arquivos" }), jsxRuntime.jsx("input", { ref: inputRef, type: "file", multiple: true, style: { display: 'none' }, accept: acceptFileTypes, onChange: handleFileInputChange, "data-testid": "file-upload-input" }), jsxRuntime.jsx("span", { className: "".concat(CSS_PREFIX$6, "__upload-label"), children: "ou arraste arquivos e solte aqui" })] })), children] }));
71963
+ return (jsxRuntime.jsxs(motion$1.div, { layout: true, ref: drop, className: uploadAreaClassNames, children: [enabledPickFiles && (jsxRuntime.jsxs(motion$1.div, { layout: true, className: "".concat(CSS_PREFIX$6, "__upload-description"), children: [jsxRuntime.jsx(reactIcons.Icon, { icon: "upload", size: "large" }), jsxRuntime.jsx(Button, { variant: "text", compact: true, onClick: handleOpenFilePicker, children: "Procurar arquivos" }), jsxRuntime.jsx("input", { ref: inputRef, type: "file", multiple: true, style: { display: 'none' }, accept: acceptFileTypes, onChange: handleFileInputChange, "data-testid": "file-upload-input" }), jsxRuntime.jsx("span", { className: "".concat(CSS_PREFIX$6, "__upload-label"), children: "ou arraste arquivos e solte aqui" })] })), children] }));
73010
71964
  }
73011
71965
 
73012
71966
  function formatFileSize(fileSize) {
@@ -73028,7 +71982,7 @@ function getFileListArray(_a) {
73028
71982
  var files = _a.files, selectedFilesCount = _a.selectedFilesCount, maxFiles = _a.maxFiles, rest = __rest(_a, ["files", "selectedFilesCount", "maxFiles"]);
73029
71983
  var fileList = files.map(function (file) { return ({
73030
71984
  file: file,
73031
- error: getFileError(__assign$1(__assign$1({}, rest), { file: file })),
71985
+ error: getFileError(__assign(__assign({}, rest), { file: file })),
73032
71986
  extension: getFileExtension(file.name),
73033
71987
  uploaded: false,
73034
71988
  loading: true,
@@ -73054,7 +72008,7 @@ function getFilesWithMaxFilesValidation(files, selectedFilesCount, maxFiles) {
73054
72008
  if (maxFiles === void 0) { maxFiles = Infinity; }
73055
72009
  var filesWithoutError = files.filter(function (file) { return !file.error; });
73056
72010
  var filesWithError = files.filter(function (file) { return !!file.error; });
73057
- var filesWithMaxFilesValidated = filesWithoutError.map(function (file, index) { return (__assign$1(__assign$1({}, file), { error: index + selectedFilesCount >= maxFiles
72011
+ var filesWithMaxFilesValidated = filesWithoutError.map(function (file, index) { return (__assign(__assign({}, file), { error: index + selectedFilesCount >= maxFiles
73058
72012
  ? FILE_ERROR.LIMIT_EXCEEDED
73059
72013
  : undefined })); });
73060
72014
  return __spreadArray(__spreadArray([], filesWithMaxFilesValidated, true), filesWithError, true);
@@ -73149,7 +72103,7 @@ function FileUploadItem(_a) {
73149
72103
  function handleRetryUpload() {
73150
72104
  onRetryUpload(file);
73151
72105
  }
73152
- return (jsxRuntime.jsxs(motion$1.div, { layout: true, className: fileClasses, onMouseEnter: function () { return handleHoverOnError(true); }, onMouseLeave: function () { return handleHoverOnError(false); }, children: [jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$6, "__file-description-wrapper"), children: [jsxRuntime.jsx(Tooltip$1, { message: name, children: jsxRuntime.jsx(Typography, { as: "headingSmall", className: fileNameClassNames, children: name }) }), jsxRuntime.jsxs(Typography, { as: "subheadingSmall", children: [formatFileSize(size), " ", extension] })] }), jsxRuntime.jsxs("div", { className: actionsContainerClassNames, children: [loading && jsxRuntime.jsx(ItemLoader, {}), showStatusIcon && jsxRuntime.jsx(Icon, { icon: iconName, color: iconColor }), showDeleteBtn && (jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$6, "__file-action--delete"), children: jsxRuntime.jsx(IconButton, { icon: "delete", onClick: handleDelete, color: deleteIconColor }) })), showRetryBtn && (jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$6, "__file-action--retry"), children: jsxRuntime.jsx(IconButton, { icon: "refresh", onClick: handleRetryUpload, color: "danger" }) }))] })] }));
72106
+ return (jsxRuntime.jsxs(motion$1.div, { layout: true, className: fileClasses, onMouseEnter: function () { return handleHoverOnError(true); }, onMouseLeave: function () { return handleHoverOnError(false); }, children: [jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$6, "__file-description-wrapper"), children: [jsxRuntime.jsx(Tooltip$1, { message: name, children: jsxRuntime.jsx(Typography, { as: "headingSmall", className: fileNameClassNames, children: name }) }), jsxRuntime.jsxs(Typography, { as: "subheadingSmall", children: [formatFileSize(size), " ", extension] })] }), jsxRuntime.jsxs("div", { className: actionsContainerClassNames, children: [loading && jsxRuntime.jsx(ItemLoader, {}), showStatusIcon && jsxRuntime.jsx(reactIcons.Icon, { icon: iconName, color: iconColor }), showDeleteBtn && (jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$6, "__file-action--delete"), children: jsxRuntime.jsx(IconButton, { icon: "delete", onClick: handleDelete, color: deleteIconColor }) })), showRetryBtn && (jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$6, "__file-action--retry"), children: jsxRuntime.jsx(IconButton, { icon: "refresh", onClick: handleRetryUpload, color: "danger" }) }))] })] }));
73153
72107
  }
73154
72108
  function ItemLoader() {
73155
72109
  return (jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$6, "__file-loader-container"), children: jsxRuntime.jsx(Loader, { className: "".concat(CSS_PREFIX$6, "__loader") }) }));
@@ -73171,7 +72125,7 @@ function useUpload(_a) {
73171
72125
  case 0:
73172
72126
  formData = new FormData();
73173
72127
  formData.append("file", file.file);
73174
- config = __assign$1({ method: 'POST', body: formData }, requestConfig);
72128
+ config = __assign({ method: 'POST', body: formData }, requestConfig);
73175
72129
  _a.label = 1;
73176
72130
  case 1:
73177
72131
  _a.trys.push([1, 4, , 5]);
@@ -73215,7 +72169,7 @@ function FileUploadProvider(_a) {
73215
72169
  var enabledPickFiles = getTotalSelectedValidFiles() < (maxFiles || Infinity);
73216
72170
  var handleUpload = useUpload({ url: url, requestConfig: requestConfig }).handleUpload;
73217
72171
  React.useEffect(function () {
73218
- var uploadedItems = uploadedFiles.map(function (item) { return (__assign$1(__assign$1({}, item), { file: { name: item.file.file.name, extension: item.file.extension } })); });
72172
+ var uploadedItems = uploadedFiles.map(function (item) { return (__assign(__assign({}, item), { file: { name: item.file.file.name, extension: item.file.extension } })); });
73219
72173
  onUploadFiles(uploadedItems);
73220
72174
  }, [onUploadFiles, uploadedFiles]);
73221
72175
  var pushOrUpdateControlledFiles = React.useCallback(function (controlledFiles) {
@@ -73252,7 +72206,7 @@ function FileUploadProvider(_a) {
73252
72206
  function updateFile(fileItem) {
73253
72207
  setFiles(function (currentFiles) {
73254
72208
  return currentFiles.map(function (file) {
73255
- return file.file.name === fileItem.file.name ? __assign$1(__assign$1({}, file), fileItem) : file;
72209
+ return file.file.name === fileItem.file.name ? __assign(__assign({}, file), fileItem) : file;
73256
72210
  });
73257
72211
  });
73258
72212
  }
@@ -73296,11 +72250,11 @@ function FileUploadProvider(_a) {
73296
72250
  return __generator(this, function (_a) {
73297
72251
  switch (_a.label) {
73298
72252
  case 0:
73299
- updateFile(__assign$1(__assign$1({}, fileItem), { loading: true, error: undefined }));
72253
+ updateFile(__assign(__assign({}, fileItem), { loading: true, error: undefined }));
73300
72254
  return [4 /*yield*/, handleUpload(fileItem)];
73301
72255
  case 1:
73302
72256
  uploadedFile = _a.sent();
73303
- updateFile(__assign$1(__assign$1({}, fileItem), { uploaded: !uploadedFile.error, loading: false, error: uploadedFile.error ? FILE_ERROR.UPLOAD : undefined }));
72257
+ updateFile(__assign(__assign({}, fileItem), { uploaded: !uploadedFile.error, loading: false, error: uploadedFile.error ? FILE_ERROR.UPLOAD : undefined }));
73304
72258
  pushOrUpdateUploadedFiles([uploadedFile]);
73305
72259
  return [2 /*return*/];
73306
72260
  }
@@ -73322,7 +72276,7 @@ function FileUploadProvider(_a) {
73322
72276
  case 0: return [4 /*yield*/, handleUpload(file)];
73323
72277
  case 1:
73324
72278
  uploadedFile = _a.sent();
73325
- updateFile(__assign$1(__assign$1({}, file), { uploaded: !uploadedFile.error, loading: false, error: uploadedFile.error ? FILE_ERROR.UPLOAD : undefined }));
72279
+ updateFile(__assign(__assign({}, file), { uploaded: !uploadedFile.error, loading: false, error: uploadedFile.error ? FILE_ERROR.UPLOAD : undefined }));
73326
72280
  return [2 /*return*/, uploadedFile];
73327
72281
  }
73328
72282
  });
@@ -73358,10 +72312,10 @@ function FileUploadProvider(_a) {
73358
72312
  function FileUploadComponent(_a) {
73359
72313
  var _b = _a.title, title = _b === void 0 ? 'Carregar arquivos' : _b, _c = _a.maxSizeUnity, maxSizeUnity = _c === void 0 ? 'MB' : _c, maxSize = _a.maxSize, accept = _a.accept, maxFiles = _a.maxFiles, description = _a.description, className = _a.className, style = _a.style, widthProp = _a.width;
73360
72314
  var _d = useFileUpload(), files = _d.files, handleAddFiles = _d.handleAddFiles, handleDeleteFile = _d.handleDeleteFile, enabledPickFiles = _d.enabledPickFiles, handleRetryFileUpload = _d.handleRetryFileUpload, handleClearInvalidFiles = _d.handleClearInvalidFiles;
73361
- return (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$6, " ").concat(className), style: __assign$1(__assign$1({}, style), (widthProp ? { width: widthProp } : {})), "data-cdn-subscriber": true, children: [jsxRuntime.jsx(FileUploadHeader, { files: files, onClearErrors: handleClearInvalidFiles, accept: accept, description: description, maxSize: maxSize, maxSizeUnity: maxSizeUnity, title: title, maxFiles: maxFiles }), jsxRuntime.jsx(DndProvider, { backend: HTML5Backend, children: jsxRuntime.jsx(AnimatePresence, { children: jsxRuntime.jsx(FileUploadInputArea, { onFilesChange: handleAddFiles, accept: accept, enabledPickFiles: enabledPickFiles, children: jsxRuntime.jsx(FileUploadList, { files: files, onDelete: handleDeleteFile, onRetryUpload: handleRetryFileUpload }) }) }) })] }));
72315
+ return (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$6, " ").concat(className), style: __assign(__assign({}, style), (widthProp ? { width: widthProp } : {})), "data-cdn-subscriber": true, children: [jsxRuntime.jsx(FileUploadHeader, { files: files, onClearErrors: handleClearInvalidFiles, accept: accept, description: description, maxSize: maxSize, maxSizeUnity: maxSizeUnity, title: title, maxFiles: maxFiles }), jsxRuntime.jsx(DndProvider, { backend: HTML5Backend, children: jsxRuntime.jsx(AnimatePresence, { children: jsxRuntime.jsx(FileUploadInputArea, { onFilesChange: handleAddFiles, accept: accept, enabledPickFiles: enabledPickFiles, children: jsxRuntime.jsx(FileUploadList, { files: files, onDelete: handleDeleteFile, onRetryUpload: handleRetryFileUpload }) }) }) })] }));
73362
72316
  }
73363
72317
  function FileUpload(props) {
73364
- return (jsxRuntime.jsx(FileUploadProvider, { fileUploadProps: props, children: jsxRuntime.jsx(FileUploadComponent, __assign$1({}, props)) }));
72318
+ return (jsxRuntime.jsx(FileUploadProvider, { fileUploadProps: props, children: jsxRuntime.jsx(FileUploadComponent, __assign({}, props)) }));
73365
72319
  }
73366
72320
 
73367
72321
  var DEFAULT_SPEED_TIME_SECONDS = 7;
@@ -73443,7 +72397,7 @@ function ImageCarouselFullscreenNavigation() {
73443
72397
  var _a = useImageCarousel(), handlePrevItem = _a.handlePrevItem, handleNextItem = _a.handleNextItem, setFullscreen = _a.setFullscreen, _b = _a.currentItem, icon = _b.icon, caption = _b.caption;
73444
72398
  return (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$5, "__navigation-container--fullscreen"), children: [jsxRuntime.jsx(IconButton, { icon: "fullscreenExit", color: "neutral-strong", className: "".concat(CSS_PREFIX$5, "__fullscreen-exit"), "data-testid": "image-carousel-navigation-fullscreen", onClick: function () {
73445
72399
  setFullscreen(false);
73446
- } }), jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$5, "__caption-container--fullscreen"), children: [!!icon && jsxRuntime.jsx(Icon, { icon: icon, color: "neutral-strong", size: "small" }), jsxRuntime.jsx(Typography, { className: "".concat(CSS_PREFIX$5, "__caption--fullscreen"), as: "headingMedium", children: caption })] }), jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$5, "__navigation-buttons"), children: [jsxRuntime.jsx(IconButton, { icon: "chevronLeft", onClick: handlePrevItem, color: "neutral-strong", "data-testid": "image-carousel-navigation-back" }), jsxRuntime.jsx(IconButton, { icon: "chevronRight", onClick: handleNextItem, color: "neutral-strong", "data-testid": "image-carousel-navigation-next" })] })] }));
72400
+ } }), jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$5, "__caption-container--fullscreen"), children: [!!icon && jsxRuntime.jsx(reactIcons.Icon, { icon: icon, color: "neutral-strong", size: "small" }), jsxRuntime.jsx(Typography, { className: "".concat(CSS_PREFIX$5, "__caption--fullscreen"), as: "headingMedium", children: caption })] }), jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$5, "__navigation-buttons"), children: [jsxRuntime.jsx(IconButton, { icon: "chevronLeft", onClick: handlePrevItem, color: "neutral-strong", "data-testid": "image-carousel-navigation-back" }), jsxRuntime.jsx(IconButton, { icon: "chevronRight", onClick: handleNextItem, color: "neutral-strong", "data-testid": "image-carousel-navigation-next" })] })] }));
73447
72401
  }
73448
72402
 
73449
72403
  function ImageCarouselFullscreenSidebar() {
@@ -73462,7 +72416,7 @@ function ImageCarouselItem(_a) {
73462
72416
  _b["".concat(CSS_PREFIX$5, "__img")] = true,
73463
72417
  _b["".concat(CSS_PREFIX$5, "__img--").concat(view)] = !!view,
73464
72418
  _b));
73465
- return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [!isFullscreen && (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$5, "__caption-container"), "data-testid": "image-carousel-caption-container", children: [!!icon && jsxRuntime.jsx(Icon, { icon: icon, color: "white" }), jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$5, "__caption"), children: caption })] })), jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$5, "__img-container"), children: jsxRuntime.jsx("img", { className: imgClassNames, src: src, alt: alt }) }, currentIndex)] }));
72419
+ return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [!isFullscreen && (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$5, "__caption-container"), "data-testid": "image-carousel-caption-container", children: [!!icon && jsxRuntime.jsx(reactIcons.Icon, { icon: icon, color: "white" }), jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$5, "__caption"), children: caption })] })), jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$5, "__img-container"), children: jsxRuntime.jsx("img", { className: imgClassNames, src: src, alt: alt }) }, currentIndex)] }));
73466
72420
  }
73467
72421
  ImageCarouselItem.displayName = 'ImageCarouselItem';
73468
72422
 
@@ -73482,7 +72436,7 @@ function ImageCarouselFullScreen() {
73482
72436
  window.removeEventListener('resize', adjustWidth);
73483
72437
  };
73484
72438
  }, []);
73485
- return ReactDOM.createPortal(jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$5, "__fullscreen"), "data-testid": "image-carousel-fullscreen", "data-cdn-subscriber": true, children: jsxRuntime.jsxs("div", { ref: containerRef, className: "".concat(CSS_PREFIX$5, "__fullscreen-wrapper"), children: [jsxRuntime.jsx(ImageCarouselFullscreenSidebar, {}), jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$5, "__container--fullscreen"), children: [jsxRuntime.jsx(ImageCarouselItem, __assign$1({}, currentItem)), jsxRuntime.jsx(ImageCarouselFullscreenNavigation, {})] })] }) }), document.body);
72439
+ return ReactDOM.createPortal(jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$5, "__fullscreen"), "data-testid": "image-carousel-fullscreen", "data-cdn-subscriber": true, children: jsxRuntime.jsxs("div", { ref: containerRef, className: "".concat(CSS_PREFIX$5, "__fullscreen-wrapper"), children: [jsxRuntime.jsx(ImageCarouselFullscreenSidebar, {}), jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$5, "__container--fullscreen"), children: [jsxRuntime.jsx(ImageCarouselItem, __assign({}, currentItem)), jsxRuntime.jsx(ImageCarouselFullscreenNavigation, {})] })] }) }), document.body);
73486
72440
  }
73487
72441
 
73488
72442
  function ImageCarouselNavigation() {
@@ -73549,7 +72503,7 @@ function ImageCarouselInline(_a) {
73549
72503
  window.removeEventListener('resize', adjustHeight);
73550
72504
  };
73551
72505
  }, []);
73552
- return (jsxRuntime.jsxs("div", { ref: containerRef, className: "".concat(CSS_PREFIX$5, "__container"), style: { width: widthProp }, "data-cdn-subscriber": true, children: [jsxRuntime.jsx(ImageCarouselTrackBar, { autoPlay: autoPlay, speed: speed }), jsxRuntime.jsx(ImageCarouselItem, __assign$1({}, currentItem)), jsxRuntime.jsx(ImageCarouselNavigation, {})] }));
72506
+ return (jsxRuntime.jsxs("div", { ref: containerRef, className: "".concat(CSS_PREFIX$5, "__container"), style: { width: widthProp }, "data-cdn-subscriber": true, children: [jsxRuntime.jsx(ImageCarouselTrackBar, { autoPlay: autoPlay, speed: speed }), jsxRuntime.jsx(ImageCarouselItem, __assign({}, currentItem)), jsxRuntime.jsx(ImageCarouselNavigation, {})] }));
73553
72507
  }
73554
72508
 
73555
72509
  function ImageCarouselComponent(props) {
@@ -73565,12 +72519,12 @@ function ImageCarouselComponent(props) {
73565
72519
  document.body.style.overflow = '';
73566
72520
  };
73567
72521
  }, [isFullscreen]);
73568
- return isFullscreen ? (jsxRuntime.jsx(ImageCarouselFullScreen, {})) : (jsxRuntime.jsx(ImageCarouselInline, __assign$1({}, props)));
72522
+ return isFullscreen ? (jsxRuntime.jsx(ImageCarouselFullScreen, {})) : (jsxRuntime.jsx(ImageCarouselInline, __assign({}, props)));
73569
72523
  }
73570
72524
  function ImageCarousel(_a) {
73571
72525
  var children = _a.children, mode = _a.mode, onModeChange = _a.onModeChange, rest = __rest(_a, ["children", "mode", "onModeChange"]);
73572
72526
  var childrenArray = React.Children.toArray(children);
73573
- return (jsxRuntime.jsx(ImageCarouselProvider, { childrenItems: childrenArray, mode: mode, onModeChange: onModeChange, children: jsxRuntime.jsx(ImageCarouselComponent, __assign$1({}, rest)) }));
72527
+ return (jsxRuntime.jsx(ImageCarouselProvider, { childrenItems: childrenArray, mode: mode, onModeChange: onModeChange, children: jsxRuntime.jsx(ImageCarouselComponent, __assign({}, rest)) }));
73574
72528
  }
73575
72529
  ImageCarousel.Item = ImageCarouselItem;
73576
72530
  ImageCarousel.Item.displayName = CAROUSEL_ITEM_DISPLAY_NAME;
@@ -73635,7 +72589,7 @@ function ChartCheckbox(_a) {
73635
72589
  _d["".concat(PREFIX, "-checkbox__indicator-wrapper")] = true,
73636
72590
  _d["".concat(PREFIX, "-checkbox__indicator-wrapper--checked")] = checked === true,
73637
72591
  _d));
73638
- return (jsxRuntime.jsx("div", { className: wrapperClasses, "data-cdn-subscriber": true, children: jsxRuntime.jsx("button", { type: "button", className: checkboxClasses, children: jsxRuntime.jsx("div", { className: indicatorWrapperClasses, children: !!checked && jsxRuntime.jsx(Icon, { icon: icon, color: iconColor, size: iconSize }) }) }) }));
72592
+ return (jsxRuntime.jsx("div", { className: wrapperClasses, "data-cdn-subscriber": true, children: jsxRuntime.jsx("button", { type: "button", className: checkboxClasses, children: jsxRuntime.jsx("div", { className: indicatorWrapperClasses, children: !!checked && jsxRuntime.jsx(reactIcons.Icon, { icon: icon, color: iconColor, size: iconSize }) }) }) }));
73639
72593
  }
73640
72594
 
73641
72595
  function ChartFilter(_a) {
@@ -73733,7 +72687,7 @@ function ChartCard(_a) {
73733
72687
  var handleOpenDescription = React.useCallback(function () {
73734
72688
  setDescriptionModalOpened(true);
73735
72689
  }, []);
73736
- return !loading ? (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX, "__card"), style: __assign$1(__assign$1({}, style), (widthProp ? { width: widthProp } : {})), children: [jsxRuntime.jsxs("div", { className: headerClassNames, style: { width: widthProp }, children: [jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX, "__card-title-wrapper"), children: [jsxRuntime.jsx(Tooltip$1, { asChild: true, message: title, children: jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX, "__card-title"), children: title }) }), jsxRuntime.jsx(Tooltip$1, { asChild: true, message: subtitle, children: jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX, "__card-subtitle"), children: subtitle }) })] }), jsxRuntime.jsx(ChartMoreOptions, { enableDescription: enableDescription, enableFilter: enableFilter, enableShare: enableShare, enableUpdateData: enableUpdateData, onUpdateData: onUpdateData, descriptionContent: descriptionContent, onOpenDescriptionModal: handleOpenDescription, onOpenFilter: handleOpenFilter, containerRef: containerRef })] }), !!customComponent && jsxRuntime.jsx("div", { children: customComponent }), jsxRuntime.jsx("div", { className: contentClassNames, style: { height: (_d = style === null || style === void 0 ? void 0 : style.height) !== null && _d !== void 0 ? _d : height, width: widthProp }, children: children }), jsxRuntime.jsx(ChartDescriptionModal, { handleClose: function () { return setDescriptionModalOpened(false); }, opened: descriptionModalOpened, title: title, children: descriptionContent }), jsxRuntime.jsx(ChartFilter, { filterOptions: filterOptions, opened: chartFilterOpened, onFilterChange: onFilterChange, onCloseFilter: handleCloseFilter })] })) : (jsxRuntime.jsx(SkeletonComponent, { style: style, width: widthProp, height: height, orientation: orientation }));
72690
+ return !loading ? (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX, "__card"), style: __assign(__assign({}, style), (widthProp ? { width: widthProp } : {})), children: [jsxRuntime.jsxs("div", { className: headerClassNames, style: { width: widthProp }, children: [jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX, "__card-title-wrapper"), children: [jsxRuntime.jsx(Tooltip$1, { asChild: true, message: title, children: jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX, "__card-title"), children: title }) }), jsxRuntime.jsx(Tooltip$1, { asChild: true, message: subtitle, children: jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX, "__card-subtitle"), children: subtitle }) })] }), jsxRuntime.jsx(ChartMoreOptions, { enableDescription: enableDescription, enableFilter: enableFilter, enableShare: enableShare, enableUpdateData: enableUpdateData, onUpdateData: onUpdateData, descriptionContent: descriptionContent, onOpenDescriptionModal: handleOpenDescription, onOpenFilter: handleOpenFilter, containerRef: containerRef })] }), !!customComponent && jsxRuntime.jsx("div", { children: customComponent }), jsxRuntime.jsx("div", { className: contentClassNames, style: { height: (_d = style === null || style === void 0 ? void 0 : style.height) !== null && _d !== void 0 ? _d : height, width: widthProp }, children: children }), jsxRuntime.jsx(ChartDescriptionModal, { handleClose: function () { return setDescriptionModalOpened(false); }, opened: descriptionModalOpened, title: title, children: descriptionContent }), jsxRuntime.jsx(ChartFilter, { filterOptions: filterOptions, opened: chartFilterOpened, onFilterChange: onFilterChange, onCloseFilter: handleCloseFilter })] })) : (jsxRuntime.jsx(SkeletonComponent, { style: style, width: widthProp, height: height, orientation: orientation }));
73737
72691
  }
73738
72692
 
73739
72693
  function ChartEmpty() {
@@ -107876,7 +106830,7 @@ function TooltipChart$2(_a) {
107876
106830
  _b["".concat(CSS_PREFIX$3, "__tooltip")] = true,
107877
106831
  _b));
107878
106832
  var value = valueFormatter(data === null || data === void 0 ? void 0 : data[valueKey]);
107879
- return !ContentComponent ? (jsxRuntime.jsxs("div", { className: classes, children: [!!title && jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$3, "__tooltip-title"), children: title }), jsxRuntime.jsxs("p", { children: [data === null || data === void 0 ? void 0 : data[categoryKey], ": ", value] }), !!description && jsxRuntime.jsx("p", { children: description })] })) : (jsxRuntime.jsx("div", { className: classes, children: jsxRuntime.jsx(ContentComponent, __assign$1({}, data)) }));
106833
+ return !ContentComponent ? (jsxRuntime.jsxs("div", { className: classes, children: [!!title && jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$3, "__tooltip-title"), children: title }), jsxRuntime.jsxs("p", { children: [data === null || data === void 0 ? void 0 : data[categoryKey], ": ", value] }), !!description && jsxRuntime.jsx("p", { children: description })] })) : (jsxRuntime.jsx("div", { className: classes, children: jsxRuntime.jsx(ContentComponent, __assign({}, data)) }));
107880
106834
  }
107881
106835
 
107882
106836
  function PieChartGraphic(_a) {
@@ -107962,7 +106916,7 @@ function LegendItem$1(_a) {
107962
106916
  _b["".concat(CSS_PREFIX$2, "__legend-rect")] = true,
107963
106917
  _b["".concat(CSS_PREFIX$2, "__legend-rect--").concat(dataKey)] = !!dataKey,
107964
106918
  _b));
107965
- return (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$2, "__legend-item"), children: [jsxRuntime.jsx("div", { style: __assign$1({ backgroundColor: color }, rectStyle), className: rectClassNames }), jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$2, "__legend-label"), children: children })] }));
106919
+ return (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$2, "__legend-item"), children: [jsxRuntime.jsx("div", { style: __assign({ backgroundColor: color }, rectStyle), className: rectClassNames }), jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$2, "__legend-label"), children: children })] }));
107966
106920
  }
107967
106921
 
107968
106922
  function TooltipChart$1(_a) {
@@ -107988,7 +106942,7 @@ function TooltipChart$1(_a) {
107988
106942
  return (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$2, "__tooltip-legend"), children: [jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$2, "__tooltip-legend--color"), style: {
107989
106943
  backgroundColor: (_a = customColors === null || customColors === void 0 ? void 0 : customColors[item.dataKey]) !== null && _a !== void 0 ? _a : COLORS[index % COLORS.length],
107990
106944
  } }), jsxRuntime.jsx("span", { children: "".concat((valueKeyLegendName === null || valueKeyLegendName === void 0 ? void 0 : valueKeyLegendName[item.dataKey]) || item.dataKey, ": ").concat(valueFormatter(item.value)) }, item.dataKey)] }, item.dataKey));
107991
- }), (data === null || data === void 0 ? void 0 : data[metaKey]) && (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$2, "__tooltip-legend"), children: [jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$2, "__tooltip-legend-meta") }), jsxRuntime.jsxs("span", { children: [metaKey, ": ", meta] })] }, uuid$1()))] })] })) : (jsxRuntime.jsx("div", { className: classes, children: jsxRuntime.jsx(ContentComponent, __assign$1({}, data)) }));
106945
+ }), (data === null || data === void 0 ? void 0 : data[metaKey]) && (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$2, "__tooltip-legend"), children: [jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$2, "__tooltip-legend-meta") }), jsxRuntime.jsxs("span", { children: [metaKey, ": ", meta] })] }, uuid$1()))] })] })) : (jsxRuntime.jsx("div", { className: classes, children: jsxRuntime.jsx(ContentComponent, __assign({}, data)) }));
107992
106946
  }
107993
106947
 
107994
106948
  function BarChartGraphic(_a) {
@@ -108020,7 +106974,7 @@ function BarChartGraphic(_a) {
108020
106974
  right: isVertical ? '30px' : '5px',
108021
106975
  }, content: jsxRuntime.jsx(CustomBarLegend, { showProjection: hasProjection, orientation: orientation, valueKeyLegendName: valueKeyLegendName, previsionColor: chartColor }) }), jsxRuntime.jsx(Tooltip, { wrapperStyle: { pointerEvents: 'auto', zIndex: 2 }, allowEscapeViewBox: { x: true, y: true },
108022
106976
  // eslint-disable-next-line react/no-unstable-nested-components
108023
- content: function (props) { return (jsxRuntime.jsx(TooltipChart$1, __assign$1({}, props, { palette: palette, tooltipContent: tooltipContent, metaKey: metaKey, valueFormatter: valueFormatter, valueKeyLegendName: valueKeyLegendName, customColors: customColors }))); } }), jsxRuntime.jsx(XAxis, { dataKey: xAxisDataKey, tick: XAxisTick$1, tickLine: false, type: xAxisType, tickFormatter: xAxisFormatter, children: jsxRuntime.jsx(Label, { className: "".concat(CSS_PREFIX$2, "__x-axis-label"), position: "bottom", children: xAxisLabel }) }), jsxRuntime.jsx(YAxis, { dataKey: yAxisDataKey, type: yAxisType, tick: YAxisTick$1, tickLine: false, tickFormatter: yAxisFormatter, children: jsxRuntime.jsx(Label, { angle: -90, position: "insideLeft", className: "".concat(CSS_PREFIX$2, "__y-axis-label"), children: yAxisLabel }) }), valueKey === null || valueKey === void 0 ? void 0 : valueKey.map(function (key, index) {
106977
+ content: function (props) { return (jsxRuntime.jsx(TooltipChart$1, __assign({}, props, { palette: palette, tooltipContent: tooltipContent, metaKey: metaKey, valueFormatter: valueFormatter, valueKeyLegendName: valueKeyLegendName, customColors: customColors }))); } }), jsxRuntime.jsx(XAxis, { dataKey: xAxisDataKey, tick: XAxisTick$1, tickLine: false, type: xAxisType, tickFormatter: xAxisFormatter, children: jsxRuntime.jsx(Label, { className: "".concat(CSS_PREFIX$2, "__x-axis-label"), position: "bottom", children: xAxisLabel }) }), jsxRuntime.jsx(YAxis, { dataKey: yAxisDataKey, type: yAxisType, tick: YAxisTick$1, tickLine: false, tickFormatter: yAxisFormatter, children: jsxRuntime.jsx(Label, { angle: -90, position: "insideLeft", className: "".concat(CSS_PREFIX$2, "__y-axis-label"), children: yAxisLabel }) }), valueKey === null || valueKey === void 0 ? void 0 : valueKey.map(function (key, index) {
108024
106978
  var _a;
108025
106979
  return (jsxRuntime.jsxs(Bar
108026
106980
  /* @ts-ignore */
@@ -108064,12 +107018,12 @@ function CustomScatterShape(_a) {
108064
107018
  function XAxisTick$1(_a) {
108065
107019
  var props = __rest(_a, []);
108066
107020
  var value = props.payload.value, tickFormatter = props.tickFormatter; props.verticalAnchor; props.visibleTicksCount; var restProps = __rest(props, ["payload", "tickFormatter", "verticalAnchor", "visibleTicksCount"]);
108067
- return (jsxRuntime.jsx("text", __assign$1({}, restProps, { className: "".concat(CSS_PREFIX$2, "__x-axis-tick"), children: jsxRuntime.jsx("tspan", { dy: "10", children: tickFormatter(value) }) })));
107021
+ return (jsxRuntime.jsx("text", __assign({}, restProps, { className: "".concat(CSS_PREFIX$2, "__x-axis-tick"), children: jsxRuntime.jsx("tspan", { dy: "10", children: tickFormatter(value) }) })));
108068
107022
  }
108069
107023
  function YAxisTick$1(_a) {
108070
107024
  var props = __rest(_a, []);
108071
107025
  var value = props.payload.value, tickFormatter = props.tickFormatter; props.verticalAnchor; props.visibleTicksCount; var restProps = __rest(props, ["payload", "tickFormatter", "verticalAnchor", "visibleTicksCount"]);
108072
- return (jsxRuntime.jsx("text", __assign$1({}, restProps, { className: "".concat(CSS_PREFIX$2, "__y-axis-tick"), children: jsxRuntime.jsx("tspan", { dy: "2", children: tickFormatter(value) }) })));
107026
+ return (jsxRuntime.jsx("text", __assign({}, restProps, { className: "".concat(CSS_PREFIX$2, "__y-axis-tick"), children: jsxRuntime.jsx("tspan", { dy: "2", children: tickFormatter(value) }) })));
108073
107027
  }
108074
107028
 
108075
107029
  function BarChartSkeleton(_a) {
@@ -108161,7 +107115,7 @@ function TooltipChart(_a) {
108161
107115
  return (jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX$1, "__tooltip-legend"), children: [jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX$1, "__tooltip-legend--color"), style: {
108162
107116
  backgroundColor: (_a = customColors === null || customColors === void 0 ? void 0 : customColors[item.dataKey]) !== null && _a !== void 0 ? _a : COLORS[index % COLORS.length],
108163
107117
  } }), jsxRuntime.jsx("span", { children: "".concat((valueKeyLegendName === null || valueKeyLegendName === void 0 ? void 0 : valueKeyLegendName[item.dataKey]) || item.dataKey, ": ").concat(valueFormatter(item.value)) }, item.dataKey)] }, uuid$1()));
108164
- }) })] })) : (jsxRuntime.jsx("div", { className: classes, children: jsxRuntime.jsx(ContentComponent, __assign$1({}, data)) }));
107118
+ }) })] })) : (jsxRuntime.jsx("div", { className: classes, children: jsxRuntime.jsx(ContentComponent, __assign({}, data)) }));
108165
107119
  }
108166
107120
 
108167
107121
  function LineChartGraphic(_a) {
@@ -108179,7 +107133,7 @@ function LineChartGraphic(_a) {
108179
107133
  right: '5px',
108180
107134
  }, content: jsxRuntime.jsx(CustomLineLegend, { orientation: orientation, valueKeyLegendName: valueKeyLegendName }) }), jsxRuntime.jsx(Tooltip, { wrapperStyle: { pointerEvents: 'auto', zIndex: 2 }, allowEscapeViewBox: { x: true, y: true },
108181
107135
  // eslint-disable-next-line react/no-unstable-nested-components
108182
- content: function (props) { return (jsxRuntime.jsx(TooltipChart, __assign$1({}, props, { tooltipContent: tooltipContent, palette: palette, valueFormatter: valueFormatter, valueKeyLegendName: valueKeyLegendName, customColors: customColors }))); } }), jsxRuntime.jsx(XAxis, { dataKey: categoryKey, tick: XAxisTick, tickLine: false, type: "category", tickFormatter: xAxisFormatter, children: jsxRuntime.jsx(Label, { className: "".concat(CSS_PREFIX$1, "__x-axis-label"), position: "bottom", children: xAxisLabel }) }), jsxRuntime.jsx(YAxis, { dataKey: undefined, type: "number", tick: YAxisTick, tickLine: false, tickFormatter: yAxisFormatter, children: jsxRuntime.jsx(Label, { angle: -90, position: "insideLeft", className: "".concat(CSS_PREFIX$1, "__y-axis-label"), children: yAxisLabel }) }), valueKey === null || valueKey === void 0 ? void 0 : valueKey.map(function (key, index) {
107136
+ content: function (props) { return (jsxRuntime.jsx(TooltipChart, __assign({}, props, { tooltipContent: tooltipContent, palette: palette, valueFormatter: valueFormatter, valueKeyLegendName: valueKeyLegendName, customColors: customColors }))); } }), jsxRuntime.jsx(XAxis, { dataKey: categoryKey, tick: XAxisTick, tickLine: false, type: "category", tickFormatter: xAxisFormatter, children: jsxRuntime.jsx(Label, { className: "".concat(CSS_PREFIX$1, "__x-axis-label"), position: "bottom", children: xAxisLabel }) }), jsxRuntime.jsx(YAxis, { dataKey: undefined, type: "number", tick: YAxisTick, tickLine: false, tickFormatter: yAxisFormatter, children: jsxRuntime.jsx(Label, { angle: -90, position: "insideLeft", className: "".concat(CSS_PREFIX$1, "__y-axis-label"), children: yAxisLabel }) }), valueKey === null || valueKey === void 0 ? void 0 : valueKey.map(function (key, index) {
108183
107137
  var _a;
108184
107138
  return (jsxRuntime.jsx(Line, { dot: false, type: "monotone", strokeWidth: 3, dataKey: key, stroke: (_a = customColors === null || customColors === void 0 ? void 0 : customColors[key]) !== null && _a !== void 0 ? _a : COLORS[index % COLORS.length], activeDot: { r: 8 }, children: showLabels && (jsxRuntime.jsx(LabelList, { content: jsxRuntime.jsx(RenderCustomizedLabel, { data: data }) })) }, key));
108185
107139
  })] }) }));
@@ -108196,14 +107150,14 @@ function RenderCustomizedLabel(_a) {
108196
107150
  function XAxisTick(_a) {
108197
107151
  var props = __rest(_a, []);
108198
107152
  var value = props.payload.value, tickFormatter = props.tickFormatter; props.verticalAnchor; props.visibleTicksCount; var restProps = __rest(props, ["payload", "tickFormatter", "verticalAnchor", "visibleTicksCount"]);
108199
- return (jsxRuntime.jsx("text", __assign$1({}, restProps, { className: "".concat(CSS_PREFIX$1, "__x-axis-tick"), children: jsxRuntime.jsx("tspan", { dy: "10", children: tickFormatter(value) }) })));
107153
+ return (jsxRuntime.jsx("text", __assign({}, restProps, { className: "".concat(CSS_PREFIX$1, "__x-axis-tick"), children: jsxRuntime.jsx("tspan", { dy: "10", children: tickFormatter(value) }) })));
108200
107154
  }
108201
107155
  function YAxisTick(_a) {
108202
107156
  var props = __rest(_a, []);
108203
107157
  var value = props.payload.value, tickFormatter = props.tickFormatter; props.verticalAnchor; // Ignorar essa variável
108204
107158
  props.visibleTicksCount; // Ignorar essa variável
108205
107159
  var restProps = __rest(props, ["payload", "tickFormatter", "verticalAnchor", "visibleTicksCount"]);
108206
- return (jsxRuntime.jsx("text", __assign$1({}, restProps, { className: "".concat(CSS_PREFIX$1, "__y-axis-tick"), children: jsxRuntime.jsx("tspan", { dy: "2", children: tickFormatter(value) }) })));
107160
+ return (jsxRuntime.jsx("text", __assign({}, restProps, { className: "".concat(CSS_PREFIX$1, "__y-axis-tick"), children: jsxRuntime.jsx("tspan", { dy: "2", children: tickFormatter(value) }) })));
108207
107161
  }
108208
107162
 
108209
107163
  function LineChartSkeleton(_a) {
@@ -108422,7 +107376,7 @@ function AdvancedSelect(_a) {
108422
107376
  });
108423
107377
  });
108424
107378
  }
108425
- return (jsxRuntime.jsxs("div", { className: classes, ref: containerRef, "data-cdn-subscriber": true, children: [jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX, "__input-wrapper"), style: { width: width }, children: [jsxRuntime.jsx(TextInput, __assign$1({ className: "".concat(CSS_PREFIX, "__input"), style: { width: width }, error: error, sufix: jsxRuntime.jsx(InputAdornment, { loading: loading, onCreateOptionClick: handleCreateOptionClick, showCreateOptionButton: showCreateOptionBtn, disabled: !!disabled }) }, rest, { onFocus: handleOpenDropdown, onClick: handleOpenDropdown, value: inputPredicate, onChange: handleInputPredicateChange })), jsxRuntime.jsx(AdvancedSelectDropdown, { onCloseFilter: handleCloseDropdown, opened: openedDropdown, filterOptions: filteredOptions, selectedOptions: value, onOptionChange: handleOptionChange, withCheckbox: withCheckbox, containerRef: containerRef, onDeleteOption: handleDeleteOption, loading: loading })] }), jsxRuntime.jsx(AdvancedSelectChips, { disabled: !!disabled, onRemoveSelectedOption: handleRemoveSelectedOption, selectedOptions: value, width: width })] }));
107379
+ return (jsxRuntime.jsxs("div", { className: classes, ref: containerRef, "data-cdn-subscriber": true, children: [jsxRuntime.jsxs("div", { className: "".concat(CSS_PREFIX, "__input-wrapper"), style: { width: width }, children: [jsxRuntime.jsx(TextInput, __assign({ className: "".concat(CSS_PREFIX, "__input"), style: { width: width }, error: error, sufix: jsxRuntime.jsx(InputAdornment, { loading: loading, onCreateOptionClick: handleCreateOptionClick, showCreateOptionButton: showCreateOptionBtn, disabled: !!disabled }) }, rest, { onFocus: handleOpenDropdown, onClick: handleOpenDropdown, value: inputPredicate, onChange: handleInputPredicateChange })), jsxRuntime.jsx(AdvancedSelectDropdown, { onCloseFilter: handleCloseDropdown, opened: openedDropdown, filterOptions: filteredOptions, selectedOptions: value, onOptionChange: handleOptionChange, withCheckbox: withCheckbox, containerRef: containerRef, onDeleteOption: handleDeleteOption, loading: loading })] }), jsxRuntime.jsx(AdvancedSelectChips, { disabled: !!disabled, onRemoveSelectedOption: handleRemoveSelectedOption, selectedOptions: value, width: width })] }));
108426
107380
  }
108427
107381
  function InputAdornment(_a) {
108428
107382
  var loading = _a.loading, onCreateOptionClick = _a.onCreateOptionClick, showCreateOptionButton = _a.showCreateOptionButton, disabled = _a.disabled;
@@ -108431,7 +107385,7 @@ function InputAdornment(_a) {
108431
107385
  return (jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX, "__input-suffix"), children: jsxRuntime.jsx(Loader, { className: "".concat(CSS_PREFIX, "__loader") }) }));
108432
107386
  if (showCreateOptionButton)
108433
107387
  return (jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX, "__input-suffix"), children: jsxRuntime.jsx(Button, { compact: true, variant: "text", onClick: onCreateOptionClick, children: "Criar" }) }));
108434
- return (jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX, "__input-suffix"), children: jsxRuntime.jsx(Icon, { icon: "search", size: "small", color: iconColor }) }));
107388
+ return (jsxRuntime.jsx("div", { className: "".concat(CSS_PREFIX, "__input-suffix"), children: jsxRuntime.jsx(reactIcons.Icon, { icon: "search", size: "small", color: iconColor }) }));
108435
107389
  }
108436
107390
  function AdvancedSelectChips(_a) {
108437
107391
  var width = _a.width, disabled = _a.disabled, onRemoveSelectedOption = _a.onRemoveSelectedOption, selectedOptions = _a.selectedOptions;
@@ -112296,6 +111250,303 @@ function Drawer(_a) {
112296
111250
  return (jsxRuntime.jsx(Drawer$1, { open: open, onClose: onClose, placement: placement, width: width, maskMotion: maskMotion, motion: motion, prefixCls: "".concat(PREFIX, "-drawer__panel"), maskClosable: maskClosable, destroyOnClose: destroyOnClose, forceRender: forceRender, afterOpenChange: afterOpenChange, children: jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-drawer__container"), children: [!!title && (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-drawer__header"), children: [jsxRuntime.jsx(Typography, { as: "heading", children: title }), jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-drawer__header-icon"), children: jsxRuntime.jsx(IconButton, { icon: "close", onClick: onClose }) })] })), jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-drawer__content"), children: jsxRuntime.jsx(DrawerScrollArea, { children: children }) })] }) }));
112297
111251
  }
112298
111252
 
111253
+ function SidebarFallback(_a) {
111254
+ var _b = _a.menuItems, menuItems = _b === void 0 ? [] : _b, onMenuItemClick = _a.onMenuItemClick;
111255
+ var _c = React.useState(false), openDrawer = _c[0], setOpenDrawer = _c[1];
111256
+ function handleToggleDrawer() {
111257
+ setOpenDrawer(function (prev) { return !prev; });
111258
+ }
111259
+ function handleCloseDrawer() {
111260
+ setOpenDrawer(false);
111261
+ }
111262
+ var handleItemClick = React.useCallback(function (item) {
111263
+ if (onMenuItemClick) {
111264
+ onMenuItemClick(item);
111265
+ }
111266
+ if (item.href) {
111267
+ window.location.href = item.href;
111268
+ }
111269
+ handleCloseDrawer();
111270
+ }, [onMenuItemClick]);
111271
+ return (jsxRuntime.jsxs("div", { "data-cdn-subscriber": true, children: [jsxRuntime.jsx(IconButton, { icon: "menu", "aria-label": "Abrir o menu", color: openDrawer ? 'primary' : 'default', onClick: handleToggleDrawer, "data-testid": "sidebar-menu-button" }), jsxRuntime.jsx(Drawer, { open: openDrawer, onClose: handleCloseDrawer, placement: "left", title: "Menu", children: jsxRuntime.jsxs("nav", { className: "".concat(PREFIX, "-sidebar__nav"), children: [menuItems.length === 0 && (jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-sidebar__empty"), children: jsxRuntime.jsx(Typography, { as: "bodySmall", children: "Nenhum item de menu dispon\u00EDvel" }) })), menuItems.map(function (item) { return (jsxRuntime.jsxs("button", { type: "button", className: "".concat(PREFIX, "-sidebar__menu-item"), onClick: function () { return handleItemClick(item); }, children: [item.icon && jsxRuntime.jsx(reactIcons.Icon, { icon: item.icon }), jsxRuntime.jsx(Typography, { as: "body", children: item.label })] }, item.id)); })] }) })] }));
111272
+ }
111273
+
111274
+ function getUserInitialsToAvatar(name) {
111275
+ if (!name || typeof name !== 'string') {
111276
+ return '';
111277
+ }
111278
+ var trimmedName = name.trim();
111279
+ if (!trimmedName) {
111280
+ return '';
111281
+ }
111282
+ var words = trimmedName.split(/\s+/);
111283
+ if (words.length === 1) {
111284
+ return words[0].substring(0, 2).toUpperCase();
111285
+ }
111286
+ return words
111287
+ .slice(0, 2)
111288
+ .map(function (word) { return word.charAt(0); })
111289
+ .join('')
111290
+ .toUpperCase();
111291
+ }
111292
+
111293
+ var DEFAULT_SYSTEM_NAME = 'Sistema';
111294
+ function HeaderFallback(_a) {
111295
+ var _b;
111296
+ var _c = _a.systemName, systemName = _c === void 0 ? DEFAULT_SYSTEM_NAME : _c, user = _a.user, onLogout = _a.onLogout, crumbs = _a.crumbs, onGoBack = _a.onGoBack, menuItems = _a.menuItems, onMenuItemClick = _a.onMenuItemClick;
111297
+ var _d = React.useState(document.title), title = _d[0], setTitle = _d[1];
111298
+ var pageName = title === null || title === void 0 ? void 0 : title.replace("".concat(systemName, " | "), '');
111299
+ var showNavigate = (crumbs === null || crumbs === void 0 ? void 0 : crumbs.length) && (crumbs === null || crumbs === void 0 ? void 0 : crumbs.length) > 1;
111300
+ React.useEffect(function () {
111301
+ var observer = new MutationObserver(function () {
111302
+ setTitle(document.title);
111303
+ });
111304
+ var titleEl = document.querySelector('title');
111305
+ if (titleEl) {
111306
+ observer.observe(titleEl, { childList: true });
111307
+ }
111308
+ return function () { return observer.disconnect(); };
111309
+ }, []);
111310
+ function handleGoBack() {
111311
+ if (onGoBack) {
111312
+ onGoBack();
111313
+ return;
111314
+ }
111315
+ window.history.back();
111316
+ }
111317
+ var headerClassNames = classNames$1((_b = {},
111318
+ _b["".concat(PREFIX, "-header")] = true,
111319
+ _b["".concat(PREFIX, "-header--no-bottom-padding")] = showNavigate,
111320
+ _b));
111321
+ var breadcrumbCrumbs = !crumbs || (crumbs === null || crumbs === void 0 ? void 0 : crumbs.length) === 1 ? [] : crumbs;
111322
+ var initials = getUserInitialsToAvatar(user === null || user === void 0 ? void 0 : user.name);
111323
+ return (jsxRuntime.jsx("header", { children: jsxRuntime.jsx("div", { className: headerClassNames, "data-cdn-subscriber": true, children: jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-header__wrapper"), children: [jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-header__top-container"), children: [jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-header__logo-container"), children: [jsxRuntime.jsx(SidebarFallback, { menuItems: menuItems, onMenuItemClick: onMenuItemClick }), jsxRuntime.jsx("a", { href: "/", "aria-label": "P\u00E1gina inicial", children: jsxRuntime.jsx(Typography, { as: "headingSmall", children: systemName }) }), jsxRuntime.jsx(Divider, { orientation: "vertical", style: { height: '32px' } }), jsxRuntime.jsx(Typography, { as: "heading", className: "".concat(PREFIX, "-header__page-name"), children: pageName })] }), user && (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-header__user-info"), children: [jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-header__user-description"), children: jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-header__avatar-container"), children: jsxRuntime.jsx("button", { type: "button", className: "".concat(PREFIX, "-header__avatar"), "aria-label": "Usu\u00E1rio: ".concat(user.name), children: initials }) }) }), onLogout && (jsxRuntime.jsx(IconButton, { icon: "logout", "aria-label": "Sair do sistema", onClick: onLogout }))] }))] }), showNavigate && (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-header__bottom-container"), children: [jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-header__navigation-container"), children: [jsxRuntime.jsx(IconButton, { icon: "arrowBack", onClick: handleGoBack }), jsxRuntime.jsx(Breadcrumbs, { crumbs: breadcrumbCrumbs })] }), jsxRuntime.jsx(Typography, { className: "".concat(PREFIX, "-header__system-name"), as: "caption", children: systemName })] }))] }) }) }));
111324
+ }
111325
+
111326
+ var DG = "".concat(PREFIX, "-data-grid");
111327
+ var DEFAULT_PAGE_SIZES = [5, 10, 15, 20];
111328
+ /* ── Fallback inline styles (usados quando o SCSS não está compilado) ── */
111329
+ var fb = {
111330
+ border: '#e2e8f0',
111331
+ bg: '#ffffff',
111332
+ bgAlt: '#f8fafc',
111333
+ bgHead: '#f1f5f9',
111334
+ text: '#1e293b',
111335
+ muted: '#64748b',
111336
+ primaryLight: '#eff6ff',
111337
+ };
111338
+ var fbRoot = { position: 'relative' };
111339
+ var fbHeader = {
111340
+ display: 'flex', alignItems: 'center', justifyContent: 'space-between', marginBottom: 16,
111341
+ };
111342
+ var fbHeaderTitle = { display: 'flex', flexDirection: 'column', gap: 4 };
111343
+ var fbHeaderActions = { display: 'flex', alignItems: 'center', gap: 12 };
111344
+ var fbTableContainer = { overflow: 'auto', width: '100%' };
111345
+ var fbTable = {
111346
+ width: '100%', borderCollapse: 'separate', borderSpacing: 0, tableLayout: 'fixed',
111347
+ };
111348
+ var fbTh = {
111349
+ borderBottom: "1px solid ".concat(fb.border), background: fb.bgHead, userSelect: 'none',
111350
+ };
111351
+ var fbTd = {
111352
+ borderBottom: "1px solid ".concat(fb.border), background: fb.bg, overflow: 'hidden',
111353
+ textOverflow: 'ellipsis', whiteSpace: 'nowrap',
111354
+ };
111355
+ var fbSortLabel = {
111356
+ display: 'flex', alignItems: 'center', cursor: 'pointer',
111357
+ border: 'none', background: 'none', padding: '12px 16px', font: 'inherit',
111358
+ };
111359
+ var fbFooter = {
111360
+ display: 'flex', alignItems: 'center', justifyContent: 'space-between', marginTop: 16,
111361
+ };
111362
+ var fbPageSizeContainer = { display: 'flex', alignItems: 'center', gap: 8 };
111363
+ var fbSelect = {
111364
+ padding: '4px 8px', border: "1px solid ".concat(fb.border), borderRadius: 4,
111365
+ fontSize: 13, background: fb.bg, cursor: 'pointer',
111366
+ };
111367
+ var fbEmpty = {
111368
+ textAlign: 'center', padding: '48px 16px', color: fb.muted,
111369
+ };
111370
+ var fbActionsContent = {
111371
+ display: 'flex', width: 'max-content', alignItems: 'center',
111372
+ justifyContent: 'center', margin: '0 auto', gap: 8,
111373
+ };
111374
+ /* ── Helpers ── */
111375
+ function sortRows(rows, sorting) {
111376
+ if (!(sorting === null || sorting === void 0 ? void 0 : sorting.length))
111377
+ return rows;
111378
+ var sorted = __spreadArray([], rows, true);
111379
+ var _a = sorting[0], columnName = _a.columnName, direction = _a.direction;
111380
+ var dir = direction === 'asc' ? 1 : -1;
111381
+ sorted.sort(function (a, b) {
111382
+ var av = a[columnName];
111383
+ var bv = b[columnName];
111384
+ if (av === bv)
111385
+ return 0;
111386
+ if (av == null)
111387
+ return 1;
111388
+ if (bv == null)
111389
+ return -1;
111390
+ return av < bv ? -dir : dir;
111391
+ });
111392
+ return sorted;
111393
+ }
111394
+ function buildFmtMap(fmts) {
111395
+ var m = new Map();
111396
+ fmts === null || fmts === void 0 ? void 0 : fmts.forEach(function (_a) {
111397
+ var cols = _a.columns, comp = _a.component;
111398
+ return cols.forEach(function (col) { return m.set(col, comp); });
111399
+ });
111400
+ return m;
111401
+ }
111402
+ function nextSort(cur, col) {
111403
+ var existing = cur === null || cur === void 0 ? void 0 : cur.find(function (s) { return s.columnName === col; });
111404
+ if (!existing)
111405
+ return [{ columnName: col, direction: 'asc' }];
111406
+ if (existing.direction === 'asc')
111407
+ return [{ columnName: col, direction: 'desc' }];
111408
+ return [];
111409
+ }
111410
+ function flip(list, id) {
111411
+ return list.includes(id) ? list.filter(function (x) { return x !== id; }) : __spreadArray(__spreadArray([], list, true), [id], false);
111412
+ }
111413
+ function renderCell(row, col, fm) {
111414
+ var v = col.getCellValue ? col.getCellValue(row, col.name) : row[col.name];
111415
+ var Fmt = fm.get(col.name);
111416
+ if (Fmt)
111417
+ return jsxRuntime.jsx(Fmt, { column: col, value: v, row: row });
111418
+ return v != null ? String(v) : '';
111419
+ }
111420
+ // eslint-disable-next-line sonarjs/cognitive-complexity
111421
+ function DataGrid(_a) {
111422
+ var _b, _c;
111423
+ var _d;
111424
+ var columns = _a.columns, rows = _a.rows, title = _a.title, subtitle = _a.subtitle, _e = _a.loading, loading = _e === void 0 ? false : _e, _f = _a.fetched, fetched = _f === void 0 ? false : _f, getRowId = _a.getRowId, _g = _a.enableSelection, enableSelection = _g === void 0 ? false : _g, columnFormatters = _a.columnFormatters, _h = _a.separatorX, separatorX = _h === void 0 ? false : _h, _j = _a.separatorY, separatorY = _j === void 0 ? false : _j, _k = _a.striped, striped = _k === void 0 ? false : _k, currentPage = _a.currentPage, _l = _a.pageSize, pageSize = _l === void 0 ? 10 : _l, onCurrentPageChange = _a.onCurrentPageChange, onPageSizeChange = _a.onPageSizeChange, sorting = _a.sorting, onSortingChange = _a.onSortingChange, rowActions = _a.rowActions, rowPrimaryActions = _a.rowPrimaryActions, actions = _a.actions, onRowsSelectionChange = _a.onRowsSelectionChange, _m = _a.pageSizes, pageSizes = _m === void 0 ? DEFAULT_PAGE_SIZES : _m, totalCount = _a.totalCount, expandedRowComponent = _a.expandedRowComponent, ctrlExpIds = _a.expandedRowIds, onExpandedRowIdsChange = _a.onExpandedRowIdsChange, getRowStyles = _a.getRowStyles, ctrlSelIds = _a.selectedRowIds, _o = _a.lineDensity, lineDensity = _o === void 0 ? 'default' : _o;
111425
+ var _p = React.useState([]), iSelIds = _p[0], setISelIds = _p[1];
111426
+ var _q = React.useState([]), iExpIds = _q[0], setIExpIds = _q[1];
111427
+ var selIds = ctrlSelIds !== null && ctrlSelIds !== void 0 ? ctrlSelIds : iSelIds;
111428
+ var expIds = ctrlExpIds !== null && ctrlExpIds !== void 0 ? ctrlExpIds : iExpIds;
111429
+ var fm = React.useMemo(function () { return buildFmtMap(columnFormatters); }, [columnFormatters]);
111430
+ var sorted = React.useMemo(function () { return sortRows(rows, sorting); }, [rows, sorting]);
111431
+ var isPaged = currentPage !== undefined && !!onCurrentPageChange;
111432
+ var display = React.useMemo(function () {
111433
+ if (!isPaged)
111434
+ return sorted;
111435
+ if (totalCount !== undefined)
111436
+ return sorted;
111437
+ var s = (currentPage !== null && currentPage !== void 0 ? currentPage : 0) * pageSize;
111438
+ return sorted.slice(s, s + pageSize);
111439
+ }, [sorted, isPaged, currentPage, pageSize, totalCount]);
111440
+ var totalRows = totalCount !== null && totalCount !== void 0 ? totalCount : rows.length;
111441
+ var totalPages = Math.max(1, Math.ceil(totalRows / pageSize));
111442
+ var hasActions = !!rowActions || !!(rowPrimaryActions === null || rowPrimaryActions === void 0 ? void 0 : rowPrimaryActions.length);
111443
+ var showHeader = !!(title || subtitle || (actions === null || actions === void 0 ? void 0 : actions.length));
111444
+ var isEmpty = !loading && display.length === 0;
111445
+ var colSpan = columns.length + (enableSelection ? 1 : 0) + (expandedRowComponent ? 1 : 0) + (hasActions ? 1 : 0);
111446
+ var allSelected = display.length > 0 && display.every(function (r) { return selIds.includes(getRowId(r)); });
111447
+ var primaryActions = (_d = actions === null || actions === void 0 ? void 0 : actions.filter(function (a) { return a.isPrimary !== false; })) !== null && _d !== void 0 ? _d : [];
111448
+ var pg = currentPage !== null && currentPage !== void 0 ? currentPage : 0;
111449
+ var startItem = pg * pageSize + 1;
111450
+ var endItem = Math.min(startItem + pageSize - 1, totalRows);
111451
+ var onSelectAll = function () {
111452
+ var ids = allSelected ? [] : display.map(getRowId);
111453
+ if (!ctrlSelIds)
111454
+ setISelIds(ids);
111455
+ onRowsSelectionChange === null || onRowsSelectionChange === void 0 ? void 0 : onRowsSelectionChange(ids);
111456
+ };
111457
+ var onSelectRow = function (id) {
111458
+ var ids = flip(selIds, id);
111459
+ if (!ctrlSelIds)
111460
+ setISelIds(ids);
111461
+ onRowsSelectionChange === null || onRowsSelectionChange === void 0 ? void 0 : onRowsSelectionChange(ids);
111462
+ };
111463
+ var onToggleExpand = function (id) {
111464
+ var ids = flip(expIds, id);
111465
+ if (!ctrlExpIds)
111466
+ setIExpIds(ids);
111467
+ onExpandedRowIdsChange === null || onExpandedRowIdsChange === void 0 ? void 0 : onExpandedRowIdsChange(ids);
111468
+ };
111469
+ var tableClasses = classNames$1("".concat(DG, "__table"), (_b = {},
111470
+ _b["".concat(DG, "__table--empty")] = isEmpty,
111471
+ _b["".concat(DG, "__table--separator-x")] = separatorX,
111472
+ _b["".concat(DG, "__table--separator-y")] = separatorY,
111473
+ _b["".concat(DG, "__table--striped")] = striped,
111474
+ _b));
111475
+ var densityClass = "".concat(DG, "__table-cell--").concat(lineDensity);
111476
+ return (jsxRuntime.jsxs("div", { className: DG, style: fbRoot, "data-cdn-subscriber": true, children: [showHeader && (jsxRuntime.jsxs("div", { className: "".concat(DG, "__header"), style: fbHeader, children: [jsxRuntime.jsxs("div", { className: "".concat(DG, "__header-title"), style: fbHeaderTitle, children: [title && jsxRuntime.jsx(Typography, { as: "headingMedium", children: title }), subtitle && (jsxRuntime.jsx(Typography, { as: "subheadingSmall", className: "".concat(DG, "__header-subtitle"), children: subtitle }))] }), jsxRuntime.jsx("div", { className: "".concat(DG, "__header-actions"), style: fbHeaderActions, children: primaryActions.map(function (action) {
111477
+ var _a;
111478
+ return action.hasPermission === false ? null : (jsxRuntime.jsx(Button, { variant: (_a = action.variant) !== null && _a !== void 0 ? _a : 'primary', icon: action.icon, disabled: action.disabled, onClick: function () { return action.onClick(selIds.length ? selIds : undefined); }, children: action.label }, action.label));
111479
+ }) })] })), jsxRuntime.jsx("div", { className: classNames$1("".concat(DG, "__table-container"), (_c = {}, _c["".concat(DG, "__table-container--empty")] = isEmpty, _c)), style: fbTableContainer, children: jsxRuntime.jsxs("table", { className: tableClasses, style: fbTable, children: [jsxRuntime.jsx("thead", { className: "".concat(DG, "__table-head"), children: jsxRuntime.jsxs("tr", { className: "".concat(DG, "__table-header-row"), children: [enableSelection && (jsxRuntime.jsx("th", { className: "".concat(DG, "__table-selection-header-cell"), style: __assign(__assign({}, fbTh), { width: 48, textAlign: 'center', padding: '0 16px', cursor: 'pointer' }), onClick: onSelectAll, "aria-label": "Selecionar todas as linhas", children: jsxRuntime.jsx("input", { type: "checkbox", checked: allSelected, onChange: onSelectAll, "aria-label": "Selecionar todas as linhas" }) })), expandedRowComponent && (jsxRuntime.jsx("th", { className: "".concat(DG, "__table-header-cell"), style: __assign(__assign({}, fbTh), { width: 48 }), "aria-label": "Expandir" })), columns.map(function (col) {
111480
+ var _a;
111481
+ var _b;
111482
+ var curSort = sorting === null || sorting === void 0 ? void 0 : sorting.find(function (s) { return s.columnName === col.name; });
111483
+ var alignCls = col.align ? "".concat(DG, "__sort-label--").concat(col.align) : '';
111484
+ return (jsxRuntime.jsx("th", { className: "".concat(DG, "__table-header-cell"), style: __assign(__assign(__assign({}, fbTh), { width: col.width }), col.style), children: jsxRuntime.jsxs("button", { type: "button", className: classNames$1("".concat(DG, "__sort-label"), alignCls), style: __assign(__assign({}, fbSortLabel), { cursor: onSortingChange ? 'pointer' : 'default' }), onClick: function () { return onSortingChange === null || onSortingChange === void 0 ? void 0 : onSortingChange(nextSort(sorting, col.name)); }, children: [jsxRuntime.jsx("span", { className: "".concat(DG, "__column-title"), children: (_b = col.title) !== null && _b !== void 0 ? _b : col.name }), onSortingChange && (jsxRuntime.jsx("span", { className: classNames$1("".concat(DG, "__sort-icon-container"), (_a = {},
111485
+ _a["".concat(DG, "__sort-icon--hidden")] = !curSort,
111486
+ _a)), children: (curSort === null || curSort === void 0 ? void 0 : curSort.direction) === 'desc' ? '▼' : '▲' }))] }) }, col.name));
111487
+ }), hasActions && (jsxRuntime.jsx("th", { className: "".concat(DG, "__table-actions-header-cell"), style: __assign(__assign({}, fbTh), { textAlign: 'center' }), children: "A\u00E7\u00F5es" }))] }) }), jsxRuntime.jsxs("tbody", { className: "".concat(DG, "__table-body"), children: [loading && Array.from({ length: pageSize }).map(function (_, i) { return (
111488
+ // eslint-disable-next-line react/no-array-index-key
111489
+ jsxRuntime.jsxs("tr", { "aria-hidden": "true", children: [enableSelection && (jsxRuntime.jsx("td", { className: "".concat(DG, "__table-selection-cell"), style: fbTd, "aria-label": "loading", children: jsxRuntime.jsx(Skeleton, { width: 20, height: 20 }) })), expandedRowComponent && (jsxRuntime.jsx("td", { className: "".concat(DG, "__table-cell ").concat(densityClass), style: fbTd, "aria-label": "loading" })), columns.map(function (col) { return (
111490
+ // eslint-disable-next-line react/no-array-index-key
111491
+ jsxRuntime.jsx("td", { className: "".concat(DG, "__table-cell ").concat(densityClass), style: fbTd, "aria-label": col.name, children: jsxRuntime.jsx(Skeleton, { height: 24 }) }, "sk-".concat(col.name, "-").concat(i))); }), hasActions && (jsxRuntime.jsx("td", { className: "".concat(DG, "__table-actions-cell"), style: fbTd, "aria-label": "loading", children: jsxRuntime.jsx(Skeleton, { width: 60, height: 24 }) }))] }, "skel-".concat(i))); }), isEmpty && (jsxRuntime.jsx("tr", { className: "".concat(DG, "__empty-table"), children: jsxRuntime.jsx("td", { colSpan: colSpan, className: "".concat(DG, "__empty-table-content"), style: fbEmpty, children: jsxRuntime.jsx(Typography, { as: "body", children: fetched ? 'Não foram encontrados registros' : 'Realize uma pesquisa para exibir os dados' }) }) })), !loading && display.map(function (row) {
111492
+ var _a, _b;
111493
+ var rowId = getRowId(row);
111494
+ var isSelected = selIds.includes(rowId);
111495
+ var isExpanded = expIds.includes(rowId);
111496
+ var rowStyle = getRowStyles === null || getRowStyles === void 0 ? void 0 : getRowStyles(row);
111497
+ var rowCls = classNames$1((_a = {},
111498
+ _a["".concat(DG, "__table-selection-row")] = enableSelection,
111499
+ _a["".concat(DG, "__table-selection-row--highlighted")] = isSelected,
111500
+ _a));
111501
+ var cellBg = isSelected ? fb.primaryLight : undefined;
111502
+ return (jsxRuntime.jsxs(React.Fragment, { children: [jsxRuntime.jsxs("tr", { className: rowCls, style: rowStyle, children: [enableSelection && (jsxRuntime.jsx("td", { className: classNames$1("".concat(DG, "__table-selection-cell"), (_b = {},
111503
+ _b["".concat(DG, "__table-selection-cell--highlighted")] = isSelected,
111504
+ _b)), style: __assign(__assign({}, fbTd), { background: cellBg }), children: jsxRuntime.jsx("input", { type: "checkbox", checked: isSelected, onChange: function () { return onSelectRow(rowId); }, "aria-label": "Selecionar linha ".concat(rowId) }) })), expandedRowComponent && (jsxRuntime.jsx("td", { className: "".concat(DG, "__table-cell ").concat(densityClass), style: __assign(__assign({}, fbTd), { textAlign: 'center', background: cellBg }), children: jsxRuntime.jsx(IconButton, { icon: isExpanded ? 'expandLess' : 'expandMore', onClick: function () { return onToggleExpand(rowId); }, "aria-label": isExpanded ? 'Recolher linha' : 'Expandir linha' }) })), columns.map(function (col) {
111505
+ var _a;
111506
+ var cellCls = classNames$1("".concat(DG, "__table-cell"), densityClass, (_a = {},
111507
+ _a["".concat(DG, "__table-cell--center")] = col.align === 'center',
111508
+ _a["".concat(DG, "__table-cell--left")] = col.align === 'left',
111509
+ _a["".concat(DG, "__table-cell--right")] = col.align === 'right',
111510
+ _a["".concat(DG, "__table-cell--number")] = typeof row[col.name] === 'number',
111511
+ _a));
111512
+ return (jsxRuntime.jsx("td", { className: cellCls, style: __assign(__assign({}, fbTd), { background: cellBg, wordBreak: col.wordWrapEnabled ? 'break-word' : undefined, whiteSpace: col.wordWrapEnabled ? 'normal' : undefined }), children: renderCell(row, col, fm) }, col.name));
111513
+ }), hasActions && (jsxRuntime.jsx("td", { className: "".concat(DG, "__table-actions-cell"), style: __assign(__assign({}, fbTd), { textAlign: 'center', padding: 0, background: cellBg }), children: jsxRuntime.jsxs("div", { className: "".concat(DG, "__table-actions-content"), style: fbActionsContent, children: [rowPrimaryActions === null || rowPrimaryActions === void 0 ? void 0 : rowPrimaryActions.map(function (action) {
111514
+ var _a;
111515
+ return (jsxRuntime.jsx(IconButton, { icon: (_a = action.icon) !== null && _a !== void 0 ? _a : 'moreVert', onClick: function () { return action.onClick(row); }, "aria-label": action.description }, action.description));
111516
+ }), rowActions === null || rowActions === void 0 ? void 0 : rowActions(row)] }) }))] }), isExpanded && expandedRowComponent && (jsxRuntime.jsx("tr", { children: jsxRuntime.jsx("td", { colSpan: colSpan, style: { padding: 16, background: fb.bgAlt, borderBottom: "1px solid ".concat(fb.border) }, children: expandedRowComponent({ row: row }) }) }))] }, rowId));
111517
+ })] })] }) }), isPaged && (jsxRuntime.jsxs("div", { className: "".concat(DG, "__footer"), style: fbFooter, children: [jsxRuntime.jsxs("span", { className: "".concat(DG, "__page-size-container"), style: fbPageSizeContainer, children: [jsxRuntime.jsx(Typography, { as: "caption", children: "Itens por p\u00E1gina:" }), onPageSizeChange && (jsxRuntime.jsx("select", { value: pageSize, onChange: function (e) { return onPageSizeChange(Number(e.target.value)); }, style: fbSelect, "aria-label": "Itens por p\u00E1gina", children: pageSizes.map(function (size) { return (jsxRuntime.jsx("option", { value: size, children: size }, size)); }) })), jsxRuntime.jsxs(Typography, { as: "caption", children: [startItem, " a ", endItem, " de ", totalRows] })] }), jsxRuntime.jsxs("span", { className: "".concat(DG, "__page-size-container"), style: fbPageSizeContainer, children: [jsxRuntime.jsx(IconButton, { icon: "arrowDropDown", className: "".concat(DG, "__prev-page-icon"), style: { transform: 'rotate(90deg)' }, disabled: pg <= 0, onClick: function () { return onCurrentPageChange === null || onCurrentPageChange === void 0 ? void 0 : onCurrentPageChange(pg - 1); }, "aria-label": "P\u00E1gina anterior" }), jsxRuntime.jsx(Typography, { as: "caption", children: "P\u00E1gina" }), jsxRuntime.jsx(Typography, { as: "caption", children: pg + 1 }), jsxRuntime.jsxs(Typography, { as: "caption", children: ["de ", totalPages] }), jsxRuntime.jsx(IconButton, { icon: "arrowDropDown", className: "".concat(DG, "__next-page-icon"), style: { transform: 'rotate(-90deg)' }, disabled: pg >= totalPages - 1, onClick: function () { return onCurrentPageChange === null || onCurrentPageChange === void 0 ? void 0 : onCurrentPageChange(pg + 1); }, "aria-label": "Pr\u00F3xima p\u00E1gina" })] })] }))] }));
111518
+ }
111519
+
111520
+ function FooterFallback() {
111521
+ var currentYear = React.useState(new Date().getFullYear())[0];
111522
+ return (jsxRuntime.jsxs("div", { className: "".concat(PREFIX, "-footer"), "data-cdn-subscriber": true, children: [jsxRuntime.jsx(Typography, { as: "caption", children: "FreeDOM" }), jsxRuntime.jsxs(Typography, { as: "caption", children: ["\u00A9 ", currentYear] })] }));
111523
+ }
111524
+
111525
+ var TIME_TO_SHOW_DELAY_MESSAGE_MS = 20000;
111526
+ function Spinner(_a) {
111527
+ var _b;
111528
+ var description = _a.description, delayMessage = _a.delayMessage;
111529
+ var _c = React.useState(false), showDelayMessage = _c[0], setShowDelayMessage = _c[1];
111530
+ var delayMessageClassNames = classNames$1((_b = {},
111531
+ _b["".concat(PREFIX, "-spinner__delay-message")] = true,
111532
+ _b["".concat(PREFIX, "-spinner__delay-message--visible")] = showDelayMessage,
111533
+ _b));
111534
+ React.useEffect(function () {
111535
+ var timeout = setTimeout(function () {
111536
+ if (delayMessage)
111537
+ setShowDelayMessage(true);
111538
+ }, TIME_TO_SHOW_DELAY_MESSAGE_MS);
111539
+ return function () { return clearTimeout(timeout); };
111540
+ }, [delayMessage]);
111541
+ return (jsxRuntime.jsxs("div", { "data-cdn-subscriber": true, className: "".concat(PREFIX, "-spinner"), role: "status", children: [jsxRuntime.jsx("div", { className: "".concat(PREFIX, "-spinner__spinner"), children: jsxRuntime.jsx(SpinnerIcon, { width: 48 }) }), description && (jsxRuntime.jsx(Typography, { as: "bodySmall", className: "".concat(PREFIX, "-spinner__description"), children: description })), jsxRuntime.jsx(Typography, { as: "bodySmall", className: delayMessageClassNames, children: delayMessage })] }));
111542
+ }
111543
+ function SpinnerIcon(props) {
111544
+ return (jsxRuntime.jsxs("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 60 60", shapeRendering: "geometricPrecision", textRendering: "geometricPrecision" }, props, { children: [jsxRuntime.jsx("style", { children: "\n #atom_to {\n animation: atom_to__to 4000ms linear infinite normal forwards;\n }\n @keyframes atom_to__to {\n 0% { offset-distance: 0%; }\n 50% { offset-distance: 49.926915%; }\n 100% { offset-distance: 100%; }\n }\n " }), jsxRuntime.jsxs("g", { transform: "translate(-2.508003-2.800024)", children: [jsxRuntime.jsxs("g", { children: [jsxRuntime.jsx("ellipse", { rx: "9.319081", ry: "23.069292", transform: "matrix(1.161444 0 0 1 32.5 32.800025)", fill: "rgba(255,255,255,0)", stroke: "#052e79", strokeWidth: "1.5" }), jsxRuntime.jsx("ellipse", { rx: "9.319081", ry: "23.069292", transform: "matrix(.482881 0.836374-.945991 0.546168 32.508005 33.305517)", fill: "rgba(255,255,255,0)", stroke: "#052e79", strokeWidth: "1.5" }), jsxRuntime.jsx("ellipse", { rx: "9.319081", ry: "23.069292", transform: "matrix(-.48288 0.836374-.945991-.546168 32.508005 33.305517)", fill: "rgba(255,255,255,0)", stroke: "#052e79", strokeWidth: "1.5" })] }), jsxRuntime.jsx("g", { id: "atom_to", style: {
111545
+ offsetPath: "path('M32.985579,43.473712Q28.049395,41.189099,26.194993,40.059609C24.340591,38.930119,17.554879,34.353862,13.874549,29.932573C10.194219,25.511284,4.967084,15.317931,23.582085,19.478303Q40.6631,24.79146,53.504766,39.586771Q57.959328,48.927165,47.74425,48.017305C37.529172,47.107445,22.484757,38.110993,21.676409,36.71884C21.676409,36.316003,21.192211,27.448762,23.582085,19.478303C24.71842,17.521282,27.051023,9.659268,32.508005,9.682246Q37.964987,9.705224,41.53602,19.478303Q43.323591,23.137322,43.323591,33.305517C43.323591,43.473712,39.776165,54.908637,32.985579,55.950242C29.921928,56.21236,24.651149,52.769281,22.484757,41.350927C21.31275,35.173656,21.578973,30.655179,21.676409,29.524323C21.763582,29.195387,34.302318,21.742246,40.150047,20.067401C45.997776,18.392556,51.77795,17.384045,54.331342,20.705808C56.617372,24.421562,50.383674,30.969487,45.959847,34.949803C41.53602,38.930119,29.012211,45.915305,21.192211,47.595305C13.372211,49.275305,5.180871,46.615016,13.874549,36.71884C22.568227,26.822664,31.881247,23.771265,32.5,23.036938C32.5,23.036938,44.659579,29.280159,48.674663,34.105139C53.504766,38.930119,60.694119,48.563244,47.341707,48.017305C40.187669,47.190599,38.572568,45.874807,32.985579,43.473712')",
111546
+ offsetRotate: '0deg',
111547
+ }, children: jsxRuntime.jsxs("g", { transform: "translate(-34.622784,-42.279183)", children: [jsxRuntime.jsx("ellipse", { rx: "3.39929", ry: "3.39929", transform: "matrix(1.33663 0 0 1.33663 34.622785 42.279183)", fill: "#fff", stroke: "rgba(237,4,53,0)", strokeWidth: "2" }), jsxRuntime.jsx("ellipse", { rx: "3.39929", ry: "3.39929", transform: "matrix(.624479 0 0 0.624479 34.622785 42.279183)", fill: "rgba(44,57,66,0)", stroke: "#052e79", strokeWidth: "2" })] }) }), jsxRuntime.jsx("ellipse", { rx: "4", ry: "4", transform: "matrix(-1 0 0-1 32.508003 32.800024)", fill: "#40a4ba", strokeWidth: "0" })] })] })));
111548
+ }
111549
+
112299
111550
  exports.AdvancedSelect = AdvancedSelect;
112300
111551
  exports.Alert = Alert;
112301
111552
  exports.Avatar = Avatar;
@@ -112308,6 +111559,7 @@ exports.Button = Button;
112308
111559
  exports.Card = Card;
112309
111560
  exports.Checkbox = Checkbox$1;
112310
111561
  exports.Chip = Chip;
111562
+ exports.DataGrid = DataGrid;
112311
111563
  exports.DatePicker = DatePicker;
112312
111564
  exports.Dialog = Dialog;
112313
111565
  exports.Divider = Divider;
@@ -112316,6 +111568,8 @@ exports.DropdownMenu = DropdownMenu;
112316
111568
  exports.ErrorBoundary = ErrorBoundary;
112317
111569
  exports.FileUpload = FileUpload;
112318
111570
  exports.Filter = Filter;
111571
+ exports.FooterFallback = FooterFallback;
111572
+ exports.HeaderFallback = HeaderFallback;
112319
111573
  exports.IconButton = IconButton;
112320
111574
  exports.ImageCarousel = ImageCarousel;
112321
111575
  exports.LineChart = LineChart;
@@ -112330,7 +111584,9 @@ exports.ProgressBar = ProgressBar;
112330
111584
  exports.RadioGroup = RadioGroup;
112331
111585
  exports.Rating = Rating;
112332
111586
  exports.Select = Select;
111587
+ exports.SidebarFallback = SidebarFallback;
112333
111588
  exports.Skeleton = Skeleton;
111589
+ exports.Spinner = Spinner;
112334
111590
  exports.Stepper = Stepper;
112335
111591
  exports.Switch = Switch;
112336
111592
  exports.Tabs = Tabs;