@dynatrace/strato-icons 0.39.2 → 0.39.4

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 (95) hide show
  1. package/__icons/Backward10Icon.d.ts +3 -0
  2. package/__icons/Backward10Icon.js +37 -0
  3. package/__icons/CompareIcon.js +1 -1
  4. package/__icons/CriticalFailedIcon.d.ts +3 -0
  5. package/__icons/CriticalIcon.d.ts +3 -0
  6. package/__icons/CrosshairIcon.js +1 -1
  7. package/__icons/DavisAiIcon.js +1 -1
  8. package/__icons/DavisAiSignetIcon.js +1 -1
  9. package/__icons/DavisCoPilotIcon.js +1 -1
  10. package/__icons/DavisCoPilotSignetIcon.js +1 -1
  11. package/__icons/DragAllDirectionIcon.d.ts +3 -0
  12. package/__icons/DragVerticalIcon.d.ts +3 -0
  13. package/__icons/ExternalLinkIcon.d.ts +1 -1
  14. package/__icons/Forward10Icon.d.ts +3 -0
  15. package/__icons/Forward10Icon.js +37 -0
  16. package/__icons/InformationIcon.d.ts +3 -0
  17. package/__icons/ManualIcon.js +1 -1
  18. package/__icons/OpenWithIcon.d.ts +1 -1
  19. package/__icons/PlusIcon.d.ts +3 -0
  20. package/__icons/RedoIcon.js +1 -1
  21. package/__icons/RequestIcon.js +1 -1
  22. package/__icons/ServiceLevelObjectivesIcon.d.ts +3 -0
  23. package/__icons/SorterSmallDoubleIcon.js +1 -1
  24. package/__icons/SuccessIcon.d.ts +1 -1
  25. package/__icons/TracesIcon.d.ts +3 -0
  26. package/__icons/TracesIcon.js +37 -0
  27. package/__icons/UnavailableIcon.d.ts +3 -0
  28. package/__icons/UndoIcon.js +1 -1
  29. package/__icons/WarningFailedIcon.d.ts +3 -0
  30. package/__icons/WarningIcon.d.ts +3 -0
  31. package/__icons/WorkflowsIcon.d.ts +3 -0
  32. package/__icons/XAxisIcon.js +1 -1
  33. package/__icons/YAxisLeftIcon.js +1 -1
  34. package/__icons/YAxisRightIcon.js +1 -1
  35. package/__icons/ZoomToFitIcon.d.ts +3 -0
  36. package/__icons/ZoomToFitIcon.js +1 -1
  37. package/__icons/ZoomToSelectionIcon.d.ts +6 -0
  38. package/__icons/ZoomToSelectionIcon.js +37 -0
  39. package/esm/__icons/Backward10Icon.js +9 -0
  40. package/esm/__icons/Backward10Icon.js.map +7 -0
  41. package/esm/__icons/CompareIcon.js +1 -1
  42. package/esm/__icons/CompareIcon.js.map +2 -2
  43. package/esm/__icons/CriticalFailedIcon.js.map +2 -2
  44. package/esm/__icons/CriticalIcon.js.map +2 -2
  45. package/esm/__icons/CrosshairIcon.js +1 -1
  46. package/esm/__icons/CrosshairIcon.js.map +2 -2
  47. package/esm/__icons/DavisAiIcon.js +1 -1
  48. package/esm/__icons/DavisAiIcon.js.map +2 -2
  49. package/esm/__icons/DavisAiSignetIcon.js +1 -1
  50. package/esm/__icons/DavisAiSignetIcon.js.map +2 -2
  51. package/esm/__icons/DavisCoPilotIcon.js +1 -1
  52. package/esm/__icons/DavisCoPilotIcon.js.map +2 -2
  53. package/esm/__icons/DavisCoPilotSignetIcon.js +1 -1
  54. package/esm/__icons/DavisCoPilotSignetIcon.js.map +2 -2
  55. package/esm/__icons/DragAllDirectionIcon.js.map +2 -2
  56. package/esm/__icons/DragVerticalIcon.js.map +2 -2
  57. package/esm/__icons/ExternalLinkIcon.js.map +1 -1
  58. package/esm/__icons/Forward10Icon.js +9 -0
  59. package/esm/__icons/Forward10Icon.js.map +7 -0
  60. package/esm/__icons/InformationIcon.js.map +2 -2
  61. package/esm/__icons/ManualIcon.js +1 -1
  62. package/esm/__icons/ManualIcon.js.map +1 -1
  63. package/esm/__icons/OpenWithIcon.js.map +1 -1
  64. package/esm/__icons/PlusIcon.js.map +2 -2
  65. package/esm/__icons/RedoIcon.js +1 -1
  66. package/esm/__icons/RedoIcon.js.map +2 -2
  67. package/esm/__icons/RequestIcon.js +1 -1
  68. package/esm/__icons/RequestIcon.js.map +2 -2
  69. package/esm/__icons/ServiceLevelObjectivesIcon.js.map +2 -2
  70. package/esm/__icons/SorterSmallDoubleIcon.js +1 -1
  71. package/esm/__icons/SorterSmallDoubleIcon.js.map +2 -2
  72. package/esm/__icons/SuccessIcon.js.map +1 -1
  73. package/esm/__icons/TracesIcon.js +9 -0
  74. package/esm/__icons/TracesIcon.js.map +7 -0
  75. package/esm/__icons/UnavailableIcon.js.map +2 -2
  76. package/esm/__icons/UndoIcon.js +1 -1
  77. package/esm/__icons/UndoIcon.js.map +2 -2
  78. package/esm/__icons/WarningFailedIcon.js.map +2 -2
  79. package/esm/__icons/WarningIcon.js.map +2 -2
  80. package/esm/__icons/WorkflowsIcon.js.map +2 -2
  81. package/esm/__icons/XAxisIcon.js +1 -1
  82. package/esm/__icons/XAxisIcon.js.map +2 -2
  83. package/esm/__icons/YAxisLeftIcon.js +1 -1
  84. package/esm/__icons/YAxisLeftIcon.js.map +2 -2
  85. package/esm/__icons/YAxisRightIcon.js +1 -1
  86. package/esm/__icons/YAxisRightIcon.js.map +2 -2
  87. package/esm/__icons/ZoomToFitIcon.js +1 -1
  88. package/esm/__icons/ZoomToFitIcon.js.map +2 -2
  89. package/esm/__icons/ZoomToSelectionIcon.js +9 -0
  90. package/esm/__icons/ZoomToSelectionIcon.js.map +7 -0
  91. package/esm/index.js +8 -0
  92. package/esm/index.js.map +2 -2
  93. package/index.d.ts +4 -0
  94. package/index.js +8 -0
  95. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ export declare const Backward10Icon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,37 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+ var Backward10Icon_exports = {};
29
+ __export(Backward10Icon_exports, {
30
+ Backward10Icon: () => Backward10Icon
31
+ });
32
+ module.exports = __toCommonJS(Backward10Icon_exports);
33
+ var import_react = __toESM(require("react"));
34
+ var import_SvgIcon = require("../lib/SvgIcon.js");
35
+ const Backward10Icon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M4.64062 8.37933L9.64062 8.37933V6.87933H7.04195C7.9399 6.02515 9.15527 5.50061 10.4939 5.50061C13.26 5.50061 15.5 7.74052 15.5 10.5006C15.5 12.7396 14.0259 14.6364 11.9927 15.2727V16.8273C14.8634 16.1511 17 13.5751 17 10.5006C17 6.91076 14.0871 4.00061 10.4939 4.00061C8.81988 4.00061 7.29356 4.63221 6.14062 5.6699V3.37933H4.64062V7.65924C4.62679 7.68763 4.61315 7.71614 4.59972 7.74477L4.64062 7.74473V8.37933Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.57075 16.894C7.25875 16.894 6.44275 15.878 6.44275 14.23V13.662C6.44275 12.014 7.25875 11.006 8.57075 11.006C9.89075 11.006 10.7148 12.014 10.7148 13.662V14.23C10.7148 15.878 9.89075 16.894 8.57075 16.894ZM7.63475 14.334C7.63475 14.502 7.64275 14.662 7.66675 14.806L9.22675 12.422C9.06675 12.198 8.84275 12.078 8.57075 12.078C7.98675 12.078 7.63475 12.622 7.63475 13.558V14.334ZM7.92275 15.486C8.08275 15.702 8.29875 15.822 8.57075 15.822C9.17875 15.822 9.53075 15.27 9.52275 14.334L9.51475 13.558C9.51475 13.39 9.49875 13.238 9.48275 13.102L7.92275 15.486Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M2.324 15.678V16.75H5.548V15.678H4.572V11.15H3.7L2.084 12.078L2.404 12.806L3.38 12.51V15.678H2.324Z" }));
37
+ });
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(CompareIcon_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const CompareIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M12.0784 8.15685L9.25 5.32843L12.0784 2.5L12.9436 3.36879L11.8002 4.57794L15.2374 4.57794C15.7896 4.57794 16.2374 5.02565 16.2374 5.57794V6.07794L11.8121 6.07794L12.9436 7.24793L12.0784 8.15685Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M16.2374 6.08185H14.7374V11.857C14.3844 11.9587 14.0605 12.1292 13.7813 12.353C13.1526 12.857 12.75 13.6314 12.75 14.4999C12.75 15.3683 13.1526 16.1428 13.7813 16.6467C14.2521 17.0241 14.8497 17.2499 15.5 17.2499C17.0188 17.2499 18.25 16.0187 18.25 14.4999C18.25 13.2365 17.3981 12.1721 16.2374 11.8499V6.08185ZM15.5 13.2499C16.1904 13.2499 16.75 13.8095 16.75 14.4999C16.75 15.1903 16.1904 15.7499 15.5 15.7499C15.2029 15.7499 14.9337 15.6481 14.7195 15.4764C14.4306 15.2448 14.25 14.894 14.25 14.4999C14.25 14.1058 14.4306 13.755 14.7195 13.5234C14.9337 13.3516 15.2029 13.2499 15.5 13.2499Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M7.92157 11.8431L10.75 14.6716L7.92157 17.5L7.05639 16.6312L8.20001 15.4219H4.76264C4.21035 15.4219 3.76264 14.9742 3.76264 14.4219V13.9219H8.18775L7.05639 12.7521L7.92157 11.8431Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M3.76266 13.918H5.26266L5.26266 7.91799H5.16926C5.5586 7.82064 5.91506 7.6403 6.21875 7.39685C6.84744 6.89287 7.25 6.11845 7.25 5.25C7.25 4.38156 6.84744 3.60713 6.21875 3.10315C5.74795 2.72575 5.15034 2.5 4.5 2.5C2.98122 2.5 1.75 3.73122 1.75 5.25C1.75 6.53795 2.6354 7.6191 3.83074 7.91799H3.76266L3.76266 13.918ZM4.5 6.5C3.80964 6.5 3.25 5.94036 3.25 5.25C3.25 4.55964 3.80964 4 4.5 4C4.79707 4 5.06626 4.10175 5.28054 4.27353C5.56938 4.50506 5.75 4.85593 5.75 5.25C5.75 5.64407 5.56938 5.99494 5.28054 6.22648C5.06626 6.39825 4.79707 6.5 4.5 6.5Z" }));
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M11.8323 8.07849L9.00391 5.25006L11.8323 2.42163L12.8945 3.48383L11.8783 4.50006L15.2499 4.50006C15.8022 4.50006 16.2499 4.94777 16.2499 5.50006L16.25 12.1036C17.4043 12.43 18.25 13.4913 18.25 14.7501C18.25 16.2688 17.0188 17.5001 15.5 17.5001C14.8497 17.5001 14.2521 17.2743 13.7813 16.8969C13.1526 16.3929 12.75 15.6185 12.75 14.7501C12.75 13.8816 13.1526 13.1072 13.7813 12.6032C14.0638 12.3767 14.3921 12.2048 14.75 12.1036V6.00006H11.8719L12.8913 7.01949L11.8323 8.07849ZM15.5 13.5001C15.2029 13.5001 14.9337 13.6018 14.7195 13.7736C14.4306 14.0051 14.25 14.356 14.25 14.7501C14.25 15.1441 14.4306 15.495 14.7195 15.7265C14.9337 15.8983 15.2029 16.0001 15.5 16.0001C16.1904 16.0001 16.75 15.4404 16.75 14.7501C16.75 14.0597 16.1904 13.5001 15.5 13.5001Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M7.91755 11.9216L10.746 14.7501L7.91755 17.5785L6.85535 16.5163L7.87159 15.5001H4.75006C4.19778 15.5001 3.75007 15.0523 3.75006 14.5001L3.75 7.89654C2.59575 7.57008 1.75 6.50884 1.75 5.25006C1.75 3.73128 2.98122 2.50006 4.5 2.50006C5.15034 2.50006 5.74795 2.72581 6.21875 3.10321C6.84744 3.60719 7.25 4.38162 7.25 5.25006C7.25 6.11851 6.84744 6.89293 6.21875 7.39691C5.93618 7.62342 5.60792 7.79531 5.25 7.89654L5.25 14.0001H7.87799L6.85855 12.9806L7.91755 11.9216ZM4.5 6.50006C4.79707 6.50006 5.06626 6.39831 5.28054 6.22653C5.56938 5.995 5.75 5.64413 5.75 5.25006C5.75 4.85599 5.56938 4.50512 5.28054 4.27359C5.06626 4.10181 4.79707 4.00006 4.5 4.00006C3.80964 4.00006 3.25 4.5597 3.25 5.25006C3.25 5.94042 3.80964 6.50006 4.5 6.50006Z" }));
37
37
  });
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ /**
4
+ * Use to show failed processes
5
+ */
3
6
  export declare const CriticalFailedIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ /**
4
+ * Use when something needs attention
5
+ */
3
6
  export declare const CriticalIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(CrosshairIcon_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const CrosshairIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M4.5 4.5V5.99609H3V4C3 3.44772 3.44772 3 4 3H6V4.5H4.5Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14 4.5H15.5V5.99609H17V4C17 3.44772 16.5523 3 16 3H14V4.5Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M17 14H15.5V15.5H14V17H16C16.5523 17 17 16.5523 17 16V14Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M4.5 15.5H6V17L4 17C3.44772 17 3 16.5523 3 16V14H4.5V15.5Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.25082 10.75L9.25083 13.9992H10.7508V10.75H14V9.25H10.7508V5.99527H9.25082L9.25083 9.25L6 9.25V10.75H9.25082Z" }));
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M3.5 5.42173V3.49762H5.42856V1.99762H3C2.44772 1.99762 2 2.44534 2 2.99762V5.42173H3.5Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M16.5 3.49762H14.5714V1.99762H17C17.5523 1.99762 18 2.44534 18 2.99762L18 5.42173H16.5V3.49762Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M16.5 14.569H18L18 16.9976C18 17.5499 17.5523 17.9976 17 17.9976H14.5714V16.4976H16.5V14.569Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.42856 16.4976H3.5V14.569H2V16.9976C2 17.5499 2.44772 17.9976 3 17.9976L5.42856 17.9976V16.4976Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.5 10.7476H10.7509V14.5H9.25089V10.7476H5.50003L5.50003 9.24762H9.25088L9.25089 5.49999L10.7509 5.49998V9.24762L14.5 9.24762V10.7476Z" }));
37
37
  });
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(DavisAiIcon_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const DavisAiIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M1.5 14.7265H2.38645C3.1464 14.7265 3.56057 15.2167 3.56057 16.1181V16.5988C3.56057 17.4639 3.14265 17.9312 2.37333 17.9312H1.50094L1.5 14.7265ZM2.38645 17.5564C2.89902 17.5564 3.15108 17.2493 3.15108 16.6083V16.1276C3.15108 15.4409 2.89433 15.1023 2.37333 15.1023H1.90106V17.5564H2.38645Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M4.03192 17.254C4.03192 16.7456 4.45922 16.5034 5.01677 16.5034H5.52465L5.51996 16.2878C5.51528 15.9807 5.32224 15.871 5.00271 15.871C4.75064 15.871 4.49483 15.9397 4.31023 16.0265L4.17061 15.6965C4.43579 15.5686 4.74596 15.5038 5.02051 15.5038C5.51528 15.5038 5.9154 15.7098 5.9154 16.3002V17.9302H5.59118L5.57337 17.5459C5.45156 17.8387 5.18637 17.9989 4.83591 17.9989C4.36364 17.9989 4.03099 17.7194 4.03099 17.2893V17.253L4.03192 17.254ZM4.8912 17.6803C5.32318 17.6803 5.53402 17.4696 5.53027 17.0442L5.52558 16.8334H5.00833C4.61664 16.8334 4.41424 16.9803 4.41424 17.255V17.2912C4.41424 17.5478 4.58104 17.6803 4.8912 17.6803Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M6.26488 15.5734H6.69686L7.25909 17.5515L7.84381 15.5734H8.26174L7.51491 17.9311H6.9836L6.26488 15.5734Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.89336 14.7036C9.04142 14.7036 9.15011 14.8133 9.15011 14.965C9.15011 15.1166 9.04235 15.2263 8.89336 15.2263C8.74437 15.2263 8.63661 15.1166 8.63661 14.965C8.63661 14.8133 8.74437 14.7036 8.89336 14.7036ZM8.69564 15.5735H9.09108V17.9313H8.69564V15.5735Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.5642 17.7034L9.7666 17.4011C9.96901 17.5479 10.2211 17.6395 10.4816 17.6395C10.7158 17.6395 10.936 17.5298 10.9314 17.278C10.9267 17.0768 10.7786 16.9757 10.5987 16.948L10.2707 16.8974C9.90623 16.8421 9.63635 16.6228 9.64104 16.2059C9.64573 15.7758 9.93809 15.5059 10.446 15.5059C10.7252 15.5059 11.0176 15.5841 11.2378 15.6985L11.0982 16.0371C10.9538 15.9589 10.7158 15.8721 10.446 15.8721C10.2033 15.8721 10.0056 15.9818 10.0056 16.2059C10.0056 16.4072 10.1583 16.5083 10.3523 16.5398L10.6718 16.5903C11.041 16.6495 11.3062 16.8698 11.3062 17.2952C11.3062 17.753 11.0007 18.0048 10.4516 18C10.1011 17.9953 9.80877 17.8856 9.56514 17.7024L9.5642 17.7034Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M11.7485 15.5964C11.7485 15.0699 12.144 14.6531 12.6528 14.6531C13.1616 14.6531 13.602 15.0699 13.602 15.5964C13.602 16.1229 13.1841 16.5445 12.6528 16.5445C12.1215 16.5445 11.7485 16.1276 11.7485 15.5964ZM12.6528 16.3194C13.0623 16.3194 13.3818 15.9989 13.3818 15.5964C13.3818 15.1939 13.0623 14.8772 12.6528 14.8772C12.2658 14.8772 11.965 15.1929 11.965 15.5964C11.965 15.9998 12.2667 16.3194 12.6528 16.3194ZM12.3735 15.1243H12.6884C12.8955 15.1243 13.0126 15.2254 13.0126 15.3989C13.0126 15.5182 12.9583 15.6002 12.8646 15.646L13.0716 16.0447H12.8599L12.68 15.6784H12.5628V16.0447H12.3735V15.1243ZM12.6659 15.5182C12.7652 15.5182 12.8102 15.4819 12.8102 15.4037C12.8102 15.3303 12.7652 15.294 12.6659 15.294H12.5628V15.5182H12.6659Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.493 14.7264H15.9925L17.027 17.9312H16.5866L16.3486 17.1577H15.1201L14.8727 17.9312H14.4501L15.493 14.7264ZM16.2305 16.7733L15.7451 15.1938L15.241 16.7733H16.2305Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M17.5235 17.5516H17.8112V15.107H17.5235V14.7274H18.5V15.107H18.2123V17.5516H18.5V17.9312H17.5235V17.5516Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.9446 6.08551C9.75281 6.16321 9.59961 6.31642 9.5219 6.5082C9.22706 7.23455 9.91374 7.92122 10.6401 7.62638C10.8319 7.54868 10.9851 7.39547 11.0628 7.20369C11.3576 6.47734 10.6709 5.79067 9.9446 6.08551Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M12.9393 6.12908C12.9288 6.13184 12.9192 6.13404 12.9112 6.13569C12.292 6.24481 11.6073 5.99351 11.37 5.89459C11.5946 6.14837 11.731 6.48234 11.731 6.84744C11.731 6.90806 11.7271 6.96786 11.7203 7.02627C11.6985 7.19904 11.6464 7.36217 11.569 7.51041C11.3695 7.89453 11.0019 8.17724 10.5635 8.26046C10.4759 8.27727 10.3852 8.28609 10.2926 8.28609C10.2122 8.28609 10.1334 8.27947 10.0565 8.26652C9.61478 8.19378 9.24113 7.91988 9.03254 7.5421C8.95153 7.39551 8.89559 7.23349 8.86969 7.06154C8.85922 6.99155 8.85398 6.92019 8.85398 6.84744C8.85398 6.46746 9.0014 6.12109 9.24278 5.864C9.35851 5.74028 9.49601 5.63695 9.64922 5.56035C9.84293 5.46335 10.0612 5.40879 10.2926 5.40879H10.3588C10.4301 5.40879 10.4907 5.35672 10.5009 5.28617C10.5483 4.96626 10.4985 4.65875 10.4139 4.39394C10.3397 4.16221 10.1086 4.01561 9.86773 4.05199C9.47369 4.11123 9.10611 4.25176 8.78316 4.45622C8.6757 4.524 8.57292 4.59923 8.47593 4.68079C7.85787 5.1991 7.46466 5.97753 7.46466 6.84744C7.46466 7.08772 7.49469 7.32111 7.55146 7.54403C7.58287 7.6683 7.62227 7.78899 7.66967 7.90583C8.06646 8.88899 9.0003 9.59798 10.108 9.66907C10.1689 9.67321 10.2306 9.67513 10.2926 9.67513C10.3585 9.67513 10.4238 9.67293 10.4885 9.66852C11.5949 9.59302 12.5265 8.88045 12.9194 7.89508C12.9663 7.77797 13.0057 7.65701 13.0363 7.53301C13.0911 7.31367 13.12 7.08386 13.12 6.84744C13.12 6.65759 13.0663 6.34374 13.0382 6.19163C13.0297 6.14589 12.9842 6.11723 12.9393 6.12908Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.789 4.35348C10.8653 4.85802 10.8565 5.238 10.8107 5.50666C10.8071 5.52705 10.8242 5.54496 10.8443 5.54138C11.3202 5.45761 11.6305 5.05393 11.8468 4.58577C11.8529 4.57254 11.8484 4.55656 11.8363 4.54857C11.8115 4.53176 11.7867 4.51551 11.7614 4.49952C11.5079 4.34053 11.2268 4.22177 10.927 4.15178C10.8432 4.13194 10.7661 4.20358 10.779 4.28873L10.789 4.35348Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.5375 6.03819C14.4818 5.75492 14.3981 5.48157 14.2898 5.2209C14.1801 4.95583 14.0445 4.70425 13.8869 4.46838L14.3308 4.17189C14.1525 3.90543 13.9486 3.65743 13.7227 3.43148C13.4967 3.20553 13.2487 3.00162 12.9823 2.82334L12.6858 3.26725C12.4502 3.10936 12.1983 2.97434 11.9333 2.8644C11.6726 2.75611 11.3995 2.67262 11.1165 2.61668C10.8418 2.5624 10.5574 2.53374 10.267 2.53374V2C9.94076 2 9.62167 2.03224 9.31333 2.09314C8.99535 2.15596 8.68866 2.24965 8.3963 2.37089C8.21141 2.44749 8.0323 2.53539 7.8598 2.63321C7.68896 2.72993 7.63771 2.95258 7.74683 3.11598L7.84795 3.26725C7.61071 3.42625 7.38972 3.60783 7.18829 3.80899C6.98714 4.01041 6.80555 4.23113 6.64683 4.46838C6.48894 4.70425 6.35365 4.95583 6.2437 5.2209C6.13569 5.48157 6.05192 5.75492 5.99626 6.03819C5.9417 6.31291 5.91332 6.597 5.91332 6.88771H5.37958C5.37958 7.21396 5.41154 7.53304 5.47244 7.84111C5.53526 8.15937 5.62895 8.46606 5.75019 8.75842C5.87364 9.05601 6.02574 9.33845 6.20265 9.60298C6.38093 9.86943 6.58483 10.1172 6.81106 10.3431C6.92156 10.4539 7.03729 10.5589 7.1577 10.6583C7.36078 10.8259 7.66334 10.784 7.80965 10.5652L7.84795 10.5079C8.08355 10.6655 8.3354 10.8011 8.60021 10.9107C8.86088 11.0188 9.13422 11.1022 9.41749 11.1582C9.69221 11.2127 9.9763 11.2411 10.267 11.2411C10.5577 11.2411 10.8418 11.2127 11.1165 11.1582C11.3995 11.1022 11.6726 11.0188 11.9333 10.9107L12.1374 11.404C12.435 11.2805 12.7178 11.1287 12.9823 10.9515C13.2487 10.7732 13.4967 10.5693 13.7227 10.3434C13.8638 10.2026 13.996 10.0529 14.1189 9.89561C14.2396 9.74158 14.2021 9.517 14.0393 9.40816L13.8869 9.30648C14.0448 9.07116 14.1801 8.81904 14.29 8.55396C14.3981 8.29329 14.4818 8.01994 14.5375 7.73695C14.592 7.46223 14.6204 7.17814 14.6204 6.88771C14.6204 6.59728 14.592 6.31291 14.5375 6.03819ZM14.0346 7.63693C13.9858 7.88492 13.9131 8.12603 13.8172 8.35804C13.721 8.58978 13.602 8.81187 13.4612 9.02184C13.3223 9.2285 13.1625 9.42332 12.9826 9.60325C12.8026 9.78319 12.6078 9.943 12.4011 10.0819C12.1915 10.2227 11.9691 10.3417 11.7373 10.4376C11.5059 10.5338 11.2645 10.6068 11.0165 10.6556C10.7721 10.7035 10.5213 10.728 10.267 10.728V10.2593C10.267 10.2464 10.2565 10.2359 10.2436 10.2359C10.0298 10.2345 9.81869 10.213 9.6134 10.1725C9.3971 10.1301 9.18658 10.0665 8.98487 9.98296C8.78262 9.89919 8.58918 9.79531 8.40622 9.67241C8.22601 9.55172 8.05599 9.41202 7.89921 9.25523C7.74214 9.09817 7.60299 8.92843 7.48175 8.7485C7.42306 8.66087 7.3685 8.57077 7.31862 8.47846C7.22549 8.30624 7.01607 8.23404 6.83531 8.30899L6.71682 8.35804C6.62066 8.12603 6.54763 7.8852 6.49886 7.63693C6.45064 7.39279 6.42612 7.14204 6.42612 6.88771C6.42612 6.63337 6.45064 6.38207 6.49886 6.13793C6.54763 5.88994 6.62066 5.64883 6.71682 5.41682C6.81271 5.18508 6.93175 4.96271 7.07256 4.75302C7.21116 4.54608 7.37125 4.35154 7.55119 4.17161C7.73112 3.99195 7.92566 3.83186 8.1326 3.69353C8.34229 3.55245 8.56438 3.43341 8.7964 3.33724C9.02814 3.24135 9.26952 3.16833 9.51751 3.11956L9.55609 3.31327C9.58723 3.47033 9.73299 3.57725 9.89198 3.55961C10.0157 3.54584 10.1408 3.53895 10.267 3.53895C10.4888 3.53895 10.7073 3.56016 10.9203 3.60232C11.1364 3.64476 11.3466 3.70841 11.5489 3.79218C11.7508 3.87594 11.9448 3.97955 12.1278 4.10245L12.4011 3.69325C12.6078 3.83186 12.8026 3.99168 12.9826 4.17161C13.1625 4.35182 13.3223 4.54636 13.4612 4.7533L13.0517 5.02664C13.1746 5.20961 13.2785 5.40332 13.3623 5.60557C13.4458 5.80755 13.5094 6.0178 13.5518 6.2341C13.5766 6.3592 13.5943 6.48623 13.6045 6.61491C13.6169 6.76922 13.7464 6.88771 13.901 6.88771H14.1076C14.1076 7.14204 14.0828 7.39251 14.0346 7.63693Z" }));
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.5859 5.10658C14.7103 5.40852 14.8059 5.72387 14.8703 6.05153V6.04929C14.9325 6.36688 14.9658 6.69566 14.9658 7.03114C14.9658 7.36663 14.9325 7.6954 14.8703 8.01299C14.8059 8.33953 14.7103 8.656 14.5859 8.95682C14.4603 9.26323 14.3048 9.55398 14.1237 9.82684C13.9415 10.1019 13.7327 10.3569 13.5016 10.5895C13.2705 10.8221 13.0172 11.0323 12.7439 11.2157L12.4406 10.7584C12.3817 10.7986 12.3217 10.8366 12.2606 10.8736C12.2535 10.8783 12.2464 10.8825 12.239 10.8869L12.2295 10.8926C12.2162 10.9008 12.2018 10.909 12.1875 10.9172L12.1662 10.9295L12.1639 10.9308L12.1617 10.9322L12.1606 10.9326L12.1595 10.9328C12.1478 10.9395 12.1362 10.946 12.1245 10.9524C12.1128 10.9588 12.1012 10.9653 12.0895 10.972L12.0737 10.9803C12.0628 10.9861 12.0523 10.9916 12.0417 10.9977C12.0184 11.01 11.9951 11.0223 11.9706 11.0346C11.9529 11.0442 11.9344 11.0534 11.9158 11.0626C11.9018 11.0696 11.8878 11.0766 11.874 11.0838H11.8718C11.8329 11.1028 11.794 11.1207 11.7551 11.1375C11.6929 11.1643 11.6329 11.1889 11.5707 11.2135C11.5129 11.2359 11.454 11.2571 11.3951 11.2773L11.3451 11.294C11.2474 11.3253 11.1485 11.3544 11.0485 11.379C11.013 11.388 10.9786 11.3958 10.9442 11.4036C10.9087 11.4125 10.873 11.4204 10.8363 11.4271L10.783 11.4372C10.7653 11.4405 10.7474 11.4439 10.7286 11.4472C10.6941 11.4528 10.6597 11.4584 10.6241 11.464C10.6063 11.4674 10.5886 11.4696 10.5708 11.4718C10.5567 11.4734 10.5426 11.4752 10.5284 11.4771C10.5124 11.4791 10.4962 11.4812 10.4797 11.483C10.4652 11.4847 10.4508 11.4861 10.4364 11.4875C10.422 11.4889 10.4074 11.4903 10.393 11.492L10.3542 11.4953C10.2997 11.4998 10.2453 11.5043 10.1897 11.5065L10.1867 11.5067C10.169 11.5077 10.1521 11.5087 10.1342 11.5087H10.112L10.1089 11.5089C10.0823 11.5099 10.0565 11.511 10.0297 11.511H9.90087C9.88809 11.511 9.87532 11.5107 9.86254 11.5104C9.84976 11.5101 9.83699 11.5099 9.82421 11.5099L9.74422 11.5065C9.68867 11.5043 9.63423 11.4998 9.57979 11.4953C9.57201 11.4948 9.56423 11.4939 9.55645 11.4931C9.54868 11.4922 9.54091 11.4914 9.53313 11.4908C9.50647 11.4886 9.47981 11.4864 9.45425 11.483C9.40537 11.4774 9.35649 11.4707 9.30871 11.464C9.28501 11.461 9.26131 11.457 9.23761 11.4531L9.20206 11.4472C9.16651 11.4405 9.13096 11.4338 9.09652 11.4271C9.0243 11.4126 8.95209 11.3969 8.88099 11.379L8.82766 11.3656C8.79852 11.3583 8.77012 11.3502 8.74125 11.342L8.72211 11.3365C8.71327 11.3337 8.7047 11.3312 8.69613 11.3287C8.68752 11.3262 8.67879 11.3237 8.6699 11.3209L8.61768 11.3041C8.60991 11.3013 8.60214 11.2988 8.59436 11.2963C8.58659 11.2937 8.57879 11.2912 8.57102 11.2884C8.55213 11.2828 8.53325 11.2761 8.51436 11.2694L8.50433 11.2661C8.49069 11.2616 8.47661 11.2569 8.46325 11.2515C8.43659 11.2426 8.40993 11.2325 8.38326 11.2225C8.34216 11.2068 8.30105 11.19 8.26106 11.1733C8.19329 11.1453 8.12663 11.1151 8.05997 11.0838L8.03618 11.0723C8.01153 11.0604 7.98655 11.0484 7.9622 11.0357L7.8911 10.9988L7.87526 10.9904C7.86444 10.9847 7.85381 10.9791 7.84333 10.9731C7.82002 10.9608 7.79672 10.9474 7.77342 10.934L7.76667 10.9306C7.74486 10.9184 7.72365 10.9056 7.70216 10.8927L7.67779 10.878L7.67446 10.8769C7.61335 10.8389 7.55225 10.7997 7.49226 10.7595L7.92109 10.1142C8.12107 10.2484 8.33327 10.3636 8.55769 10.4576C8.77766 10.5493 9.00875 10.6208 9.24872 10.6678C9.48092 10.7148 9.722 10.7394 9.96753 10.7394C10.2131 10.7394 10.4541 10.7148 10.6863 10.6678C10.9263 10.6208 11.1574 10.5493 11.3774 10.4576C11.6018 10.3636 11.8151 10.2484 12.014 10.1142C12.215 9.97893 12.4017 9.8246 12.5717 9.65239C12.7428 9.48129 12.8961 9.29342 13.0305 9.09101C13.1638 8.88972 13.2783 8.67613 13.3716 8.45024C13.4627 8.22882 13.5338 7.99622 13.5804 7.75467C13.626 7.52095 13.6504 7.2794 13.6504 7.03114C13.6504 6.78288 13.6271 6.54133 13.5804 6.30761C13.5338 6.06607 13.4627 5.83346 13.3716 5.61204C13.3238 5.49686 13.2705 5.38392 13.2116 5.27432C13.196 5.24525 13.1994 5.21058 13.2194 5.18374C13.3738 4.98133 13.5205 4.74202 13.6149 4.47028C13.2927 3.99837 12.9161 3.62262 12.4428 3.30391H12.4417C12.4117 3.2838 12.3817 3.26364 12.3517 3.24465L12.2773 3.19768L12.2495 3.1809C12.234 3.17106 12.2179 3.16182 12.2021 3.15274L12.1851 3.14288C12.1528 3.12387 12.1195 3.10486 12.0862 3.08697C12.0827 3.08522 12.0792 3.08329 12.0757 3.08133C12.0702 3.07829 12.0645 3.07515 12.0584 3.07243C12.0306 3.05677 12.0017 3.04224 11.9729 3.0277C11.9484 3.01428 11.924 3.00198 11.8995 2.9908L11.8506 2.96731L11.8462 2.96508C11.8346 2.96005 11.8232 2.95475 11.8118 2.94944C11.8004 2.94414 11.789 2.93879 11.7773 2.93376C11.7729 2.93209 11.7687 2.93013 11.7645 2.92817C11.7604 2.92622 11.7562 2.92426 11.7518 2.92258L11.6818 2.89239C11.6385 2.8745 11.5951 2.8566 11.5507 2.83983C11.5423 2.83703 11.5343 2.83396 11.5262 2.83088C11.5182 2.82781 11.5101 2.82473 11.5018 2.82194L11.3963 2.78503L11.3463 2.76826C11.2485 2.73695 11.1496 2.70787 11.0496 2.68327C11.0141 2.67433 10.9797 2.6665 10.9452 2.65868C10.9097 2.64973 10.8741 2.64189 10.8374 2.63518L10.7841 2.62512C10.7663 2.62176 10.7485 2.61841 10.7297 2.61505C10.6952 2.60947 10.6608 2.60387 10.6252 2.59828C10.6163 2.59716 10.6075 2.59577 10.5986 2.59437C10.5897 2.59297 10.5808 2.59157 10.5719 2.59045C10.513 2.58151 10.4541 2.5748 10.3941 2.5692L10.3553 2.56585C10.3008 2.56138 10.2464 2.5569 10.1908 2.55467L10.1879 2.55449C10.1701 2.55343 10.1532 2.55243 10.1353 2.55243H10.1131L10.11 2.55231C10.0833 2.55123 10.0576 2.55019 10.0309 2.55019H9.90198C9.8892 2.55019 9.87643 2.55047 9.86365 2.55075C9.85087 2.55103 9.8381 2.55131 9.82532 2.55131L9.74533 2.55467C9.68978 2.5569 9.63534 2.56138 9.5809 2.56585C9.57313 2.56641 9.56535 2.56725 9.55757 2.56809C9.5498 2.56892 9.54202 2.56976 9.53424 2.57032C9.47758 2.57591 9.42092 2.58262 9.36426 2.59045C9.34649 2.59381 9.32871 2.59604 9.31094 2.59828C9.28724 2.60126 9.26353 2.60524 9.23983 2.60921L9.20428 2.61505C9.16879 2.62175 9.13313 2.62848 9.09874 2.63518L8.99208 2.09617C9.3076 2.03355 9.63423 2 9.96753 2C10.3008 2 10.6275 2.03243 10.943 2.09617C11.2674 2.15991 11.5818 2.25609 11.8806 2.38133C12.1851 2.50882 12.475 2.66538 12.745 2.84766C13.0172 3.03105 13.2705 3.24129 13.5016 3.47389C13.6316 3.60585 13.7549 3.74452 13.8704 3.88989C13.9604 4.00172 14.0448 4.1169 14.1237 4.23656C14.3048 4.50942 14.4603 4.80017 14.5859 5.10658Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M12.2158 14.9362C12.3864 14.9362 12.4829 15.0185 12.4829 15.1598C12.4829 15.2568 12.4381 15.3236 12.3609 15.3608L12.5315 15.6853H12.3571L12.2089 15.3872H12.1124V15.6853H11.9565V14.9362H12.2158ZM12.3162 15.1629C12.3162 15.2265 12.2791 15.256 12.1973 15.256H12.1124V15.0736H12.1973C12.2791 15.0736 12.3162 15.1031 12.3162 15.1629Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M12.1865 14.552C11.7674 14.552 11.4417 14.8912 11.4417 15.3197C11.4417 15.7521 11.7489 16.0913 12.1865 16.0913C12.6241 16.0913 12.9684 15.7482 12.9684 15.3197C12.9684 14.8912 12.6056 14.552 12.1865 14.552ZM12.787 15.3197C12.787 14.9921 12.5238 14.7344 12.1865 14.7344C11.8677 14.7344 11.62 14.9914 11.62 15.3197C11.62 15.648 11.8685 15.9081 12.1865 15.9081C12.5238 15.9081 12.787 15.6473 12.787 15.3197Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.30099 14.8058C9.30099 14.6824 9.21153 14.5931 9.08969 14.5931C8.96708 14.5931 8.87839 14.6824 8.87839 14.8058C8.87839 14.9293 8.96708 15.0185 9.08969 15.0185C9.21231 15.0185 9.30099 14.9293 9.30099 14.8058Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.25241 17.2199V15.3011H8.92698V17.2199H9.25241Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M3.73016 14.6118H3L3.00077 17.2199H3.71936C4.35304 17.2199 4.69728 16.8395 4.69728 16.1355V15.7443C4.69728 15.0108 4.35613 14.6118 3.73016 14.6118ZM4.35999 16.1433C4.35999 16.6649 4.15236 16.9148 3.73016 16.9148H3.33035V14.9176H3.71936C4.1485 14.9176 4.35999 15.1932 4.35999 15.7521V16.1433Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.89677 16.0579C5.43752 16.0579 5.08556 16.255 5.08556 16.6688L5.08479 16.668V16.6975C5.08479 17.0476 5.35879 17.275 5.7478 17.275C6.03647 17.275 6.2549 17.1446 6.35524 16.9063L6.36991 17.2191H6.63697V15.8925C6.63697 15.4121 6.30739 15.2444 5.89985 15.2444C5.6737 15.2444 5.41822 15.2972 5.19979 15.4012L5.3148 15.6698C5.46685 15.5991 5.67756 15.5432 5.88519 15.5432C6.14839 15.5432 6.30739 15.6325 6.31125 15.8825L6.31511 16.0579H5.89677ZM6.31974 16.4972C6.32282 16.8434 6.14916 17.015 5.79334 17.015C5.53786 17.015 5.40047 16.9071 5.40047 16.6983V16.6688C5.40047 16.4452 5.56719 16.3257 5.88982 16.3257H6.31588L6.31974 16.4972Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M6.92486 15.3011H7.28068L7.74379 16.911L8.22542 15.3011H8.56966L7.9545 17.2199H7.51687L6.92486 15.3011Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.6425 17.0336L9.80921 16.7875C9.97593 16.9071 10.1836 16.9816 10.3981 16.9816C10.5911 16.9816 10.7725 16.8923 10.7686 16.6874C10.7648 16.5236 10.6428 16.4413 10.4946 16.4188L10.2245 16.3777C9.92422 16.3327 9.70193 16.1541 9.70579 15.8149C9.70965 15.4648 9.95046 15.2452 10.3688 15.2452C10.5988 15.2452 10.8396 15.3088 11.021 15.402L10.906 15.6775C10.7871 15.6139 10.5911 15.5432 10.3688 15.5432C10.1689 15.5432 10.006 15.6325 10.006 15.8149C10.006 15.9787 10.1318 16.061 10.2916 16.0866L10.5548 16.1277C10.8589 16.1759 11.0774 16.3552 11.0774 16.7014C11.0774 17.074 10.8257 17.2789 10.3734 17.275C10.0848 17.2711 9.84395 17.1819 9.64327 17.0328L9.6425 17.0336Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.526 14.6118H14.9374L15.7895 17.2199H15.4267L15.2307 16.5904H14.2188L14.015 17.2199H13.6669L14.526 14.6118ZM15.1334 16.2776L14.7336 14.9921L14.3184 16.2776H15.1334Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M16.4353 16.911H16.1985V17.2199H17.0021V16.911H16.7654V14.9215H17.0021V14.6126H16.1985V14.9215H16.4353V16.911Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M7.79886 4.03639C7.86552 3.98719 7.88218 3.89549 7.83663 3.82615L7.49111 3.30615C7.24781 3.46942 7.02228 3.65618 6.81675 3.86418L6.54789 3.59355C6.48345 3.52869 6.37791 3.52981 6.31458 3.59691C6.12905 3.79596 5.96018 4.01067 5.80908 4.23768C5.62799 4.50942 5.47245 4.80129 5.3458 5.1077C5.22137 5.40852 5.12583 5.72499 5.06139 6.05265C4.99918 6.37024 4.96585 6.69902 4.96585 7.0345C4.96585 7.36998 4.99806 7.69876 5.06139 8.01635C5.12583 8.344 5.22137 8.65936 5.3458 8.9613C5.47245 9.2677 5.62799 9.55846 5.80908 9.83132C5.99128 10.1053 6.20015 10.3614 6.43123 10.594L6.70454 10.3189C6.76675 10.2563 6.76786 10.1567 6.70787 10.0919C6.54567 9.91631 6.39568 9.72732 6.26348 9.52714L6.90451 9.09549C6.7712 8.8942 6.65676 8.68061 6.56344 8.45472C6.47234 8.2333 6.40124 8.00069 6.35458 7.75914C6.30791 7.52542 6.28458 7.28388 6.28458 7.03562C6.28458 6.78736 6.30903 6.54581 6.35458 6.31209C6.40124 6.07054 6.47234 5.83794 6.56344 5.61652C6.65676 5.39063 6.7712 5.17704 6.90451 4.97575C7.03894 4.77334 7.19226 4.58547 7.36224 4.41437C7.49778 4.27794 7.64443 4.15157 7.79997 4.03751L7.79886 4.03639Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.35202 6.75269C9.41424 6.59948 9.53534 6.47647 9.68865 6.41385C10.2675 6.17789 10.8141 6.72808 10.5797 7.31071C10.5174 7.46391 10.3963 7.58692 10.243 7.64955C9.66421 7.8855 9.11761 7.33531 9.35202 6.75269Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.78315 9.8302C9.84314 9.83467 9.90425 9.83579 9.96646 9.83579C10.032 9.83579 10.0964 9.83355 10.1609 9.82908C11.2563 9.75415 12.1784 9.04405 12.5673 8.0622C12.6139 7.94589 12.6528 7.82512 12.6828 7.70099C12.7295 7.51312 12.7573 7.31742 12.7639 7.11613V7.01772C12.7639 6.99312 12.7639 6.9674 12.7617 6.93944C12.755 6.74822 12.7295 6.55811 12.685 6.37136C12.685 6.36912 12.685 6.36688 12.6839 6.36465C12.6828 6.35906 12.6806 6.35346 12.6784 6.34787C12.6406 6.1969 12.5895 6.04706 12.5262 5.9028C12.5162 5.87931 12.4862 5.87372 12.4673 5.8905C12.0873 6.22151 11.6574 6.34675 11.3407 6.4105C11.2963 6.41944 11.2708 6.46753 11.2874 6.51002C11.3485 6.66546 11.3819 6.82985 11.3874 6.99424V7.03226C11.3874 7.08706 11.383 7.14185 11.3774 7.19665C11.3563 7.36886 11.3041 7.53101 11.2274 7.67863C11.0297 8.06108 10.6664 8.34288 10.232 8.42564C10.1453 8.44241 10.0553 8.45136 9.96424 8.45136C9.88425 8.45136 9.80648 8.44465 9.73093 8.43235C9.2932 8.35966 8.92325 8.0868 8.7166 7.71106C8.63661 7.56568 8.58106 7.40353 8.55551 7.23243C8.54551 7.1631 8.53996 7.09153 8.53996 7.01884C8.53996 6.63974 8.6855 6.29531 8.92436 6.03923C9.03879 5.91622 9.17544 5.81333 9.32653 5.73617C9.51873 5.64 9.73427 5.58521 9.96313 5.58521H10.0287C10.0998 5.58521 10.1598 5.53376 10.1698 5.46331C10.2164 5.1446 10.1675 4.83819 10.0831 4.57428C10.0098 4.3428 9.78093 4.19742 9.54207 4.2332C9.15211 4.29247 8.78771 4.43226 8.46774 4.63579C8.36109 4.70288 8.25999 4.77781 8.16333 4.85944C7.55118 5.37609 7.16234 6.15105 7.16234 7.01772C7.16234 7.25703 7.19233 7.48964 7.24788 7.71217C7.27899 7.8363 7.31787 7.95596 7.36454 8.07226C7.75782 9.05187 8.68216 9.75863 9.77871 9.82908L9.78315 9.8302Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.4905 5.67929C10.4797 5.67527 10.4712 5.6721 10.4664 5.67019C10.4664 5.67019 10.4598 5.66907 10.462 5.65901C10.5086 5.39174 10.5775 4.98469 10.502 4.48146L10.492 4.4166C10.4798 4.33161 10.5553 4.2634 10.6386 4.28352C10.9353 4.35286 11.2586 4.48705 11.4474 4.61454C11.4996 4.65032 11.5019 4.69393 11.4752 4.7778C11.3996 5.01264 11.0552 5.54047 10.6964 5.7563C10.6864 5.76189 10.6775 5.76077 10.662 5.75294C10.6474 5.74564 10.6351 5.73983 10.6106 5.7282C10.605 5.72559 10.5989 5.72268 10.592 5.7194C10.5594 5.70499 10.5176 5.68943 10.4905 5.67929Z" }));
37
37
  });
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(DavisAiSignetIcon_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const DavisAiSignetIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.919 9.04328C14.9325 9.04048 14.9488 9.03676 14.9665 9.0321C15.0424 9.01208 15.1192 9.0605 15.1336 9.13779C15.1811 9.3948 15.2719 9.92511 15.2719 10.2459C15.2719 10.6454 15.223 11.0337 15.1304 11.4043C15.0787 11.6138 15.0121 11.8182 14.9329 12.0161C14.269 13.681 12.6949 14.885 10.8255 15.0126C10.7161 15.0201 10.6058 15.0238 10.4945 15.0238C10.3897 15.0238 10.2854 15.0205 10.1825 15.0135C8.31086 14.8934 6.73297 13.6955 6.06252 12.0342C5.98244 11.8368 5.91586 11.6329 5.86278 11.4229C5.76687 11.0462 5.71612 10.6519 5.71612 10.2459C5.71612 8.77603 6.38052 7.46074 7.42484 6.58496C7.58873 6.44715 7.76239 6.32004 7.94397 6.20551C8.48964 5.86004 9.11074 5.62259 9.77654 5.52248C10.1835 5.46103 10.5741 5.70872 10.6993 6.10028C10.8423 6.54771 10.9265 7.06731 10.8465 7.60786C10.8292 7.72705 10.7268 7.81505 10.6062 7.81505H10.4945C10.1034 7.81505 9.73463 7.90724 9.40732 8.07113C9.14845 8.20056 8.91612 8.37516 8.72058 8.58421C8.31272 9.0186 8.06363 9.60385 8.06363 10.2459C8.06363 10.3688 8.07247 10.4894 8.09017 10.6077C8.13393 10.8982 8.22845 11.172 8.36533 11.4196C8.71778 12.058 9.34912 12.5208 10.0955 12.6437C10.2254 12.6656 10.3585 12.6767 10.4945 12.6767C10.6509 12.6767 10.8041 12.6618 10.9522 12.6334C11.6929 12.4928 12.314 12.0151 12.6511 11.3661C12.7819 11.1156 12.8699 10.84 12.9067 10.5481C12.9183 10.4494 12.9249 10.3483 12.9249 10.2459C12.9249 9.62899 12.6944 9.06469 12.3149 8.63589C12.7158 8.80303 13.8728 9.22765 14.919 9.04328Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.19218 9.67267C9.32347 9.34862 9.58234 9.08975 9.90639 8.95845C11.1337 8.46027 12.2939 9.62052 11.7958 10.8478C11.6645 11.1719 11.4056 11.4307 11.0815 11.562C9.85425 12.0602 8.694 10.9 9.19218 9.67267Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M11.333 6.03164C11.462 6.88414 11.4471 7.52618 11.3698 7.98013C11.3638 8.01459 11.3926 8.04485 11.4266 8.0388C12.2307 7.89726 12.755 7.21517 13.1204 6.42413C13.1307 6.40178 13.1232 6.37478 13.1027 6.36128C13.0608 6.33288 13.0189 6.30541 12.9761 6.2784C12.5478 6.00976 12.0729 5.80909 11.5663 5.69083C11.4248 5.65731 11.2944 5.77836 11.3163 5.92223L11.333 6.03164Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M17.2483 7.49746C17.4313 7.93791 17.5728 8.39977 17.6669 8.8784C17.7591 9.34259 17.807 9.82308 17.807 10.3138C17.807 10.8045 17.7591 11.2846 17.6669 11.7488C17.5728 12.2269 17.4313 12.6888 17.2488 13.1292C17.063 13.5771 16.8344 14.0032 16.5676 14.4008L16.8251 14.5726C17.1003 14.7565 17.1636 15.1359 16.9596 15.3962C16.752 15.662 16.5285 15.9149 16.2901 16.1528C15.9083 16.5346 15.4893 16.8791 15.0391 17.1803C14.5921 17.4797 14.1144 17.7363 13.6116 17.9448L13.2666 17.1114C12.8261 17.2939 12.3647 17.435 11.8866 17.5295C11.4224 17.6217 10.9424 17.6697 10.4512 17.6697C9.95996 17.6697 9.47994 17.6217 9.01574 17.5295C8.53712 17.435 8.07525 17.2939 7.6348 17.1114C7.18737 16.9261 6.76182 16.6971 6.36374 16.4307L6.29902 16.5276C6.0518 16.8973 5.54058 16.968 5.19744 16.685C4.99397 16.5169 4.79843 16.3395 4.61173 16.1523C4.22948 15.7705 3.88494 15.352 3.5837 14.9017C3.28479 14.4548 3.02779 13.9775 2.8192 13.4747C2.61434 12.9807 2.45604 12.4625 2.34989 11.9248C2.24699 11.4042 2.19298 10.8651 2.19298 10.3138H3.09483C3.09483 9.82262 3.14279 9.34259 3.23497 8.8784C3.32902 8.39977 3.47056 7.93791 3.65307 7.49746C3.83885 7.04956 4.06745 6.62448 4.33423 6.22593C4.60241 5.82506 4.90924 5.45212 5.24912 5.11178C5.58946 4.77189 5.96287 4.46507 6.36374 4.19643L6.19287 3.94082C6.0085 3.66472 6.0951 3.28852 6.38376 3.1251C6.67522 2.95982 6.97785 2.81129 7.29027 2.68186C7.78426 2.477 8.30246 2.3187 8.83975 2.21255C9.36075 2.10965 9.8999 2.05518 10.4512 2.05518V2.95702C10.9419 2.95702 11.4224 3.00545 11.8866 3.09717C12.3647 3.19168 12.8261 3.33276 13.2666 3.51573C13.7145 3.7015 14.14 3.92964 14.5381 4.19643L15.0391 3.44636C15.4893 3.7476 15.9083 4.09213 16.2901 4.47392C16.6719 4.8557 17.0164 5.27473 17.3177 5.72496L16.5676 6.22593C16.8339 6.62448 17.063 7.04956 17.2483 7.49746ZM16.4498 12.7982C16.6118 12.4062 16.7348 11.9988 16.8172 11.5798C16.8987 11.1668 16.9406 10.7436 16.9406 10.3138H16.5914C16.3302 10.3138 16.1113 10.1136 16.0904 9.85288C16.0732 9.63545 16.0434 9.42081 16.0015 9.20944C15.9298 8.84395 15.8222 8.4887 15.6811 8.14742C15.5396 7.80568 15.3641 7.47837 15.1564 7.16922L15.8483 6.70735C15.6136 6.3577 15.3436 6.02899 15.0395 5.72449C14.7355 5.42046 14.4063 5.15042 14.0572 4.91623L13.5953 5.60763C13.2861 5.39998 12.9588 5.22491 12.6175 5.08337C12.2758 4.94184 11.9201 4.83428 11.5551 4.76258C11.1952 4.69135 10.826 4.6555 10.4512 4.6555C10.2379 4.6555 10.0265 4.66714 9.81749 4.69042C9.54884 4.72021 9.30255 4.53957 9.24994 4.27418L9.18475 3.94687C8.76572 4.02928 8.35786 4.15266 7.9663 4.31469C7.57428 4.47718 7.19901 4.67831 6.8447 4.91669C6.49504 5.15042 6.16633 5.42093 5.8623 5.72449C5.55827 6.02852 5.28776 6.35723 5.05357 6.70689C4.81565 7.0612 4.61452 7.43693 4.45249 7.8285C4.29 8.22052 4.16662 8.62791 4.08421 9.04694C4.00273 9.45946 3.9613 9.88407 3.9613 10.3138C3.9613 10.7436 4.00273 11.1672 4.08421 11.5798C4.16662 11.9993 4.29 12.4062 4.45249 12.7982L4.6527 12.7153C4.95812 12.5887 5.31197 12.7107 5.46934 13.0017C5.55361 13.1576 5.6458 13.3099 5.74497 13.4579C5.94983 13.762 6.18495 14.0488 6.45034 14.3142C6.71526 14.5791 7.00253 14.8151 7.30703 15.0191C7.61618 15.2267 7.94302 15.4023 8.28477 15.5438C8.62558 15.6849 8.98129 15.7924 9.34678 15.8641C9.69364 15.9326 10.0503 15.9689 10.4116 15.9712C10.4335 15.9712 10.4512 15.9889 10.4512 16.0108V16.8027C10.8809 16.8027 11.3046 16.7613 11.7176 16.6803C12.1366 16.5979 12.5445 16.4745 12.9355 16.312C13.3271 16.15 13.7028 15.9489 14.0572 15.7109C14.4063 15.4763 14.7355 15.2062 15.0395 14.9022C15.3436 14.5982 15.6136 14.269 15.8483 13.9198C16.0862 13.565 16.2873 13.1898 16.4498 12.7982Z" }));
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M18.0927 8.81136C17.987 8.2608 17.8287 7.72981 17.6235 7.22315C17.4157 6.70803 17.159 6.21829 16.8604 5.76029C16.7295 5.55985 16.5902 5.36522 16.4428 5.17747C16.2525 4.93313 16.0489 4.69937 15.8333 4.4783C15.4523 4.08746 15.0336 3.73417 14.584 3.42584C14.138 3.1191 13.6606 2.85572 13.1578 2.64205C12.6644 2.43209 12.1462 2.27025 11.61 2.16183C11.0892 2.05553 10.5509 2 10.0002 2C9.44958 2 8.91128 2.05553 8.39052 2.16131L8.56634 3.06779C8.62409 3.05616 8.68235 3.04505 8.74062 3.03448C8.7994 3.02443 8.85818 3.01438 8.91696 3.00539L9.00564 2.99269C9.09845 2.97947 9.19178 2.96837 9.28613 2.95938L9.29258 2.95871C9.31614 2.95629 9.33933 2.95391 9.36296 2.95197C9.45267 2.94404 9.54291 2.93769 9.63417 2.93346C9.67726 2.93086 9.72084 2.92928 9.76394 2.92772L9.76616 2.92764C9.80793 2.92659 9.85021 2.92553 9.89249 2.925C9.92807 2.92394 9.96364 2.92394 9.99973 2.92394C10.0358 2.92394 10.0688 2.92394 10.1034 2.92447C10.1487 2.92553 10.1936 2.92659 10.2385 2.92817C10.2504 2.92817 10.2618 2.92866 10.2736 2.92917L10.2751 2.92923C10.3055 2.93029 10.3359 2.93187 10.3663 2.93346C10.4576 2.93769 10.5478 2.94404 10.6375 2.95197L10.7015 2.95779C10.8 2.96731 10.8979 2.97894 10.9949 2.99269L11.0835 3.00539C11.1413 3.01438 11.199 3.0239 11.2563 3.03395C11.2867 3.03923 11.3171 3.04453 11.347 3.05087C11.3764 3.05616 11.4053 3.06197 11.4341 3.06779C11.4939 3.07995 11.5533 3.09265 11.6126 3.1064C11.6698 3.11962 11.727 3.13338 11.7843 3.14818C11.9498 3.18996 12.1132 3.23809 12.2736 3.29151C12.3014 3.30103 12.3293 3.31055 12.3566 3.32007C12.4148 3.34016 12.4726 3.36132 12.5303 3.383C12.5572 3.39305 12.584 3.4031 12.6108 3.41368C12.6835 3.44171 12.7551 3.47132 12.8268 3.502C12.8655 3.51839 12.9042 3.53532 12.9423 3.55277C12.9568 3.55912 12.9707 3.56546 12.9846 3.57181C13.0227 3.58873 13.0604 3.60672 13.0975 3.6247C13.1001 3.62576 13.1027 3.62681 13.1052 3.6284C13.132 3.64108 13.1588 3.65429 13.1856 3.6675C13.2263 3.68707 13.2666 3.70773 13.3063 3.72889L13.3074 3.72942C13.3548 3.75321 13.4022 3.7786 13.4486 3.80451C13.4613 3.81081 13.4734 3.81744 13.4855 3.82413L13.495 3.82937C13.5502 3.85952 13.6044 3.89072 13.6585 3.92298C13.6941 3.94414 13.7296 3.96529 13.7647 3.98698L13.8111 4.01554C13.8524 4.04145 13.8931 4.06737 13.9333 4.09381C13.9833 4.12607 14.0323 4.15886 14.0813 4.19271L14.0823 4.19321C14.0829 4.19357 14.0835 4.19393 14.0839 4.19429C14.864 4.73004 15.4868 5.36205 16.0174 6.15641C15.8612 6.61283 15.6204 7.01477 15.3652 7.35643C15.3322 7.40085 15.327 7.45956 15.3528 7.50874C15.4497 7.69279 15.5379 7.88213 15.6163 8.07675C15.7668 8.44961 15.8833 8.84045 15.9612 9.24609C16.0375 9.63904 16.0772 10.0457 16.0772 10.462C16.0772 10.8782 16.0375 11.2849 15.9612 11.6784C15.8833 12.084 15.7668 12.4749 15.6163 12.8482C15.4626 13.2274 15.2739 13.5876 15.0537 13.925C14.832 14.2651 14.5783 14.5814 14.2973 14.8691C14.0163 15.1578 13.708 15.4175 13.3765 15.6449C13.048 15.8713 12.6964 16.0649 12.3267 16.2225C11.9632 16.3769 11.5821 16.4964 11.1867 16.5757C10.8031 16.654 10.4066 16.6953 10.0008 16.6953C9.59498 16.6953 9.19848 16.654 8.81487 16.5757C8.41939 16.4964 8.03836 16.3769 7.67485 16.2225C7.30516 16.0649 6.95352 15.8713 6.62456 15.6449L5.91766 16.7302C6.01614 16.7979 6.11668 16.8635 6.21878 16.9269C6.22032 16.928 6.22238 16.929 6.22393 16.9296C6.27291 16.9597 6.3219 16.9893 6.3714 17.0184C6.375 17.0205 6.37861 17.0226 6.38222 17.0242C6.42032 17.0469 6.45892 17.0686 6.49753 17.0902C6.52331 17.1045 6.5498 17.1189 6.57609 17.1332C6.61476 17.1543 6.65446 17.1755 6.69417 17.1956C6.74779 17.2236 6.80193 17.2506 6.85607 17.277C6.96538 17.3299 7.07572 17.3802 7.1876 17.4278C7.25412 17.4563 7.32166 17.4838 7.38921 17.5103C7.43303 17.5277 7.47686 17.5441 7.5212 17.56L7.54891 17.5702L7.60576 17.5907C7.6367 17.6018 7.66764 17.6129 7.69909 17.6229L7.77643 17.6483C7.8053 17.6578 7.83366 17.6668 7.86254 17.6758L7.94916 17.7022C8.00691 17.7192 8.06517 17.7356 8.12343 17.7514C8.13948 17.7558 8.15569 17.7601 8.17196 17.7643L8.21109 17.7747C8.32865 17.8043 8.44724 17.8318 8.56634 17.8561C8.62409 17.8678 8.68235 17.8789 8.74062 17.8895C8.79929 17.8995 8.85828 17.9096 8.91696 17.9186C8.99636 17.9302 9.07628 17.9413 9.1562 17.9508C9.19899 17.9561 9.24231 17.9609 9.28613 17.9646L9.29278 17.9652C9.31626 17.9677 9.3394 17.97 9.36296 17.972C9.45267 17.9799 9.54291 17.9862 9.63417 17.9905C9.67725 17.9931 9.72083 17.9947 9.76393 17.9962L9.76616 17.9963C9.80793 17.9974 9.85021 17.9984 9.89249 17.9989C9.92807 18 9.96364 18 9.99973 18C10.0358 18 10.0688 18 10.1034 17.9995C10.1487 17.9984 10.1936 17.9974 10.2385 17.9958C10.2503 17.9958 10.2617 17.9953 10.2735 17.9948L10.2751 17.9947C10.3055 17.9937 10.3359 17.9921 10.3663 17.9905C10.4576 17.9862 10.5478 17.9799 10.6375 17.972L10.7015 17.9662C10.7489 17.9614 10.7964 17.9566 10.8438 17.9508C10.8943 17.945 10.9448 17.9381 10.9949 17.9312L11.0835 17.9186C11.1413 17.9096 11.199 17.9 11.2563 17.89C11.2867 17.8847 11.3171 17.8794 11.347 17.8731C11.3764 17.8678 11.4053 17.862 11.4342 17.8561C11.494 17.844 11.5533 17.8313 11.6126 17.8175C11.6698 17.8043 11.727 17.7906 11.7843 17.7758C11.9498 17.734 12.1132 17.6858 12.2736 17.6324C12.3014 17.6229 12.3293 17.6134 12.3566 17.6039C12.4545 17.57 12.5515 17.5341 12.6469 17.496C12.749 17.4553 12.849 17.413 12.9506 17.3685C13.0155 17.3405 13.0795 17.3098 13.1429 17.2776L13.146 17.276C13.1996 17.2501 13.2532 17.2231 13.3063 17.1956C13.346 17.1755 13.3857 17.1543 13.4244 17.1332L13.5028 17.0903C13.5414 17.0687 13.5802 17.0469 13.6183 17.0242C13.6219 17.0226 13.6255 17.0205 13.6291 17.0184C13.6642 16.9978 13.6997 16.9766 13.7343 16.9555L13.7538 16.9436C13.7645 16.9371 13.7752 16.9306 13.7859 16.9243C13.8864 16.8619 13.9854 16.7973 14.0828 16.7302L14.5835 17.4986C15.0336 17.1898 15.4518 16.837 15.8333 16.4456C16.2149 16.0543 16.5588 15.6248 16.8604 15.1637C17.159 14.7056 17.4152 14.2164 17.6235 13.7013C17.8287 13.1952 17.9865 12.6637 18.0927 12.1136C18.1959 11.5795 18.25 11.0273 18.25 10.462C18.25 9.89661 18.1959 9.34499 18.0927 8.81136Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M6.42503 5.42128C6.53485 5.3393 6.56269 5.18381 6.4869 5.06852L5.91715 4.19429C5.51652 4.46878 5.14322 4.78398 4.80395 5.13198L4.3595 4.67609C4.25277 4.56662 4.07849 4.56873 3.97537 4.68138C3.66961 5.01616 3.39015 5.37685 3.1406 5.75976C2.84154 6.21723 2.58529 6.70697 2.37646 7.22262C2.17177 7.72875 2.01348 8.26027 1.90726 8.81082C1.80414 9.34499 1.75 9.89713 1.75 10.462C1.75 11.0268 1.80414 11.5789 1.90726 12.1131C2.01296 12.6637 2.17074 13.1952 2.37595 13.7013C2.58426 14.2164 2.84103 14.7062 3.14008 15.1636C3.44068 15.6248 3.78511 16.0543 4.16614 16.4451L4.6173 15.9823C4.71939 15.8776 4.72145 15.7089 4.62297 15.6005C4.35434 15.3049 4.10891 14.9875 3.88875 14.6501L4.94677 13.925C4.72609 13.5871 4.53738 13.2274 4.38373 12.8482C4.23317 12.4754 4.11664 12.084 4.03879 11.6784C3.96248 11.2849 3.92278 10.8782 3.92278 10.462C3.92278 10.0457 3.96248 9.63904 4.03879 9.24609C4.11664 8.84044 4.23266 8.44907 4.38373 8.07622C4.53738 7.69702 4.72661 7.33685 4.94677 6.99943C5.16797 6.65937 5.42217 6.3431 5.70266 6.0554C5.92643 5.82586 6.16774 5.61379 6.42399 5.42233L6.42503 5.42128Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.98708 9.99074C9.08917 9.73212 9.29077 9.52533 9.54291 9.42061C10.4983 9.02343 11.4012 9.94949 11.0134 10.929C10.9113 11.1876 10.7097 11.3944 10.4576 11.4991C9.50217 11.8963 8.59934 10.9702 8.98708 9.99074Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.69911 15.1658C9.79862 15.1726 9.89917 15.1758 10.0007 15.1758C10.108 15.1758 10.2147 15.1721 10.3209 15.1647C12.1281 15.0383 13.6497 13.8441 14.2916 12.193C14.3685 11.9968 14.4329 11.7942 14.4829 11.5863C14.5598 11.2701 14.6051 10.9406 14.6165 10.6021H14.618C14.6184 10.5866 14.6182 10.5709 14.6181 10.5551L14.618 10.5312L14.6186 10.5001C14.6191 10.4793 14.6196 10.4584 14.6196 10.4376C14.6196 10.3969 14.618 10.353 14.6154 10.3065C14.6046 9.98545 14.5623 9.66495 14.4881 9.3508C14.4872 9.34775 14.4867 9.34398 14.4863 9.34068C14.4862 9.33998 14.4861 9.33929 14.486 9.33864C14.484 9.32912 14.4814 9.32013 14.4778 9.31114C14.4154 9.05622 14.3319 8.80606 14.2272 8.56331C14.2107 8.5247 14.1617 8.51465 14.1308 8.54215C13.5043 9.09853 12.7943 9.30955 12.2725 9.41638C12.1988 9.43172 12.1565 9.51158 12.1843 9.5835V9.58509C12.2859 9.84583 12.3411 10.1208 12.3493 10.3974C12.3496 10.4038 12.3498 10.4102 12.3499 10.4165C12.35 10.4231 12.3501 10.4296 12.3501 10.4362C12.3501 10.4447 12.3502 10.4533 12.3504 10.462C12.3493 10.555 12.3437 10.6471 12.3334 10.7375C12.2978 11.0268 12.2127 11.3002 12.0864 11.5488C11.7605 12.1924 11.1598 12.6658 10.4437 12.8054C10.3003 12.8334 10.1523 12.8482 10.0013 12.8482C9.86978 12.8482 9.74088 12.8371 9.61558 12.8154C8.89373 12.6938 8.28325 12.2347 7.94243 11.6017C7.81044 11.3563 7.71918 11.0844 7.67638 10.7967C7.65936 10.6793 7.65111 10.5598 7.65111 10.4376C7.65111 9.80087 7.8919 9.2207 8.28635 8.78967C8.47506 8.58235 8.69986 8.40941 8.94993 8.28089C9.26652 8.11853 9.6228 8.02703 10.0013 8.02703H10.109C10.2255 8.02703 10.3251 7.93977 10.3416 7.82183C10.4189 7.28555 10.3374 6.77043 10.1993 6.3267C10.0781 5.93798 9.70066 5.69258 9.30725 5.75341C8.66325 5.85283 8.06309 6.08818 7.5351 6.43089C7.3598 6.5446 7.19171 6.67047 7.03342 6.80745C6.02385 7.67586 5.3814 8.98006 5.3814 10.4376C5.3814 10.8401 5.43039 11.2315 5.5232 11.6049C5.57424 11.8132 5.63869 12.0153 5.71604 12.2109C6.36467 13.8584 7.88933 15.0468 9.69911 15.1658Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.8491 8.17804C10.8397 8.17454 10.8322 8.17175 10.8273 8.16983C10.8263 8.1693 10.8165 8.16772 10.819 8.15132C10.8953 7.70125 11.0093 7.01689 10.8845 6.17122L10.8685 6.0628C10.8474 5.92001 10.9737 5.80524 11.1104 5.83856C11.6002 5.95544 12.1323 6.18074 12.4442 6.39494C12.5319 6.45523 12.535 6.52927 12.4906 6.66995C12.3664 7.06555 11.7987 7.953 11.2063 8.3158C11.1903 8.32532 11.1758 8.32427 11.1495 8.31051C11.1202 8.29465 11.0964 8.28248 11.0346 8.2534C10.9729 8.22437 10.8915 8.19392 10.8491 8.17804Z" }));
37
37
  });
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(DavisCoPilotIcon_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const DavisCoPilotIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("g", null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M0 14.4601H0.648901C1.2052 14.4601 1.50839 14.8116 1.50839 15.4578V15.8024C1.50839 16.4226 1.20246 16.7577 0.639298 16.7577H0.000685942L0 14.4601ZM0.648901 16.489C1.02411 16.489 1.20863 16.2688 1.20863 15.8093V15.4646C1.20863 14.9723 1.02068 14.7296 0.639298 14.7296H0.293583V16.489H0.648901Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M1.85346 16.2722C1.85346 15.9077 2.16625 15.734 2.57439 15.734H2.94617L2.94274 15.5795C2.93931 15.3593 2.798 15.2807 2.5641 15.2807C2.37958 15.2807 2.19232 15.3299 2.05719 15.3921L1.95498 15.1555C2.1491 15.0639 2.37615 15.0174 2.57713 15.0174C2.93931 15.0174 3.23221 15.1651 3.23221 15.5884V16.757H2.99487L2.98184 16.4814C2.89266 16.6914 2.69854 16.8062 2.442 16.8062C2.09629 16.8062 1.85278 16.6059 1.85278 16.2975L1.85346 16.2722ZM2.48247 16.5778C2.79869 16.5778 2.95371 16.4267 2.95028 16.1218L2.94685 15.9706H2.56821C2.28149 15.9706 2.13333 16.0759 2.13333 16.2729V16.2989C2.13333 16.4828 2.25542 16.5778 2.48247 16.5778Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M3.48802 15.0674H3.80424L4.2158 16.4856L4.64383 15.0674H4.94976L4.40306 16.7577H4.01482L3.48802 15.0674Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.41206 14.4437C5.52044 14.4437 5.6 14.5224 5.6 14.6311C5.6 14.7398 5.52112 14.8185 5.41206 14.8185C5.30299 14.8185 5.22411 14.7398 5.22411 14.6311C5.22411 14.5224 5.30299 14.4437 5.41206 14.4437ZM5.26732 15.0674H5.55679V16.7577H5.26732V15.0674Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.90326 16.5944L6.05142 16.3776C6.19958 16.4829 6.3841 16.5486 6.57479 16.5486C6.74628 16.5486 6.90748 16.4699 6.90405 16.2894C6.90062 16.1451 6.79224 16.0727 6.66054 16.0528L6.42046 16.0166C6.15363 15.9769 5.95608 15.8196 5.95951 15.5208C5.96293 15.2124 6.17695 15.0189 6.54873 15.0189C6.75314 15.0189 6.96715 15.075 7.12835 15.157L7.02614 15.3998C6.92051 15.3437 6.74628 15.2815 6.54873 15.2815C6.37107 15.2815 6.22634 15.3601 6.22634 15.5208C6.22634 15.6651 6.33815 15.7376 6.48013 15.7602L6.71404 15.7964C6.9843 15.8388 7.17842 15.9967 7.17842 16.3017C7.17842 16.6299 6.95481 16.8105 6.55284 16.8071C6.2963 16.8036 6.08092 16.7257 5.90326 16.5944Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.40276 15.7929V15.4715C8.40276 14.7857 8.71898 14.4109 9.2986 14.4109C9.53593 14.4109 9.74652 14.4732 9.918 14.5949L9.77327 14.8178C9.63814 14.7289 9.47351 14.6831 9.29928 14.6831C8.87469 14.6831 8.7032 14.9423 8.7032 15.4708V15.7922C8.7032 16.2914 8.88772 16.5376 9.29928 16.5376C9.47694 16.5376 9.64157 16.4917 9.78356 16.3967L9.91869 16.6135C9.75063 16.7413 9.54348 16.807 9.29928 16.807C8.72995 16.807 8.40276 16.4493 8.40276 15.7929Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.2151 16.0658V15.7608C10.2151 15.3013 10.4751 15.0189 10.8969 15.0189C11.3188 15.0189 11.5787 15.3013 11.5787 15.7608V16.0658C11.5787 16.5253 11.3188 16.8077 10.8969 16.8077C10.4751 16.8077 10.2151 16.5253 10.2151 16.0658ZM10.8969 16.5616C11.1473 16.5616 11.2886 16.3845 11.2886 16.0658V15.7608C11.2886 15.4422 11.1473 15.2651 10.8969 15.2651C10.6466 15.2651 10.5052 15.4422 10.5052 15.7608V16.0658C10.5052 16.3845 10.6466 16.5616 10.8969 16.5616Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M12.0095 14.4601H12.7304C13.1879 14.4601 13.5076 14.7487 13.5076 15.1624C13.5076 15.5761 13.1879 15.8715 12.7304 15.8715H12.3058V16.7577H12.0095V14.4601ZM12.7736 15.6158C13.0301 15.6158 13.2085 15.4318 13.2085 15.1692C13.2085 14.9067 13.0308 14.7296 12.7736 14.7296H12.3058V15.6158H12.7736Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.0323 14.4437C14.1407 14.4437 14.2202 14.5224 14.2202 14.6311C14.2202 14.7398 14.1414 14.8185 14.0323 14.8185C13.9232 14.8185 13.8443 14.7398 13.8443 14.6311C13.8443 14.5224 13.9232 14.4437 14.0323 14.4437ZM13.8876 15.0674H14.177V16.7577H13.8876V15.0674Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.6263 16.2983V14.3617H14.9158V16.3249C14.9158 16.4528 14.9851 16.5184 15.1099 16.5184V16.781C14.7608 16.781 14.6263 16.6463 14.6263 16.2983Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.3892 16.0658V15.7608C15.3892 15.3013 15.6492 15.0189 16.071 15.0189C16.4929 15.0189 16.7528 15.3013 16.7528 15.7608V16.0658C16.7528 16.5253 16.4929 16.8077 16.071 16.8077C15.6492 16.8077 15.3892 16.5253 15.3892 16.0658ZM16.071 16.5616C16.3214 16.5616 16.4627 16.3845 16.4627 16.0658V15.7608C16.4627 15.4422 16.3214 15.2651 16.071 15.2651C15.8206 15.2651 15.6793 15.4422 15.6793 15.7608V16.0658C15.6793 16.3845 15.8206 16.5616 16.071 16.5616Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M17.2151 16.2826V15.3205H16.9977V15.1003H17.1061C17.1884 15.1003 17.2145 15.0743 17.2145 14.9923V14.6675H17.5039V15.0682H17.9484V15.3212H17.5039V16.2833C17.5039 16.4542 17.5629 16.5062 17.7906 16.5062H17.9484V16.7722H17.744C17.3688 16.7722 17.2138 16.6608 17.2138 16.2833L17.2151 16.2826Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M18.159 14.173H18.8367V14.3426H18.5925L18.585 15.2028H18.4032L18.4107 14.3426H18.159V14.173ZM18.9705 14.173H19.2373L19.4671 14.7932L19.4781 14.8376H19.4815L19.4925 14.7932L19.7257 14.173H20.0001V15.2035H19.8183V14.5204L19.8217 14.3945L19.5734 15.0223H19.3772L19.1399 14.4164L19.1433 14.5347V15.2028H18.9691V14.1723L18.9705 14.173Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.19607 5.93322C9.01119 6.00764 8.86276 6.15561 8.7881 6.3399C8.50368 7.03898 9.16674 7.69996 9.86801 7.41643C10.0529 7.34201 10.2013 7.19404 10.276 7.00974C10.5604 6.31067 9.89734 5.64969 9.19607 5.93322Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M11.0226 4.4533C10.9986 4.43735 10.9746 4.4214 10.9506 4.40634C10.7062 4.25305 10.4342 4.13875 10.1445 4.07142C10.0636 4.05192 9.98893 4.12103 10.0014 4.20343L10.0112 4.26546C10.0849 4.751 10.076 5.11693 10.0325 5.37565C10.0289 5.39515 10.0458 5.41287 10.0654 5.40932C10.5249 5.3287 10.8244 4.93973 11.0333 4.48962C11.0395 4.47722 11.0351 4.46127 11.0235 4.45418L11.0226 4.4533Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.7122 6.70483V6.67293L14.2295 6.6747C14.2268 6.31586 14.1842 5.96676 14.1059 5.63184C14.0251 5.28629 13.906 4.95492 13.7531 4.64303C13.5984 4.32672 13.4091 4.0299 13.1896 3.75877C13.082 3.62587 12.9674 3.49917 12.8465 3.37778C12.7194 3.25108 12.5852 3.13235 12.4448 3.02071C12.3434 2.94008 12.2386 2.86388 12.131 2.79211L11.8448 3.22007C11.6813 3.1102 11.5097 3.01273 11.3311 2.92679C11.2609 2.89312 11.1907 2.86211 11.1187 2.83198C10.9036 2.74338 10.6805 2.67161 10.4494 2.61934C10.4094 2.61048 10.3694 2.60162 10.3303 2.59364C10.069 2.54225 9.79789 2.51478 9.52147 2.5139H9.51081V2H9.44681C9.40948 2 9.37215 2.00177 9.33393 2.00266C9.24683 2.0062 9.15973 2.01152 9.07351 2.01949C9.0584 2.02126 9.04329 2.02215 9.02818 2.02392C8.99441 2.02747 8.96152 2.03101 8.92775 2.03544C8.90819 2.0381 8.88953 2.03987 8.87086 2.04253C8.8522 2.04519 8.83265 2.04785 8.81398 2.0505C8.79532 2.05316 8.77665 2.05671 8.7571 2.05936C8.74199 2.06202 8.72688 2.06468 8.71177 2.06645C8.67088 2.07354 8.62911 2.08063 8.58911 2.0886C8.57756 2.09126 8.566 2.09303 8.55445 2.09569C8.53756 2.09924 8.51979 2.10278 8.5029 2.10632C8.4949 2.1081 8.4869 2.10987 8.4789 2.11164C8.46823 2.1143 8.45668 2.11607 8.44601 2.11873C8.42646 2.12316 8.40779 2.12759 8.38913 2.13202C8.37046 2.13645 8.3518 2.14088 8.33225 2.1462C8.31358 2.15151 8.29492 2.15594 8.27625 2.16126C8.22026 2.17632 8.16426 2.19315 8.10827 2.20999C8.0896 2.21531 8.07183 2.22151 8.05316 2.22771C8.02827 2.2348 8.00428 2.24366 7.98028 2.25252C7.88695 2.28353 7.79541 2.31897 7.70386 2.35618C7.63009 2.3872 7.55721 2.41909 7.48521 2.45365C7.46121 2.46428 7.43811 2.4758 7.41411 2.4882C7.35278 2.51833 7.29234 2.54934 7.23368 2.58301C7.21768 2.59098 7.20168 2.59984 7.18657 2.60959C7.18213 2.61136 7.17857 2.61402 7.17502 2.61668C7.01948 2.71326 6.97415 2.92147 7.07725 3.07476L7.17502 3.22007C7.08436 3.28032 6.99637 3.34411 6.91104 3.41145C6.78039 3.51423 6.65506 3.6241 6.53774 3.74105C6.43375 3.84472 6.33509 3.9537 6.24266 4.068L5.84092 3.74725C5.6196 4.01927 5.42851 4.31697 5.27297 4.63417C5.11831 4.94694 4.99833 5.2792 4.91655 5.62653C4.83745 5.96322 4.79301 6.3451 4.79034 6.70483C4.79034 7.01937 4.82145 7.32594 4.88011 7.62276C4.88722 7.65731 4.89433 7.69187 4.90233 7.72642C4.96188 7.99578 5.04543 8.25627 5.14853 8.50613C5.17964 8.58056 5.21253 8.65499 5.24719 8.72764C5.34585 8.9332 5.45873 9.13078 5.58494 9.31951C5.65604 9.42495 5.7307 9.52773 5.80981 9.62696C5.92269 9.76873 6.04356 9.90429 6.17244 10.0319C6.2791 10.1382 6.39109 10.2392 6.50752 10.3349C6.51552 10.342 6.52441 10.3482 6.53241 10.3535C6.54219 10.3606 6.55285 10.3677 6.56352 10.3739C6.7555 10.4873 7.00881 10.4359 7.1368 10.2454L7.17413 10.1896C7.33678 10.2986 7.50832 10.396 7.68608 10.482C7.75719 10.5157 7.82829 10.5476 7.90117 10.5777C8.11982 10.668 8.34736 10.7407 8.582 10.793C8.61755 10.801 8.65399 10.8089 8.69044 10.816C8.9553 10.8683 9.22994 10.8958 9.51081 10.8958H9.52592L9.78989 11.0189C10.0841 11.2706 10.4663 11.4221 10.8849 11.4221H12.2119C12.2643 11.4221 12.3159 11.4371 12.3594 11.4655L13.394 12.1389C13.4607 12.1823 13.5496 12.1344 13.5496 12.0547V11.3273C13.5496 11.1819 13.6109 11.0437 13.7158 10.9427C14.0295 10.6379 14.2242 10.2117 14.2242 9.74126V7.25328H13.6811C13.7042 7.07342 13.7166 6.8909 13.7166 6.70483H13.7122ZM13.5451 9.74215C13.5451 9.85467 13.5264 9.96365 13.4918 10.0647C13.4891 10.0726 13.4864 10.0806 13.4838 10.0877C13.4784 10.1036 13.4722 10.1187 13.466 10.1338C13.4536 10.1639 13.4393 10.1931 13.4233 10.2215C13.322 10.4076 13.1638 10.5582 12.9727 10.6503C12.888 10.6911 12.888 10.6911 12.9727 10.6503C12.9363 10.668 12.8981 10.684 12.8589 10.6973C12.851 10.6999 12.843 10.7026 12.835 10.7044C12.819 10.7097 12.803 10.7141 12.787 10.7177C12.7061 10.738 12.6216 10.7496 12.5345 10.7496H10.8822C10.7951 10.7496 10.7098 10.7389 10.6298 10.7177C10.6138 10.7132 10.5978 10.7088 10.5818 10.7044C10.5738 10.7017 10.5658 10.6999 10.5587 10.6973C10.5507 10.6946 10.5427 10.692 10.5356 10.6893C10.5205 10.684 10.5045 10.6778 10.4903 10.6716C10.4601 10.6583 10.4307 10.6441 10.4023 10.6291C10.2787 10.5617 10.1703 10.4696 10.0841 10.3588C10.0503 10.3163 10.021 10.2711 9.99521 10.2224C9.97921 10.194 9.96499 10.1648 9.95255 10.1347C9.94632 10.1196 9.9401 10.1045 9.93477 10.0886C9.9321 10.0806 9.92855 10.0726 9.92677 10.0647C9.9241 10.0576 9.92144 10.0487 9.91966 10.0416C9.91433 10.0257 9.90988 10.0097 9.90633 9.99378C9.88588 9.91315 9.87433 9.82898 9.87433 9.74215V8.93409C9.87433 8.84725 9.88499 8.7622 9.90633 8.68245C9.91077 8.6665 9.91521 8.65056 9.91966 8.63461C9.92233 8.62663 9.9241 8.61866 9.92677 8.61157C9.92944 8.6036 9.9321 8.59562 9.93477 8.58853C9.9401 8.57258 9.94632 8.55752 9.95255 8.54246C9.96588 8.51233 9.9801 8.4831 9.99521 8.45386C10.0885 8.28285 10.2307 8.14109 10.4023 8.04805C10.4307 8.03299 10.4601 8.01881 10.4903 8.00552C10.5054 7.99932 10.5205 7.99312 10.5356 7.9878C10.5436 7.98515 10.5516 7.98249 10.5587 7.97983C10.5658 7.97717 10.5747 7.97451 10.5818 7.97274C10.5978 7.96831 10.6138 7.963 10.6298 7.95945C10.7107 7.93907 10.7951 7.92755 10.8822 7.92755H13.5469V9.74392L13.5451 9.74215ZM12.1995 7.25417C12.2412 7.06544 12.2634 6.86875 12.2634 6.66673C12.2634 6.48421 12.211 6.18207 12.1843 6.03588C12.1763 5.99157 12.1319 5.96411 12.0884 5.97563C12.0786 5.97828 12.0688 5.98006 12.0617 5.98183C11.5328 6.07486 10.9533 5.89588 10.6689 5.78779C10.644 5.77804 10.6218 5.80728 10.6378 5.82854C10.8156 6.06157 10.9213 6.35219 10.9213 6.66762C10.9213 6.72609 10.9178 6.78369 10.9107 6.84039C10.892 6.98747 10.8502 7.12835 10.7889 7.25771C10.2219 7.28784 9.72945 7.59706 9.4477 8.05071C9.39882 8.04805 9.35171 8.04274 9.3046 8.03476C8.87797 7.96477 8.51712 7.70073 8.31536 7.33746C8.23714 7.19658 8.18293 7.04064 8.15804 6.87495C8.14826 6.80761 8.14293 6.7385 8.14293 6.6685C8.14293 6.30257 8.28514 5.96942 8.51801 5.72222C8.63 5.60349 8.76243 5.50337 8.91086 5.42983C9.0984 5.3368 9.30905 5.28452 9.53214 5.28452H9.59613C9.66457 5.28452 9.72323 5.23402 9.73301 5.16668C9.77834 4.85834 9.73034 4.5624 9.64857 4.30723C9.57658 4.08395 9.35349 3.94307 9.12151 3.97851C8.7411 4.03522 8.38558 4.17078 8.07449 4.36748C7.9705 4.43304 7.87096 4.50481 7.77763 4.58367C7.18035 5.0825 6.80083 5.83209 6.80083 6.66939C6.80083 6.90064 6.83016 7.12569 6.88438 7.34011C6.9146 7.45973 6.95282 7.5758 6.99814 7.68832C7.36256 8.58765 8.19448 9.24863 9.1935 9.3709V9.74481C9.1935 9.80328 9.19617 9.86088 9.20239 9.91758C9.09218 9.90695 8.98285 9.89189 8.87531 9.87062C8.84864 9.86531 8.82287 9.85999 8.79709 9.85467C8.61578 9.81392 8.4389 9.75898 8.26825 9.6881C8.21315 9.66595 8.15893 9.64114 8.1056 9.61544C7.96872 9.54988 7.83629 9.47457 7.70919 9.38951C7.63275 9.339 7.55898 9.28495 7.48699 9.22648C7.39455 9.15294 7.30478 9.07231 7.22035 8.98813C7.13147 8.89953 7.04881 8.8065 6.97148 8.70992C6.91726 8.6417 6.86571 8.5717 6.81683 8.49993C6.75994 8.41576 6.7075 8.32893 6.65951 8.24032C6.63107 8.18716 6.59107 8.14375 6.54307 8.11185C6.44264 8.04451 6.3111 8.02767 6.19288 8.07729L6.08001 8.12425H6.07823C5.99557 7.92578 5.93069 7.72022 5.88358 7.50935C5.87825 7.48365 5.87291 7.45707 5.86758 7.43049C5.82136 7.19569 5.79736 6.9538 5.79736 6.70926V6.68179C5.79914 6.44611 5.82314 6.21397 5.86758 5.98714C5.87647 5.94373 5.88536 5.90031 5.89602 5.8569C5.94135 5.66374 6.00268 5.47502 6.07823 5.29249C6.10845 5.21984 6.14133 5.14719 6.17689 5.0763C6.24799 4.93099 6.33065 4.78923 6.4222 4.65367C6.4853 4.55975 6.55285 4.46848 6.62485 4.38077C6.70573 4.28153 6.79194 4.18584 6.88438 4.09369C6.98926 3.98914 7.09947 3.89168 7.21413 3.8013C7.28878 3.74194 7.36611 3.68612 7.44522 3.63384C7.59631 3.53284 7.75363 3.44335 7.91628 3.36626C7.97228 3.33968 8.02916 3.31487 8.08694 3.29095C8.26825 3.21652 8.4549 3.15627 8.646 3.11108C8.66288 3.10665 8.67977 3.10311 8.69666 3.09957C8.7251 3.09336 8.75354 3.08716 8.78287 3.08184L8.8202 3.26791C8.85042 3.41942 8.99085 3.5222 9.14462 3.50537C9.26372 3.49208 9.38459 3.48588 9.50725 3.48588H9.51525C9.72679 3.48588 9.93477 3.50714 10.1374 3.54701C10.1676 3.55321 10.1979 3.55942 10.2272 3.5665C10.4041 3.60638 10.5774 3.66131 10.7436 3.73042C10.7978 3.75257 10.8511 3.77649 10.9036 3.8013C11.0413 3.86776 11.1747 3.94307 11.3026 4.02901L11.5666 3.63473C11.6493 3.69055 11.7302 3.74903 11.8084 3.81105C11.9195 3.89877 12.0261 3.99357 12.1275 4.09458C12.2217 4.1885 12.3106 4.28685 12.3932 4.38963C12.4634 4.47557 12.5283 4.56418 12.5896 4.65544L12.1941 4.91859C12.2741 5.03732 12.3452 5.16048 12.4074 5.28718C12.4385 5.3492 12.467 5.41211 12.4936 5.4759C12.5585 5.63362 12.6119 5.79576 12.651 5.96233C12.6607 6.00132 12.6696 6.04119 12.6767 6.08106C12.7007 6.19979 12.7176 6.32029 12.7274 6.44256C12.7354 6.56572 12.7372 6.69951 12.7372 6.71192C12.7372 6.89887 12.7212 7.08051 12.691 7.2586H12.1968L12.1995 7.25417Z" })), /* @__PURE__ */ import_react.default.createElement("defs", null, /* @__PURE__ */ import_react.default.createElement("clipPath", { id: "clip0_5691_7" }, /* @__PURE__ */ import_react.default.createElement("rect", { width: "20", height: "20", rx: "2" }))));
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.9851 6.17638C14.9206 5.83863 14.825 5.51355 14.7006 5.20347C14.575 4.88761 14.4194 4.58675 14.2382 4.30663C14.056 4.02421 13.847 3.76023 13.6159 3.52046C13.3847 3.28069 13.1313 3.06398 12.8579 2.87493C12.5879 2.68703 12.2978 2.52565 11.9933 2.39424C11.6943 2.26513 11.3798 2.16599 11.0553 2.09914C10.7397 2.03458 10.4129 2 10.0795 2C9.74614 2 9.4194 2.03343 9.10377 2.09914L9.21046 2.65476C9.49163 2.59712 9.7817 2.56715 10.0795 2.56715C10.3774 2.56715 10.6674 2.59712 10.9486 2.65476C11.2387 2.7147 11.5176 2.80231 11.7844 2.91758C12.0555 3.03401 12.3134 3.1781 12.5545 3.34525L12.2089 3.88127C12.1633 3.95274 12.18 4.04727 12.2467 4.09799C12.4023 4.21557 12.5479 4.34467 12.6835 4.48531C12.8535 4.66168 13.008 4.85534 13.1424 5.06398C13.2758 5.27032 13.3903 5.49165 13.4836 5.7245C13.5748 5.95275 13.6459 6.19252 13.6926 6.44151C13.7392 6.68243 13.7626 6.93142 13.7626 7.18733C13.7626 7.44324 13.7381 7.69223 13.6926 7.93315C13.6459 8.18215 13.5748 8.42192 13.4836 8.65016C13.3903 8.88301 13.2758 9.10319 13.1424 9.31068C13.008 9.51933 12.8546 9.71299 12.6835 9.88936C12.5134 10.0657 12.3267 10.226 12.1256 10.3654C11.9266 10.5038 11.7132 10.6225 11.4887 10.7193C11.2687 10.8139 11.0375 10.8876 10.7975 10.936C10.5652 10.9845 10.3252 11.0087 10.0784 11.0087C9.83171 11.0087 9.59166 10.9833 9.35938 10.936C9.11933 10.8876 8.88817 10.8139 8.66812 10.7193C8.44363 10.6225 8.23024 10.5038 8.03131 10.3654L7.60233 11.0306C7.84349 11.1977 8.10133 11.3418 8.3725 11.4582C8.63922 11.5735 8.91817 11.6611 9.20824 11.7211C9.48941 11.7787 9.77948 11.8087 10.0773 11.8087C10.3752 11.8087 10.6652 11.7787 10.9464 11.7211C11.2365 11.6623 11.5154 11.5735 11.7821 11.4582C12.0533 11.3418 12.3111 11.1977 12.5523 11.0306L12.8557 11.502C13.128 11.313 13.3825 11.0963 13.6137 10.8565C13.8448 10.6167 14.0538 10.3539 14.236 10.0703C14.4172 9.79022 14.5728 9.48935 14.6983 9.1735C14.8228 8.86342 14.9184 8.53719 14.9828 8.20059C15.0451 7.87321 15.0784 7.53431 15.0784 7.18848C15.0784 6.84266 15.0462 6.50376 14.9828 6.17638H14.9851Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.39137 9.7395L12.9524 7.49281L12.9535 7.49165C13.1969 7.37177 13.1969 7.01096 12.9535 6.89108L8.39248 4.64323C8.34692 4.62133 8.30024 4.61096 8.25467 4.61096C8.08686 4.61096 7.9346 4.75159 7.9346 4.9441V6.11874C8.07575 6.01615 8.24356 5.9343 8.39915 5.90894C8.63809 5.8686 8.89482 5.9954 8.89482 5.9954L11.322 7.19194L8.89482 8.38849V6.3101C8.89482 6.2928 8.88148 6.27782 8.86481 6.27667C8.34247 6.23632 8.07908 6.61788 7.96683 6.85765C7.94461 6.90376 7.93349 6.95448 7.93349 7.0052V9.43979C7.93349 9.63114 8.08575 9.77178 8.25356 9.77178C8.29913 9.77178 8.34581 9.7614 8.39137 9.7395Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M18.2118 14.6196H17.5923V14.7846H17.8225L17.8156 15.6216H17.9817L17.9886 14.7846H18.2118V14.6196Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M18.578 14.6196H18.3341L18.3328 14.619V15.6216H18.4921V14.9716L18.489 14.8565L18.7059 15.446H18.8852L19.1122 14.8352L19.1091 14.9576V15.6223H19.2752V14.6196H19.0244L18.8112 15.2231L18.8012 15.2663H18.7981L18.788 15.2231L18.578 14.6196Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.3639 16.6875V14.8033H14.6287V16.7135C14.6287 16.8379 14.692 16.9017 14.8062 16.9017V17.1572C14.4869 17.1572 14.3639 17.0262 14.3639 16.6875Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.6745 16.1958V15.8831C8.6745 15.2158 8.96373 14.8518 9.49387 14.8518C9.71095 14.8518 9.90355 14.9124 10.0604 15.0308L9.92802 15.2477C9.80443 15.1612 9.65385 15.1166 9.4945 15.1166C9.10614 15.1166 8.9493 15.3688 8.9493 15.8831V16.1958C8.9493 16.6815 9.11806 16.921 9.4945 16.921C9.65699 16.921 9.80756 16.8765 9.93743 16.784L10.061 16.9949C9.90732 17.1193 9.71785 17.1832 9.4945 17.1832C8.97376 17.1832 8.6745 16.8345 8.6745 16.1958Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.94153 14.8831C6.04065 14.8831 6.11343 14.9596 6.11343 15.0654C6.11343 15.1712 6.04128 15.2477 5.94153 15.2477C5.84177 15.2477 5.76962 15.1712 5.76962 15.0654C5.76962 14.9596 5.84177 14.8831 5.94153 14.8831Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.80915 15.4899H6.07391V17.1346H5.80915V15.4899Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M0.994385 14.8991H1.58789C2.09671 14.8991 2.37401 15.2411 2.37401 15.8698V16.2051C2.37401 16.8086 2.0942 17.1346 1.57911 17.1346H0.995012L0.994385 14.8991ZM1.58789 16.8731C1.93108 16.8731 2.09984 16.6589 2.09984 16.2118V15.8765C2.09984 15.3974 1.92794 15.1612 1.57911 15.1612H1.26291V16.8731H1.58789Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M2.68855 16.6622L2.68793 16.6868C2.68793 16.9869 2.91065 17.1819 3.22685 17.1819C3.4615 17.1819 3.63905 17.0701 3.72061 16.8658L3.73253 17.1339H3.94961V15.9969C3.94961 15.585 3.68171 15.4413 3.35045 15.4413C3.16662 15.4413 2.95896 15.4866 2.78141 15.5757L2.87489 15.8059C2.99848 15.7454 3.16976 15.6975 3.33853 15.6975C3.55247 15.6975 3.68171 15.774 3.68485 15.9882L3.68798 16.1386H3.34794C2.97464 16.1386 2.68855 16.3076 2.68855 16.6622ZM3.26387 16.9596C3.0562 16.9596 2.94453 16.8671 2.94453 16.6882V16.6629C2.94453 16.4713 3.08005 16.3688 3.34229 16.3688H3.68861L3.69175 16.5159C3.69426 16.8126 3.5531 16.9596 3.26387 16.9596Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M4.47193 15.4899H4.18271L4.66454 17.1346H5.01965L5.51967 15.4899H5.23986L4.84837 16.8698L4.47193 15.4899Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M6.5259 16.7647L6.39038 16.9756C6.55287 17.1033 6.74925 17.1792 6.98452 17.1825C7.35217 17.1858 7.5567 17.0102 7.5567 16.6908C7.5567 16.3941 7.37914 16.2404 7.13195 16.1991L6.91801 16.1639C6.78815 16.1419 6.68588 16.0714 6.68588 15.931C6.68588 15.7747 6.81826 15.6981 6.98075 15.6981C7.16144 15.6981 7.3208 15.7587 7.41742 15.8133L7.5109 15.5771C7.36346 15.4972 7.16772 15.4427 6.98075 15.4427C6.64071 15.4427 6.44496 15.6309 6.44183 15.931C6.43869 16.2218 6.61938 16.3748 6.86343 16.4134L7.08302 16.4486C7.20348 16.4679 7.3026 16.5385 7.30574 16.6789C7.30888 16.8545 7.16144 16.931 7.00459 16.931C6.83018 16.931 6.66141 16.8671 6.5259 16.7647Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M10.3317 16.1645C10.3317 15.7174 10.5694 15.4427 10.9553 15.4427C11.3411 15.4427 11.5789 15.7174 11.5789 16.1645V16.4613C11.5789 16.9084 11.3411 17.1832 10.9553 17.1832C10.5694 17.1832 10.3317 16.9084 10.3317 16.4613V16.1645ZM11.3129 16.4613V16.1645C11.3129 15.8545 11.1837 15.6822 10.9547 15.6822C10.7257 15.6822 10.5964 15.8545 10.5964 16.1645V16.4613C10.5964 16.7713 10.7257 16.9437 10.9547 16.9437C11.1837 16.9437 11.3129 16.7713 11.3129 16.4613Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M11.9719 14.8991H12.6313C13.0497 14.8991 13.3421 15.1799 13.3421 15.5824C13.3421 15.9849 13.0497 16.2723 12.6313 16.2723H12.2429V17.1346H11.9719V14.8991ZM12.6708 16.0235C12.9054 16.0235 13.0686 15.8445 13.0686 15.589C13.0686 15.3335 12.9061 15.1612 12.6708 15.1612H12.2429V16.0235H12.6708Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.9929 15.0654C13.9929 14.9596 13.9202 14.8831 13.821 14.8831C13.7213 14.8831 13.6491 14.9596 13.6491 15.0654C13.6491 15.1712 13.7213 15.2477 13.821 15.2477C13.9208 15.2477 13.9929 15.1712 13.9929 15.0654Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.9534 17.1346V15.4899H13.6887V17.1346H13.9534Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.0612 16.1645C15.0612 15.7174 15.2989 15.4427 15.6848 15.4427C16.0706 15.4427 16.3084 15.7174 16.3084 16.1645V16.4613C16.3084 16.9084 16.0706 17.1832 15.6848 17.1832C15.2989 17.1832 15.0612 16.9084 15.0612 16.4613V16.1645ZM16.043 16.4613V16.1645C16.043 15.8545 15.9138 15.6822 15.6848 15.6822C15.4558 15.6822 15.3265 15.8545 15.3265 16.1645V16.4613C15.3265 16.7713 15.4558 16.9437 15.6848 16.9437C15.9138 16.9437 16.043 16.7713 16.043 16.4613Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M16.7303 16.6722V15.7361H16.5314V15.5218H16.6306C16.7058 15.5218 16.7297 15.4966 16.7297 15.4167V15.1007H16.9944V15.4906H17.401V15.7367H16.9944V16.6729C16.9944 16.8392 17.0484 16.8898 17.2567 16.8898H17.401V17.1486H17.214C16.8708 17.1486 16.7291 17.0401 16.7291 16.6729L16.7303 16.6722Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M7.60454 3.3464L7.95017 3.88242L7.95128 3.88358C7.99685 3.95505 7.98018 4.04957 7.9135 4.10029C7.75791 4.21787 7.61121 4.34813 7.47562 4.48877C7.30558 4.66514 7.15222 4.8588 7.01774 5.06744C6.88438 5.27494 6.76991 5.49511 6.67656 5.72796C6.58543 5.95621 6.5143 6.19598 6.46762 6.44497C6.42206 6.68589 6.39761 6.93488 6.39761 7.19079C6.39761 7.4467 6.42094 7.69569 6.46762 7.93661C6.5143 8.1856 6.58543 8.42537 6.67656 8.65362C6.76991 8.88647 6.88438 9.10664 7.01774 9.31414L6.37649 9.7591C6.50874 9.96544 6.65877 10.1602 6.82103 10.3412C6.88105 10.4081 6.87993 10.5107 6.8177 10.5752L6.54431 10.8588C6.31314 10.619 6.10421 10.3551 5.92195 10.0726C5.74079 9.79137 5.5852 9.49166 5.45851 9.17581C5.33404 8.86457 5.23846 8.5395 5.174 8.20174C5.11065 7.87437 5.07843 7.53546 5.07843 7.18964C5.07843 6.84382 5.11177 6.50491 5.174 6.17753C5.23846 5.83978 5.33404 5.51355 5.45851 5.20347C5.5852 4.88761 5.74079 4.58675 5.92195 4.30663C6.07309 4.07263 6.24202 3.8513 6.42761 3.64611C6.49096 3.57695 6.59654 3.5758 6.661 3.64266L6.92995 3.92162C7.13555 3.70721 7.36115 3.5147 7.60454 3.3464Z" }));
37
37
  });
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(DavisCoPilotSignetIcon_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const DavisCoPilotSignetIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.47151 7.97123C9.15745 8.10372 8.90694 8.36535 8.77985 8.69228C8.29711 9.93136 9.42122 11.1032 10.6098 10.6C10.9239 10.4675 11.1744 10.2059 11.3015 9.87893C11.7842 8.63986 10.6601 7.46797 9.47151 7.97123Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M12.5673 5.34871C12.5266 5.32011 12.4859 5.29247 12.4448 5.26483C12.0297 4.99366 11.5698 4.79112 11.0793 4.6715C10.9422 4.63767 10.816 4.75967 10.837 4.90502L10.8535 5.01559C10.9783 5.87627 10.9641 6.52488 10.8891 6.98334C10.8832 7.01813 10.9111 7.04863 10.944 7.04243C11.723 6.89946 12.2308 6.21082 12.5847 5.41209C12.5947 5.38969 12.5874 5.36205 12.5673 5.34871Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M17.1241 9.33948C17.1241 9.32041 17.1241 9.30183 17.1237 9.28229L18 9.28515C17.9959 8.64941 17.9237 8.03082 17.7911 7.43654C17.6539 6.82415 17.4519 6.23701 17.1931 5.68467C16.9307 5.12375 16.6098 4.59857 16.2377 4.11724L16.2363 4.11819C16.0544 3.88229 15.8601 3.65639 15.6549 3.44241C15.4395 3.21843 15.2123 3.00683 14.9742 2.81001C14.8027 2.66751 14.6254 2.53264 14.443 2.40492L13.9579 3.16267C13.6805 2.96871 13.3897 2.79523 13.0866 2.64321C12.9682 2.58364 12.848 2.52788 12.7264 2.47498C12.3616 2.31771 11.9831 2.19047 11.5918 2.09754C11.5246 2.08133 11.4569 2.06656 11.3893 2.05226C10.9458 1.96124 10.4864 1.91215 10.0178 1.91072H9.99909V1C9.96297 1 9.92686 1.00048 9.89074 1.00048C9.8272 1.00143 9.76366 1.00334 9.70011 1.00572C9.552 1.01144 9.40526 1.02145 9.25943 1.03527C9.23383 1.03765 9.20869 1.04051 9.18309 1.04337C9.1264 1.04909 9.06971 1.05576 9.01303 1.06338C8.98057 1.06767 8.94857 1.07149 8.91611 1.07625C8.88411 1.08054 8.85166 1.08531 8.82011 1.09055C8.78811 1.09579 8.75611 1.10103 8.72411 1.1058C8.69851 1.11009 8.67291 1.11485 8.64686 1.11914C8.57691 1.13153 8.50743 1.14488 8.4384 1.15917C8.41829 1.16346 8.39909 1.16728 8.37897 1.17204C8.34971 1.17776 8.32046 1.18443 8.29166 1.1911C8.27794 1.19396 8.26423 1.1973 8.25051 1.20064C8.23177 1.20492 8.21303 1.20921 8.19474 1.2135C8.16229 1.2216 8.13029 1.22971 8.09829 1.23781C8.06629 1.24543 8.03429 1.25401 8.00229 1.26259C7.97029 1.27164 7.93829 1.27975 7.90674 1.2888C7.8112 1.31501 7.71657 1.34456 7.6224 1.37506C7.59131 1.38507 7.56023 1.39555 7.52914 1.40604C7.48754 1.41938 7.4464 1.43415 7.40526 1.4494C7.24709 1.50469 7.0912 1.56664 6.93714 1.63288C6.81189 1.68721 6.688 1.74488 6.56594 1.80588C6.52571 1.82542 6.48594 1.84543 6.44617 1.86688C6.3424 1.91978 6.24046 1.97601 6.13989 2.03415C6.11291 2.04893 6.08594 2.06465 6.05943 2.08086C6.05257 2.08419 6.04617 2.08848 6.03977 2.09277C5.776 2.26338 5.69966 2.63225 5.87429 2.90437L6.03977 3.16267C5.88663 3.26942 5.73714 3.38237 5.59314 3.50199C5.37097 3.68356 5.15977 3.87895 4.96046 4.08674C4.784 4.27069 4.61714 4.46418 4.46034 4.66624L3.78011 4.09722C3.40526 4.57951 3.0816 5.10659 2.81691 5.66894C2.55543 6.22319 2.35154 6.81271 2.21349 7.42796C2.07909 8.0251 2.00411 8.70087 2 9.33948C2 9.89659 2.05211 10.4408 2.15177 10.9665C2.16366 11.0275 2.176 11.0885 2.1888 11.1495C2.28983 11.627 2.43063 12.0893 2.60663 12.5315C2.6592 12.664 2.71543 12.7951 2.7744 12.9242C2.94171 13.2888 3.13326 13.6391 3.3472 13.9727C3.46697 14.16 3.59406 14.3415 3.72846 14.5174C3.92 14.769 4.12526 15.0087 4.34286 15.2356C4.52389 15.4243 4.71314 15.6035 4.91017 15.7732C4.92434 15.7851 4.93806 15.796 4.95269 15.8065C4.9696 15.8199 4.98789 15.8318 5.00571 15.8427C5.3312 16.0434 5.76 15.9533 5.97714 15.6145L6.03977 15.5163C6.31589 15.7093 6.60571 15.8823 6.90697 16.0338C7.02674 16.0939 7.14789 16.1506 7.27131 16.204C7.64114 16.3636 8.02697 16.4923 8.4256 16.5857C8.4864 16.5995 8.5472 16.6133 8.60891 16.6262C9.05829 16.7191 9.5232 16.7678 9.99909 16.7678H10.0242L10.4709 16.9865C10.9696 17.4321 11.6178 17.7004 12.3264 17.7004H14.5751C14.6642 17.7004 14.7511 17.7276 14.8251 17.7781L16.5778 18.9709C16.6912 19.0477 16.8416 18.9633 16.8416 18.8218V17.5331C16.8416 17.2753 16.9463 17.0313 17.1232 16.8512C17.6544 16.3102 17.9845 15.5554 17.9845 14.7218V10.3117H17.0638C17.1035 9.99333 17.1241 9.66879 17.1241 9.33948ZM16.8416 14.7218C16.8416 14.922 16.8101 15.1145 16.7515 15.2942C16.7474 15.308 16.7424 15.3218 16.7374 15.3357C16.7278 15.3633 16.7173 15.3905 16.7067 15.4172C16.6853 15.4705 16.661 15.5225 16.6345 15.573C16.4631 15.9028 16.1952 16.1697 15.8706 16.3326C15.7265 16.4051 15.7268 16.4051 15.8706 16.3326C15.8085 16.3641 15.7435 16.3917 15.6773 16.4151C15.6635 16.4194 15.6503 16.4241 15.6366 16.4284C15.6101 16.4375 15.5831 16.4456 15.5557 16.4527C15.419 16.4894 15.275 16.509 15.1273 16.509H12.3264C12.1787 16.509 12.0347 16.4894 11.8981 16.4527C11.8706 16.4451 11.8437 16.437 11.8171 16.4284C11.8039 16.4241 11.7902 16.4199 11.7774 16.4151C11.7641 16.4103 11.7509 16.4056 11.7376 16.4003C11.7115 16.3903 11.685 16.3793 11.6599 16.3684C11.6087 16.3455 11.5584 16.3203 11.5099 16.2931C11.3001 16.1735 11.1163 16.0105 10.971 15.8146C10.9143 15.7393 10.8635 15.6588 10.8197 15.5735C10.7931 15.5225 10.7689 15.4705 10.7474 15.4172C10.7365 15.3905 10.7264 15.3633 10.7168 15.3361C10.7118 15.3218 10.7067 15.308 10.7026 15.2942C10.6981 15.2809 10.6939 15.2666 10.6898 15.2527C10.6811 15.2251 10.6734 15.197 10.6665 15.1684C10.6313 15.0259 10.6126 14.8758 10.6126 14.7218V13.2902C10.6126 13.1363 10.6313 12.9862 10.6665 12.8437C10.6738 12.8151 10.6816 12.787 10.6898 12.7593C10.6939 12.7455 10.6981 12.7312 10.7026 12.7179C10.7072 12.7041 10.7118 12.6902 10.7168 12.6764C10.7264 12.6488 10.7369 12.6216 10.7474 12.5954C10.7694 12.5415 10.7936 12.4896 10.8197 12.4391C10.9783 12.135 11.2187 11.8844 11.5099 11.719C11.5584 11.6918 11.6087 11.6666 11.6599 11.6437C11.685 11.6327 11.7115 11.6218 11.7376 11.6118C11.7509 11.6065 11.7646 11.6017 11.7778 11.597C11.7906 11.5922 11.8043 11.5879 11.8176 11.5836C11.8441 11.5751 11.8711 11.567 11.8985 11.5593C12.0352 11.5226 12.1792 11.5031 12.3269 11.5031H16.8421L16.8416 14.7218ZM14.5605 10.3117C14.6313 9.97665 14.6688 9.62828 14.6688 9.27085C14.6688 8.94726 14.5806 8.4116 14.5349 8.15234C14.5207 8.07419 14.4462 8.0251 14.3726 8.04559C14.3557 8.04988 14.3397 8.05369 14.3269 8.05655C13.4299 8.22145 12.4489 7.90453 11.9662 7.71247C11.9241 7.69579 11.8866 7.74726 11.9141 7.78443C12.2158 8.19714 12.395 8.71279 12.395 9.27085C12.395 9.37427 12.389 9.47673 12.3776 9.57633C12.3461 9.83749 12.2757 10.0863 12.171 10.316C11.2105 10.3698 10.3758 10.9179 9.8976 11.7209C9.81531 11.7156 9.7344 11.7061 9.6544 11.6923C8.93166 11.5684 8.32 11.1009 7.97851 10.4561C7.84594 10.2064 7.75451 9.92994 7.712 9.63638C7.69509 9.51676 7.6864 9.39524 7.6864 9.27085C7.6864 8.62272 7.92777 8.03177 8.32274 7.59333C8.512 7.38221 8.73737 7.20588 8.98789 7.07482C9.30514 6.90945 9.66217 6.81652 10.0411 6.81652H10.1495C10.2661 6.81652 10.3653 6.7274 10.3822 6.60731C10.4594 6.06116 10.3781 5.53646 10.2395 5.08467C10.1179 4.68959 9.73989 4.4394 9.34583 4.50135C8.7008 4.60238 8.0992 4.8421 7.57074 5.19095C7.39474 5.30675 7.22651 5.43495 7.06789 5.57411C6.05623 6.45862 5.41257 7.78682 5.41257 9.27085C5.41257 9.68118 5.46194 10.0791 5.55474 10.4594C5.60594 10.6715 5.6704 10.8774 5.74811 11.077C6.36526 12.6707 7.77509 13.8421 9.46926 14.0585V14.7218C9.46926 14.8253 9.47429 14.9272 9.48389 15.0278C9.29691 15.0097 9.11177 14.982 8.92937 14.9444C8.88457 14.9353 8.84069 14.9253 8.79634 14.9158C8.48869 14.8443 8.18926 14.7457 7.9008 14.6208C7.80754 14.5808 7.71566 14.5379 7.62514 14.4917C7.39337 14.3759 7.16891 14.2419 6.9536 14.0909C6.82469 14.0008 6.69897 13.905 6.57646 13.8021C6.4192 13.671 6.26789 13.5295 6.12389 13.3793C5.97303 13.2221 5.83269 13.0577 5.70194 12.8866C5.6096 12.7655 5.52274 12.6416 5.44046 12.5144C5.34446 12.3652 5.25531 12.2113 5.17349 12.054C5.12503 11.9597 5.05691 11.8834 4.97646 11.8267C4.8064 11.7071 4.58377 11.6775 4.38263 11.7647L4.192 11.8472L4.1888 11.8486C4.04846 11.4959 3.93829 11.1314 3.8592 10.7573C3.85006 10.711 3.84046 10.6648 3.83177 10.6181C3.75314 10.2016 3.71291 9.77363 3.71291 9.33948C3.71291 9.32375 3.71291 9.30707 3.71337 9.29134C3.71611 8.87292 3.75634 8.46164 3.83177 8.06037C3.8464 7.98316 3.86194 7.90691 3.87977 7.83018C3.95657 7.48801 4.05989 7.15393 4.1888 6.82986C4.24 6.70072 4.29531 6.57299 4.35566 6.44718C4.4768 6.18888 4.61577 5.93821 4.77074 5.69754C4.87771 5.53169 4.99246 5.36966 5.11451 5.21382C5.25166 5.03749 5.39794 4.86831 5.55429 4.70532C5.73211 4.52041 5.91909 4.34694 6.11383 4.18729C6.24091 4.08197 6.37166 3.98284 6.5056 3.88991C6.76114 3.71072 7.02766 3.5525 7.30377 3.41525C7.39886 3.36855 7.49486 3.32375 7.59223 3.28181C7.89897 3.1498 8.21531 3.04305 8.54034 2.96346C8.56914 2.95584 8.59794 2.94917 8.62674 2.94249C8.6752 2.93106 8.72366 2.9201 8.77257 2.91056L8.83566 3.24083C8.8864 3.50913 9.12503 3.69118 9.38514 3.66116C9.58766 3.63781 9.79246 3.62589 9.99909 3.62589H10.0133C10.3712 3.62685 10.7241 3.66307 11.0683 3.73407C11.1195 3.74456 11.1703 3.75552 11.221 3.76791C11.5214 3.83844 11.8139 3.93566 12.0969 4.05814C12.1888 4.0977 12.2798 4.13963 12.3689 4.18443C12.6025 4.30167 12.8279 4.43606 13.0446 4.58761L13.4921 3.88944C13.632 3.98761 13.7691 4.0915 13.9022 4.20254C14.0905 4.3579 14.2711 4.52566 14.4434 4.70532C14.6034 4.87212 14.7538 5.04655 14.8937 5.22764C15.0121 5.37967 15.1232 5.53646 15.227 5.69801L14.5568 6.1641C14.6921 6.37379 14.8128 6.59206 14.9189 6.81795C14.9714 6.92756 15.0199 7.0386 15.0651 7.15203C15.1753 7.43082 15.2649 7.71867 15.3312 8.01366C15.3472 8.08324 15.3623 8.15377 15.3751 8.22431C15.4153 8.43543 15.4437 8.64893 15.4606 8.86577C15.4743 9.08404 15.477 9.32137 15.477 9.34329C15.477 9.67403 15.4505 9.99714 15.3984 10.3117H14.5605Z" }));
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M17.848 8.9395C17.7455 8.4195 17.592 7.917 17.393 7.4385C17.1915 6.9515 16.9425 6.4885 16.6525 6.0555C16.3605 5.6195 16.027 5.2135 15.657 4.8435C15.2875 4.474 14.8815 4.14 14.4455 3.8485C14.013 3.5585 13.55 3.31 13.0625 3.1075C12.584 2.909 12.0815 2.7555 11.5615 2.653C11.0565 2.5525 10.5345 2.5 10.0005 2.5C9.46649 2.5 8.94449 2.5525 8.43949 2.6525L8.60999 3.5095C9.05949 3.4205 9.52449 3.3735 10.0005 3.3735C10.4765 3.3735 10.9415 3.42 11.391 3.5095C11.8545 3.601 12.302 3.7375 12.7285 3.9145C13.1625 4.0945 13.5745 4.316 13.96 4.5745L13.4075 5.4015C13.3345 5.511 13.3615 5.6575 13.4675 5.735C13.716 5.916 13.95 6.1165 14.167 6.333C14.4395 6.605 14.6855 6.904 14.9005 7.2255C15.1145 7.5445 15.2975 7.8855 15.446 8.244C15.5925 8.5965 15.705 8.966 15.7805 9.3495C15.8545 9.721 15.893 10.106 15.893 10.499C15.893 10.892 15.8545 11.277 15.7805 11.649C15.705 12.0325 15.5925 12.402 15.446 12.7545C15.297 13.113 15.114 13.454 14.9005 13.7725C14.6855 14.094 14.4395 14.393 14.167 14.665C13.895 14.9375 13.596 15.1835 13.2745 15.3985C12.9555 15.6125 12.615 15.7955 12.2565 15.944C11.904 16.0905 11.5345 16.203 11.151 16.2785C10.779 16.3525 10.3945 16.391 10.001 16.391C9.60749 16.391 9.22299 16.3525 8.85149 16.2785C8.46799 16.203 8.09849 16.0905 7.74599 15.944C7.38749 15.795 7.04649 15.612 6.72749 15.3985L6.04199 16.4245C6.42749 16.683 6.83949 16.9045 7.27349 17.084C7.69999 17.261 8.14699 17.3975 8.61049 17.489C9.05999 17.578 9.52499 17.625 10.001 17.625C10.477 17.625 10.942 17.5785 11.3915 17.489C11.855 17.3975 12.3025 17.261 12.7285 17.084C13.1625 16.9045 13.5745 16.683 13.96 16.4245L14.4455 17.151C14.8815 16.859 15.2875 16.5255 15.6575 16.1555C16.0275 15.7855 16.361 15.3795 16.653 14.9435C16.943 14.511 17.1915 14.048 17.3935 13.561C17.592 13.0825 17.7455 12.58 17.8485 12.06C17.9485 11.555 18.001 11.033 18.001 10.499C18.001 9.965 17.9485 9.443 17.8485 8.938L17.848 8.9395Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14.596 10.97L7.30048 14.4355C7.22848 14.4695 7.15348 14.4855 7.08048 14.4855C6.81198 14.4855 6.56848 14.269 6.56848 13.973V10.2175C6.56848 10.1385 6.58698 10.0615 6.62098 9.9905C6.80098 9.621 7.22198 9.032 8.05798 9.0945C8.08448 9.0965 8.10548 9.119 8.10548 9.1455V12.3515L11.9885 10.5065L8.10548 8.662C8.10548 8.662 7.69398 8.467 7.31198 8.5285C7.06298 8.568 6.79548 8.6945 6.56848 8.8525V7.041C6.56848 6.7445 6.81198 6.528 7.08048 6.528C7.15348 6.528 7.22848 6.5435 7.30048 6.578L14.596 10.044C14.9855 10.2295 14.9855 10.7845 14.596 10.97Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M6.041 4.575L6.5935 5.4015L6.5925 5.4025C6.666 5.5115 6.639 5.6585 6.5325 5.736C6.284 5.917 6.05 6.1175 5.833 6.3345C5.561 6.6065 5.3145 6.9055 5.1 7.227C4.8865 7.5455 4.703 7.8865 4.554 8.245C4.4075 8.5975 4.295 8.9675 4.2195 9.351C4.1455 9.7225 4.107 10.107 4.107 10.5005C4.107 10.894 4.1455 11.2785 4.2195 11.6505C4.295 12.034 4.408 12.404 4.554 12.7565C4.703 13.115 4.886 13.455 5.1 13.7745L4.074 14.46C4.2875 14.779 4.5255 15.079 4.786 15.3585C4.8815 15.461 4.8795 15.6205 4.7805 15.7195L4.343 16.157C3.9735 15.7875 3.6395 15.3815 3.348 14.9455C3.058 14.513 2.809 14.05 2.607 13.563C2.408 13.0845 2.255 12.582 2.1525 12.0615C2.0525 11.5565 2 11.0345 2 10.5005C2 9.9665 2.0525 9.4445 2.1525 8.9395C2.2555 8.419 2.409 7.9165 2.6075 7.438C2.81 6.9505 3.0585 6.4875 3.3485 6.055C3.5905 5.693 3.8615 5.352 4.158 5.0355C4.258 4.929 4.427 4.927 4.5305 5.0305L4.9615 5.4615C5.2905 5.1325 5.6525 4.8345 6.041 4.575Z" }));
37
37
  });
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ /**
4
+ * Use to move an element independent of the direction
5
+ */
3
6
  export declare const DragAllDirectionIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ /**
4
+ * @deprecated Use DragAllDirectionIcon to move elements in a vertical direction
5
+ */
3
6
  export declare const DragVerticalIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
3
  /**
4
- * Use to open an external app or page
4
+ * Use when linking to any external resource (i.e., outside the current tenant evironment
5
5
  */
6
6
  export declare const ExternalLinkIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ export declare const Forward10Icon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,37 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+ var Forward10Icon_exports = {};
29
+ __export(Forward10Icon_exports, {
30
+ Forward10Icon: () => Forward10Icon
31
+ });
32
+ module.exports = __toCommonJS(Forward10Icon_exports);
33
+ var import_react = __toESM(require("react"));
34
+ var import_SvgIcon = require("../lib/SvgIcon.js");
35
+ const Forward10Icon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.5 8.27057L10.5 8.27057V6.77057H12.958C12.0601 5.91638 10.8447 5.39185 9.50614 5.39185C6.73999 5.39185 4.5 7.63176 4.5 10.3918C4.5 12.6822 6.04242 14.6144 8.148 15.2057V16.75C5.20669 16.126 3 13.5164 3 10.3918C3 6.80199 5.9129 3.89185 9.50614 3.89185C11.2491 3.89185 12.832 4.57658 14 5.69148V3.27057H15.5V8.27057Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.5708 16.894C14.2587 16.894 13.4427 15.878 13.4427 14.23V13.662C13.4427 12.014 14.2587 11.006 15.5708 11.006C16.8908 11.006 17.7148 12.014 17.7148 13.662V14.23C17.7148 15.878 16.8908 16.894 15.5708 16.894ZM14.6348 14.334C14.6348 14.502 14.6427 14.662 14.6667 14.806L16.2268 12.422C16.0668 12.198 15.8428 12.078 15.5708 12.078C14.9868 12.078 14.6348 12.622 14.6348 13.558V14.334ZM14.9228 15.486C15.0828 15.702 15.2987 15.822 15.5708 15.822C16.1788 15.822 16.5308 15.27 16.5227 14.334L16.5148 13.558C16.5148 13.39 16.4987 13.238 16.4827 13.102L14.9228 15.486Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.324 15.678V16.75H12.548V15.678H11.572V11.15H10.7L9.084 12.078L9.404 12.806L10.38 12.51V15.678H9.324Z" }));
37
+ });
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ /**
4
+ * Use to give additional information
5
+ */
3
6
  export declare const InformationIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(ManualIcon_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const ManualIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.36137 7.49747C4.96954 7.05986 4.28671 7.05263 3.88569 7.48183L2.59709 8.86099C2.25519 9.22691 2.23669 9.78932 2.55381 10.1769L6.49984 15L15.9999 14.9824L16 5.3212C16 4.96725 15.8129 4.63967 15.508 4.45986L11.5725 2.13862C11.4187 2.04788 11.2434 2 11.0648 1.99996L7.49984 1.99902C6.94756 1.99902 6.49984 2.44674 6.49984 2.99902L6.61299 8.89529L5.36137 7.49747ZM14.4999 13.4824L7.00001 13.5L3.56714 9.50003L4.63208 8.45789L7.1665 11.25H7.99984V3.49902L11 3.49902L14.5 5.38164L14.4999 13.4824Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M16 17.9825L6.50001 17.9825V16.4845L16 16.4845V17.9825Z" }));
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.36136 7.49747C4.96953 7.05986 4.2867 7.05263 3.88568 7.48183L2.59707 8.86099C2.25517 9.22691 2.23668 9.78932 2.55379 10.1769L6.49983 15L15.9999 14.9824L16 5.3212C16 4.96725 15.8129 4.63967 15.508 4.45986L11.5725 2.13862C11.4187 2.04788 11.2434 2 11.0647 1.99996L7.49983 1.99902C6.94754 1.99902 6.49983 2.44674 6.49983 2.99902L6.61298 8.89529L5.36136 7.49747ZM14.4999 13.4824L6.99999 13.5L3.56713 9.50003L4.63207 8.45789L7.16648 11.25H7.99983V3.49902L11 3.49902L14.5 5.38164L14.4999 13.4824Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M16 17.9825L6.49999 17.9825V16.4845L16 16.4845V17.9825Z" }));
37
37
  });
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
3
  /**
4
- * Use to open an internal app
4
+ * Use to open the intent dialog
5
5
  */
6
6
  export declare const OpenWithIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ /**
4
+ * Use to add or create something
5
+ */
3
6
  export declare const PlusIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -34,6 +34,6 @@ var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const RedoIcon = /* @__PURE__ */ (0, import_react.forwardRef)(
36
36
  (props, forwardedRef) => {
37
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M18 9.74264L13.7574 5.5L12.6967 6.56066L15.1306 8.9946H4C3.44772 8.9946 3 9.44231 3 9.9946V14.4946C3 15.0469 3.44771 15.4946 4 15.4946H7.99995V13.9946H4.5V10.4946H15.1267L12.6967 12.9246L13.7574 13.9853L18 9.74264Z" }));
37
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M18 8.24264L13.7574 4L12.6967 5.06066L15.1306 7.4946H4C3.44772 7.4946 3 7.94231 3 8.4946V12.9946C3 13.5469 3.44771 13.9946 4 13.9946H7.99995V12.4946H4.5V8.9946H15.1267L12.6967 11.4246L13.7574 12.4853L18 8.24264Z" }));
38
38
  }
39
39
  );
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(RequestIcon_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const RequestIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.89807 5.34615L12.7265 8.1923L13.5917 7.27768L12.4601 6.10036L14.6481 6.10036V12.1174C14.3297 12.2213 14.0368 12.382 13.7812 12.5875C13.1526 13.093 12.75 13.8699 12.75 14.741C12.75 15.6122 13.1526 16.389 13.7812 16.8946C14.252 17.2732 14.8497 17.4996 15.5 17.4996C17.0188 17.4996 18.25 16.2646 18.25 14.741C18.25 13.4414 17.3541 12.3517 16.1481 12.0595V5.59408C16.1481 5.04007 15.7004 4.59096 15.1481 4.59096H12.4482L13.5917 3.37424L12.7265 2.5L9.89807 5.34615ZM16.75 14.741C16.75 15.4335 16.1904 15.9949 15.5 15.9949C15.2029 15.9949 14.9337 15.8929 14.7195 15.7206C14.4306 15.4883 14.25 15.1363 14.25 14.741C14.25 14.3457 14.4306 13.9938 14.7195 13.7615C14.9337 13.5892 15.2029 13.4871 15.5 13.4871C16.1904 13.4871 16.75 14.0485 16.75 14.741Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.25 5.46235C8.25 3.93882 7.01878 2.70376 5.5 2.70376C4.84966 2.70376 4.25205 2.93021 3.78125 3.3088C3.15256 3.81435 2.75 4.59119 2.75 5.46235C2.75 6.3335 3.15256 7.11034 3.78125 7.61589C4.06382 7.84312 4.39208 8.01554 4.75 8.11709V12.0867C4.39208 12.1882 4.06382 12.3606 3.78125 12.5879C3.15256 13.0934 2.75 13.8703 2.75 14.7414C2.75 15.6126 3.15256 16.3894 3.78125 16.895C4.25205 17.2735 4.84966 17.5 5.5 17.5C7.01878 17.5 8.25 16.2649 8.25 14.7414C8.25 13.4787 7.40425 12.4142 6.25 12.0867V8.11709C7.40425 7.78961 8.25 6.72505 8.25 5.46235ZM5.5 4.20844C6.19036 4.20844 6.75 4.76983 6.75 5.46235C6.75 6.15486 6.19036 6.71625 5.5 6.71625C5.20293 6.71625 4.93374 6.61418 4.71946 6.44187C4.43062 6.20961 4.25 5.85765 4.25 5.46235C4.25 5.06704 4.43062 4.71508 4.71946 4.48282C4.93374 4.31051 5.20293 4.20844 5.5 4.20844ZM6.75 14.7414C6.75 15.4339 6.19036 15.9953 5.5 15.9953C5.20293 15.9953 4.93374 15.8932 4.71946 15.7209C4.43062 15.4887 4.25 15.1367 4.25 14.7414C4.25 14.3461 4.43062 13.9941 4.71946 13.7619C4.93374 13.5896 5.20293 13.4875 5.5 13.4875C6.19036 13.4875 6.75 14.0489 6.75 14.7414Z" }));
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.74999 5.25006L12.5784 8.07848L13.6374 7.01949L12.618 6.00006H14.75V12.1036C14.3921 12.2048 14.0638 12.3767 13.7813 12.6032C13.1526 13.1072 12.75 13.8816 12.75 14.7501C12.75 15.6185 13.1526 16.3929 13.7813 16.8969C14.2521 17.2743 14.8497 17.5001 15.5 17.5001C17.0188 17.5001 18.25 16.2688 18.25 14.7501C18.25 13.4913 17.4043 12.43 16.25 12.1036L16.2499 5.50006C16.2499 4.94777 15.8022 4.50006 15.2499 4.50006H12.6244L13.6406 3.48383L12.5784 2.42163L9.74999 5.25006ZM15.5 13.5001C16.1904 13.5001 16.75 14.0597 16.75 14.7501C16.75 15.4404 16.1904 16.0001 15.5 16.0001C15.2029 16.0001 14.9337 15.8983 14.7195 15.7265C14.4306 15.495 14.25 15.1441 14.25 14.7501C14.25 14.356 14.4306 14.0051 14.7195 13.7736C14.9337 13.6018 15.2029 13.5001 15.5 13.5001Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.24997 5.50002C8.24997 3.98123 7.01875 2.75002 5.49997 2.75002C4.84963 2.75002 4.25202 2.97576 3.78122 3.35317C3.15253 3.85715 2.74997 4.63157 2.74997 5.50002C2.74997 6.36846 3.15253 7.14288 3.78122 7.64686C4.06379 7.87338 4.39205 8.04527 4.74997 8.1465V12.1037C4.39206 12.205 4.06381 12.3768 3.78124 12.6034C3.15255 13.1073 2.74999 13.8818 2.74999 14.7502C2.74999 15.6187 3.15255 16.3931 3.78124 16.8971C4.25204 17.2745 4.84965 17.5002 5.49999 17.5002C7.01877 17.5002 8.24999 16.269 8.24999 14.7502C8.24999 13.4914 7.40423 12.4302 6.24997 12.1037V8.1465C7.40422 7.82004 8.24997 6.75879 8.24997 5.50002ZM5.49997 4.25002C6.19033 4.25002 6.74997 4.80966 6.74997 5.50002C6.74997 6.19037 6.19033 6.75002 5.49997 6.75002C5.2029 6.75002 4.93371 6.64827 4.71943 6.47649C4.43059 6.24496 4.24997 5.89409 4.24997 5.50002C4.24997 5.10594 4.43059 4.75508 4.71943 4.52354C4.93371 4.35177 5.2029 4.25002 5.49997 4.25002ZM6.74999 14.7502C6.74999 15.4406 6.19035 16.0002 5.49999 16.0002C5.20292 16.0002 4.93373 15.8985 4.71945 15.7267C4.43062 15.4951 4.24999 15.1443 4.24999 14.7502C4.24999 14.3561 4.43062 14.0053 4.71945 13.7737C4.93373 13.602 5.20292 13.5002 5.49999 13.5002C6.19035 13.5002 6.74999 14.0598 6.74999 14.7502Z" }));
37
37
  });
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ /**
4
+ * @deprecated Change of functional and app icon usage guidelines. Use app icon instead
5
+ */
3
6
  export declare const ServiceLevelObjectivesIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -33,5 +33,5 @@ module.exports = __toCommonJS(SorterSmallDoubleIcon_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const SorterSmallDoubleIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.99609 5L13.4961 8.5H6.49609L9.99609 5Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M10 15L6.5 11.5L13.5 11.5L10 15Z" }));
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M7.86751 3.6778L4.5965 6.93981L5.44256 7.79413L7.19025 6.0607L7.19025 10.5186L8.54025 10.5186L8.54025 6.05621L10.2925 7.79413L11.1311 6.94365L7.86751 3.6778Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.4035 13.0602L12.1325 16.3222L8.86887 13.0564L9.70754 12.2059L11.4598 13.9438L11.4598 9.49999H12.8098L12.8098 13.9393L14.5574 12.2059L15.4035 13.0602Z" }));
37
37
  });
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
3
  /**
4
- * Opposite of Decline
4
+ * Use when something went well
5
5
  */
6
6
  export declare const SuccessIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ export declare const TracesIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,37 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+ var TracesIcon_exports = {};
29
+ __export(TracesIcon_exports, {
30
+ TracesIcon: () => TracesIcon
31
+ });
32
+ module.exports = __toCommonJS(TracesIcon_exports);
33
+ var import_react = __toESM(require("react"));
34
+ var import_SvgIcon = require("../lib/SvgIcon.js");
35
+ const TracesIcon = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
36
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M19 4H1V5.5H19V4Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8 7.5H1V9H8V7.5Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8 11H14V12.5H8V11Z" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M19 14.5H14V16H19V14.5Z" }));
37
+ });
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SvgIconProps } from '../lib/SvgIcon.js';
3
+ /**
4
+ * Use to show something is not existing, inactive or not available
5
+ */
3
6
  export declare const UnavailableIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -34,6 +34,6 @@ var import_react = __toESM(require("react"));
34
34
  var import_SvgIcon = require("../lib/SvgIcon.js");
35
35
  const UndoIcon = /* @__PURE__ */ (0, import_react.forwardRef)(
36
36
  (props, forwardedRef) => {
37
- return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M3 9.74264L7.24264 5.5L8.3033 6.56066L5.86937 8.9946H17C17.5523 8.9946 18 9.44231 18 9.9946V14.4946C18 15.0469 17.5523 15.4946 17 15.4946H13.0001V13.9946H16.5V10.4946H5.87328L8.3033 12.9246L7.24264 13.9853L3 9.74264Z" }));
37
+ return /* @__PURE__ */ import_react.default.createElement(import_SvgIcon.SvgIcon, { ref: forwardedRef, ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M2 8.24264L6.24264 4L7.3033 5.06066L4.86937 7.4946H16C16.5523 7.4946 17 7.94231 17 8.4946V12.9946C17 13.5469 16.5523 13.9946 16 13.9946H12.0001V12.4946H15.5V8.9946H4.87328L7.3033 11.4246L6.24264 12.4853L2 8.24264Z" }));
38
38
  }
39
39
  );