@dynatrace/strato-icons 1.8.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/__icons/{AiModelIcon.d.ts → AIModelIcon.d.ts} +1 -1
  2. package/__icons/{AiModelIcon.js → AIModelIcon.js} +8 -8
  3. package/__icons/{ApiSignetIcon.d.ts → APISignetIcon.d.ts} +1 -1
  4. package/__icons/{ApiSignetIcon.js → APISignetIcon.js} +9 -9
  5. package/__icons/AiIcon.d.ts +7 -0
  6. package/__icons/AiIcon.js +38 -0
  7. package/__icons/{DqlSignetIcon.d.ts → DQLSignetIcon.d.ts} +1 -1
  8. package/__icons/{DqlSignetIcon.js → DQLSignetIcon.js} +9 -9
  9. package/__icons/{DavisAiIcon.d.ts → DavisAIIcon.d.ts} +1 -1
  10. package/__icons/{DavisAiIcon.js → DavisAIIcon.js} +8 -8
  11. package/__icons/{DavisAiSignetIcon.d.ts → DavisAISignetIcon.d.ts} +1 -1
  12. package/__icons/{DavisAiSignetIcon.js → DavisAISignetIcon.js} +9 -9
  13. package/__icons/{HddIcon.d.ts → HDDIcon.d.ts} +1 -1
  14. package/__icons/{HddIcon.js → HDDIcon.js} +8 -8
  15. package/__icons/IPaddressIcon.d.ts +7 -0
  16. package/__icons/IPaddressIcon.js +36 -0
  17. package/__icons/{RamIcon.d.ts → RAMIcon.d.ts} +1 -1
  18. package/__icons/{RamIcon.js → RAMIcon.js} +8 -8
  19. package/__icons/TokenIcon.d.ts +7 -0
  20. package/__icons/TokenIcon.js +35 -0
  21. package/__icons/UIDIcon.d.ts +7 -0
  22. package/__icons/UIDIcon.js +39 -0
  23. package/__icons/WhatsNewIcon.js +1 -5
  24. package/esm/__icons/{AiModelIcon.js → AIModelIcon.js} +6 -6
  25. package/esm/__icons/{AiModelIcon.js.map → AIModelIcon.js.map} +2 -2
  26. package/esm/__icons/{ApiSignetIcon.js → APISignetIcon.js} +7 -7
  27. package/esm/__icons/{ApiSignetIcon.js.map → APISignetIcon.js.map} +2 -2
  28. package/esm/__icons/AiIcon.js +19 -0
  29. package/esm/__icons/AiIcon.js.map +7 -0
  30. package/esm/__icons/{DqlSignetIcon.js → DQLSignetIcon.js} +7 -7
  31. package/esm/__icons/{DqlSignetIcon.js.map → DQLSignetIcon.js.map} +2 -2
  32. package/esm/__icons/{DavisAiIcon.js → DavisAIIcon.js} +6 -6
  33. package/esm/__icons/{DavisAiIcon.js.map → DavisAIIcon.js.map} +2 -2
  34. package/esm/__icons/{DavisAiSignetIcon.js → DavisAISignetIcon.js} +7 -7
  35. package/esm/__icons/{DavisAiSignetIcon.js.map → DavisAISignetIcon.js.map} +2 -2
  36. package/esm/__icons/{HddIcon.js → HDDIcon.js} +6 -6
  37. package/esm/__icons/{HddIcon.js.map → HDDIcon.js.map} +2 -2
  38. package/esm/__icons/IPaddressIcon.js +17 -0
  39. package/esm/__icons/IPaddressIcon.js.map +7 -0
  40. package/esm/__icons/{RamIcon.js → RAMIcon.js} +6 -6
  41. package/esm/__icons/{RamIcon.js.map → RAMIcon.js.map} +2 -2
  42. package/esm/__icons/TokenIcon.js +16 -0
  43. package/esm/__icons/TokenIcon.js.map +7 -0
  44. package/esm/__icons/UIDIcon.js +20 -0
  45. package/esm/__icons/UIDIcon.js.map +7 -0
  46. package/esm/__icons/WhatsNewIcon.js +2 -6
  47. package/esm/__icons/WhatsNewIcon.js.map +2 -2
  48. package/esm/index.js +36 -14
  49. package/esm/index.js.map +3 -3
  50. package/index.d.ts +25 -7
  51. package/index.js +36 -14
  52. package/package.json +1 -1
@@ -2,6 +2,6 @@ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
2
  /**
3
3
  * @public
4
4
  */
5
- export declare const AiModelIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
5
+ export declare const AIModelIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
6
  displayName: string;
7
7
  };
@@ -16,20 +16,20 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var AiModelIcon_exports = {};
20
- __export(AiModelIcon_exports, {
21
- AiModelIcon: () => AiModelIcon
19
+ var AIModelIcon_exports = {};
20
+ __export(AIModelIcon_exports, {
21
+ AIModelIcon: () => AIModelIcon
22
22
  });
23
- module.exports = __toCommonJS(AiModelIcon_exports);
23
+ module.exports = __toCommonJS(AIModelIcon_exports);
24
24
  var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
26
  var import_SvgIcon = require("../lib/SvgIcon.js");
27
- const AiModelIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "AiModelIcon", ref: forwardedRef, ...props, children: [
27
+ const AIModelIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "AIModelIcon", ref: forwardedRef, ...props, children: [
29
29
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.3457 1.43652C9.6514 1.25806 10.0289 1.25408 10.3379 1.42676L12.7549 2.77832L11.2373 3.64844L9.85547 2.87598L4.4873 6.01172L9.85547 9.14746L11.2695 8.35547L12.0049 8.83496V9.66406L10.5967 10.4521V16.7334L16.25 13.5723V11.1406L17.75 10.3105V13.8652C17.75 14.2273 17.5543 14.5615 17.2383 14.7383L10.3379 18.5967C10.0288 18.7695 9.65152 18.7656 9.3457 18.5869L2.74512 14.7314C2.4386 14.5521 2.25 14.2233 2.25 13.8682V6.15527C2.25015 5.80016 2.43859 5.47127 2.74512 5.29199L9.3457 1.43652ZM3.75 13.5811L9.09668 16.7051V10.4424L3.75 7.31836V13.5811Z" }),
30
30
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.1553 3.21875C15.3663 4.37445 16.2321 5.30104 17.3711 5.58887L19 6L17.3711 6.41113C16.2321 6.69897 15.3663 7.62555 15.1553 8.78125L14.75 11L14.3447 8.78125C14.1337 7.62555 13.2679 6.69897 12.1289 6.41113L10.5 6L12.1289 5.58887C13.2679 5.30103 14.1337 4.37445 14.3447 3.21875L14.75 1L15.1553 3.21875Z" })
31
31
  ] });
32
32
  });
33
- const AiModelIcon = /* @__PURE__ */ Object.assign(AiModelIconComponent, {
34
- displayName: "AiModelIcon"
33
+ const AIModelIcon = /* @__PURE__ */ Object.assign(AIModelIconComponent, {
34
+ displayName: "AIModelIcon"
35
35
  });
@@ -2,6 +2,6 @@ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
2
  /**
3
3
  * @public
4
4
  */
5
- export declare const ApiSignetIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
5
+ export declare const APISignetIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
6
  displayName: string;
7
7
  };
@@ -16,21 +16,21 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var ApiSignetIcon_exports = {};
20
- __export(ApiSignetIcon_exports, {
21
- ApiSignetIcon: () => ApiSignetIcon
19
+ var APISignetIcon_exports = {};
20
+ __export(APISignetIcon_exports, {
21
+ APISignetIcon: () => APISignetIcon
22
22
  });
23
- module.exports = __toCommonJS(ApiSignetIcon_exports);
23
+ module.exports = __toCommonJS(APISignetIcon_exports);
24
24
  var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
26
  var import_SvgIcon = require("../lib/SvgIcon.js");
27
- const ApiSignetIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "ApiSignetIcon", ref: forwardedRef, ...props, children: [
27
+ const APISignetIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "APISignetIcon", ref: forwardedRef, ...props, children: [
29
29
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.5 5.47926V9.95079C16.5 10.3933 16.2675 10.8022 15.8888 11.0237L11.9341 13.3378C11.7225 13.4615 11.4576 13.3069 11.4576 13.0588V11.2228C11.4576 10.5111 10.889 9.93477 10.1869 9.93477H6.41534V5.46203C6.41534 5.0305 6.64273 4.63121 7.01196 4.41554L10.8615 2.16235C11.23 1.94588 11.685 1.94588 12.0542 2.16235L15.8888 4.40613C16.2675 4.6276 16.5 5.03691 16.5 5.47926Z" }),
30
30
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.4576 15.0457V15.6298C11.4576 16.9384 10.4105 18 9.11929 18H5.83887C4.54705 18 3.5 16.9386 3.5 15.6298V12.3047C3.5 10.9961 4.54705 9.93457 5.83828 9.93457L6.41534 9.93477C6.41534 9.95599 6.41514 9.97642 6.41573 9.99765C6.44873 12.7909 8.69356 15.0457 11.4576 15.0457Z" })
31
31
  ] });
32
32
  });
33
- const ApiSignetIcon = /* @__PURE__ */ Object.assign(
34
- ApiSignetIconComponent,
35
- { displayName: "ApiSignetIcon" }
33
+ const APISignetIcon = /* @__PURE__ */ Object.assign(
34
+ APISignetIconComponent,
35
+ { displayName: "APISignetIcon" }
36
36
  );
@@ -0,0 +1,7 @@
1
+ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
+ /**
3
+ * @public
4
+ */
5
+ export declare const AiIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
+ displayName: string;
7
+ };
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var AiIcon_exports = {};
20
+ __export(AiIcon_exports, {
21
+ AiIcon: () => AiIcon
22
+ });
23
+ module.exports = __toCommonJS(AiIcon_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ var import_SvgIcon = require("../lib/SvgIcon.js");
27
+ const AiIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)(
28
+ (props, forwardedRef) => {
29
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "AiIcon", ref: forwardedRef, ...props, children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.25 3L13.8213 6.04032C14.0386 7.19677 14.9119 8.11942 16.0546 8.39988L18.5 9L16.0546 9.60013C14.9119 9.88058 14.0386 10.8032 13.8213 11.9597L13.25 15L12.6787 11.9597C12.4614 10.8032 11.5881 9.88058 10.4454 9.60012L8 9L10.4454 8.39987C11.5881 8.11942 12.4614 7.19678 12.6787 6.04032L13.25 3Z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.25 3L5.47118 4.18849C5.68638 5.34479 6.55741 6.26868 7.69904 6.55154L8.5 6.75L7.69904 6.94846C6.55741 7.23132 5.68638 8.15521 5.47118 9.31151L5.25 10.5L5.02882 9.31151C4.81362 8.15521 3.94259 7.23132 2.80096 6.94846L2 6.75L2.80096 6.55154C3.94259 6.26868 4.81362 5.34479 5.02882 4.18849L5.25 3Z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.75 10.5L7.97118 11.6885C8.18638 12.8448 9.05741 13.7687 10.199 14.0515L11 14.25L10.199 14.4485C9.05741 14.7313 8.18638 15.6552 7.97118 16.8115L7.75 18L7.52882 16.8115C7.31362 15.6552 6.44259 14.7313 5.30096 14.4485L4.5 14.25L5.30096 14.0515C6.44259 13.7687 7.31362 12.8448 7.52882 11.6885L7.75 10.5Z" })
33
+ ] });
34
+ }
35
+ );
36
+ const AiIcon = /* @__PURE__ */ Object.assign(AiIconComponent, {
37
+ displayName: "AiIcon"
38
+ });
@@ -2,6 +2,6 @@ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
2
  /**
3
3
  * @public
4
4
  */
5
- export declare const DqlSignetIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
5
+ export declare const DQLSignetIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
6
  displayName: string;
7
7
  };
@@ -16,22 +16,22 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var DqlSignetIcon_exports = {};
20
- __export(DqlSignetIcon_exports, {
21
- DqlSignetIcon: () => DqlSignetIcon
19
+ var DQLSignetIcon_exports = {};
20
+ __export(DQLSignetIcon_exports, {
21
+ DQLSignetIcon: () => DQLSignetIcon
22
22
  });
23
- module.exports = __toCommonJS(DqlSignetIcon_exports);
23
+ module.exports = __toCommonJS(DQLSignetIcon_exports);
24
24
  var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
26
  var import_SvgIcon = require("../lib/SvgIcon.js");
27
- const DqlSignetIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "DqlSignetIcon", ref: forwardedRef, ...props, children: [
27
+ const DQLSignetIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "DQLSignetIcon", ref: forwardedRef, ...props, children: [
29
29
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.47045 11.6977L6.16716 11.6978C6.90166 11.6978 7.26285 11.2715 7.26285 10.3791V9.71012C7.26285 9.35724 7.21274 9.0704 7.1119 8.84894C6.9396 8.47044 6.61915 8.28286 6.14752 8.28286H5.47041L5.47045 11.6977Z" }),
30
30
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.3871 10.7308V9.31516C11.3871 8.61445 10.9998 8.19421 10.3488 8.19421C9.69784 8.19421 9.33665 8.59606 9.33665 9.27102V10.6858C9.33665 11.3745 9.72397 11.7883 10.3749 11.7883C11.0259 11.7883 11.3871 11.3939 11.3871 10.7308Z" }),
31
31
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17 11.6839C16.9948 11.1 16.9715 9.91372 16.8791 8.52793C16.7603 6.78947 16.5236 4.99548 16.4887 4.73032L16.4843 4.697C16.4204 4.2671 16.0877 3.92318 15.6737 3.85835C15.5557 3.83628 13.7964 3.51029 11.8271 3.2804C10.5331 3.12775 9.37954 3.04499 8.64037 3.00269H8.62544C8.18072 2.97556 7.75 3.13741 7.41494 3.45466L7.14895 3.70432C6.31551 4.48504 4.36678 6.31314 3.50674 7.12374C2.98269 7.62767 2.99809 8.45942 3.00042 8.54678C3.00042 8.56425 3.03449 10.2912 3.11522 11.4595C3.23891 13.3451 3.47575 15.0241 3.50931 15.262L3.51001 15.267C3.559 15.7144 3.88986 16.0721 4.31871 16.1429L4.3229 16.1437C4.47433 16.1724 6.2359 16.5061 8.18165 16.7273C8.7561 16.7926 9.49761 16.8565 10.1257 16.9057L11.4333 16.9999H11.4687C11.7212 16.9999 12.1715 16.9365 12.5859 16.5507L12.752 16.393L13.7894 15.4137C14.8389 14.4219 16.1455 13.1883 16.4843 12.8711C16.9486 12.431 17.0065 11.9395 16.9981 11.6821L17 11.6839ZM7.84893 10.3666C7.84893 11.5712 7.24928 12.2209 6.14752 12.2209H4.89689V7.76055H6.16712C7.25628 7.76055 7.84893 8.44195 7.84893 9.69762V10.3666ZM11.7231 12.929L11.7221 12.9281L10.7748 12.272C10.64 12.3037 10.4976 12.317 10.3497 12.317C9.38328 12.317 8.75143 11.6867 8.75143 10.7308V9.316C8.75143 8.3224 9.39634 7.66537 10.3758 7.66537C11.3553 7.66537 11.9741 8.30309 11.9741 9.27094V10.6857C11.9741 11.2655 11.7478 11.7303 11.3619 12.0108L12.0647 12.4637L11.7231 12.929ZM15.4409 12.2209H13.0246V7.76055H13.6107V11.6857H15.4409V12.2209Z" })
32
32
  ] });
33
33
  });
34
- const DqlSignetIcon = /* @__PURE__ */ Object.assign(
35
- DqlSignetIconComponent,
36
- { displayName: "DqlSignetIcon" }
34
+ const DQLSignetIcon = /* @__PURE__ */ Object.assign(
35
+ DQLSignetIconComponent,
36
+ { displayName: "DQLSignetIcon" }
37
37
  );
@@ -2,6 +2,6 @@ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
2
  /**
3
3
  * @public
4
4
  */
5
- export declare const DavisAiIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
5
+ export declare const DavisAIIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
6
  displayName: string;
7
7
  };
@@ -16,16 +16,16 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var DavisAiIcon_exports = {};
20
- __export(DavisAiIcon_exports, {
21
- DavisAiIcon: () => DavisAiIcon
19
+ var DavisAIIcon_exports = {};
20
+ __export(DavisAIIcon_exports, {
21
+ DavisAIIcon: () => DavisAIIcon
22
22
  });
23
- module.exports = __toCommonJS(DavisAiIcon_exports);
23
+ module.exports = __toCommonJS(DavisAIIcon_exports);
24
24
  var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
26
  var import_SvgIcon = require("../lib/SvgIcon.js");
27
- const DavisAiIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "DavisAiIcon", ref: forwardedRef, ...props, children: [
27
+ const DavisAIIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "DavisAIIcon", ref: forwardedRef, ...props, children: [
29
29
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("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" }),
30
30
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("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" }),
31
31
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("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" }),
@@ -43,6 +43,6 @@ const DavisAiIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props
43
43
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("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" })
44
44
  ] });
45
45
  });
46
- const DavisAiIcon = /* @__PURE__ */ Object.assign(DavisAiIconComponent, {
47
- displayName: "DavisAiIcon"
46
+ const DavisAIIcon = /* @__PURE__ */ Object.assign(DavisAIIconComponent, {
47
+ displayName: "DavisAIIcon"
48
48
  });
@@ -2,6 +2,6 @@ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
2
  /**
3
3
  * @public
4
4
  */
5
- export declare const DavisAiSignetIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
5
+ export declare const DavisAISignetIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
6
  displayName: string;
7
7
  };
@@ -16,16 +16,16 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var DavisAiSignetIcon_exports = {};
20
- __export(DavisAiSignetIcon_exports, {
21
- DavisAiSignetIcon: () => DavisAiSignetIcon
19
+ var DavisAISignetIcon_exports = {};
20
+ __export(DavisAISignetIcon_exports, {
21
+ DavisAISignetIcon: () => DavisAISignetIcon
22
22
  });
23
- module.exports = __toCommonJS(DavisAiSignetIcon_exports);
23
+ module.exports = __toCommonJS(DavisAISignetIcon_exports);
24
24
  var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
26
  var import_SvgIcon = require("../lib/SvgIcon.js");
27
- const DavisAiSignetIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "DavisAiSignetIcon", ref: forwardedRef, ...props, children: [
27
+ const DavisAISignetIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "DavisAISignetIcon", ref: forwardedRef, ...props, children: [
29
29
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("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" }),
30
30
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("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" }),
31
31
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("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" }),
@@ -33,7 +33,7 @@ const DavisAiSignetIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)(
33
33
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("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" })
34
34
  ] });
35
35
  });
36
- const DavisAiSignetIcon = /* @__PURE__ */ Object.assign(
37
- DavisAiSignetIconComponent,
38
- { displayName: "DavisAiSignetIcon" }
36
+ const DavisAISignetIcon = /* @__PURE__ */ Object.assign(
37
+ DavisAISignetIconComponent,
38
+ { displayName: "DavisAISignetIcon" }
39
39
  );
@@ -2,6 +2,6 @@ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
2
  /**
3
3
  * @public
4
4
  */
5
- export declare const HddIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
5
+ export declare const HDDIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
6
  displayName: string;
7
7
  };
@@ -16,21 +16,21 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var HddIcon_exports = {};
20
- __export(HddIcon_exports, {
21
- HddIcon: () => HddIcon
19
+ var HDDIcon_exports = {};
20
+ __export(HDDIcon_exports, {
21
+ HDDIcon: () => HDDIcon
22
22
  });
23
- module.exports = __toCommonJS(HddIcon_exports);
23
+ module.exports = __toCommonJS(HDDIcon_exports);
24
24
  var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
26
  var import_SvgIcon = require("../lib/SvgIcon.js");
27
- const HddIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "HddIcon", ref: forwardedRef, ...props, children: [
27
+ const HDDIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "HDDIcon", ref: forwardedRef, ...props, children: [
29
29
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.5 14C10.5 14.5523 10.0523 15 9.5 15C8.94772 15 8.5 14.5523 8.5 14C8.5 13.4477 8.94772 13 9.5 13C10.0523 13 10.5 13.4477 10.5 14Z" }),
30
30
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.5 15C13.0523 15 13.5 14.5523 13.5 14C13.5 13.4477 13.0523 13 12.5 13C11.9477 13 11.5 13.4477 11.5 14C11.5 14.5523 11.9477 15 12.5 15Z" }),
31
31
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.5 3.5C3.5 2.94772 3.94772 2.5 4.5 2.5H15.5C16.0523 2.5 16.5 2.94772 16.5 3.5V16.5C16.5 17.0523 16.0523 17.5 15.5 17.5H4.5C3.94772 17.5 3.5 17.0523 3.5 16.5V3.5ZM5 10.5H15V4H5V10.5ZM5 12V16H15V12H5Z" })
32
32
  ] });
33
33
  });
34
- const HddIcon = /* @__PURE__ */ Object.assign(HddIconComponent, {
35
- displayName: "HddIcon"
34
+ const HDDIcon = /* @__PURE__ */ Object.assign(HDDIconComponent, {
35
+ displayName: "HDDIcon"
36
36
  });
@@ -0,0 +1,7 @@
1
+ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
+ /**
3
+ * @public
4
+ */
5
+ export declare const IPaddressIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
+ displayName: string;
7
+ };
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var IPaddressIcon_exports = {};
20
+ __export(IPaddressIcon_exports, {
21
+ IPaddressIcon: () => IPaddressIcon
22
+ });
23
+ module.exports = __toCommonJS(IPaddressIcon_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ var import_SvgIcon = require("../lib/SvgIcon.js");
27
+ const IPaddressIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "IPaddressIcon", ref: forwardedRef, ...props, children: [
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.75 10.5C16.5447 10.5001 18 11.9481 18 13.7344C18 15.5118 14.8169 18.9656 14.7852 19C14.7852 19 11.5 15.5207 11.5 13.7344C11.5 11.9481 12.9552 10.5 14.75 10.5ZM14.75 12.2266C13.9426 12.2266 13.2883 12.8711 13.2881 13.666C13.2881 14.4611 13.9425 15.1064 14.75 15.1064C15.5574 15.1063 16.2119 14.461 16.2119 13.666C16.2117 12.8712 15.5573 12.2267 14.75 12.2266Z" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10 2C14.4183 2 18 5.58172 18 10C18 10.0945 17.9954 10.1885 17.9922 10.2822C17.5929 9.90845 17.1298 9.60265 16.6201 9.38379C16.6058 9.22927 16.5881 9.0761 16.5635 8.9248H13.5635C13.5697 8.99828 13.5731 9.07195 13.5781 9.14551C13.1047 9.26579 12.6596 9.45738 12.2549 9.70801C12.248 9.44663 12.2329 9.18539 12.208 8.9248H7.79199C7.69171 9.97503 7.73803 11.0357 7.93066 12.0752H10.3066C10.1464 12.4996 10.0452 12.9525 10.0127 13.4248H8.26758C8.62663 14.5595 9.16922 15.6484 9.89551 16.6475C9.93029 16.648 9.9651 16.6504 10 16.6504C10.0346 16.6504 10.0691 16.648 10.1035 16.6475C10.2932 16.3866 10.4691 16.1189 10.6338 15.8467C10.954 16.4852 11.3696 17.1498 11.8125 17.791C11.2299 17.926 10.6236 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2ZM4.29883 13.4248C5.14577 14.8316 6.4986 15.8981 8.10547 16.375C7.5589 15.4374 7.14484 14.445 6.85938 13.4248H4.29883ZM3.43652 8.9248C3.37962 9.27481 3.34961 9.63392 3.34961 10C3.34961 10.7248 3.46723 11.4221 3.68164 12.0752H6.55957C6.38768 11.0335 6.34701 9.9749 6.43652 8.9248H3.43652ZM8.1084 3.62305C6.13801 4.2067 4.5508 5.67893 3.80762 7.5752H6.62402C6.89109 6.203 7.3853 4.86538 8.1084 3.62305ZM9.89648 3.35156C8.96116 4.64218 8.33068 6.08232 8.00391 7.5752H11.9961C11.6693 6.08214 11.038 4.64229 10.1025 3.35156C10.0684 3.35105 10.0342 3.34961 10 3.34961C9.96543 3.34961 9.93093 3.35104 9.89648 3.35156ZM11.8906 3.62305C12.6139 4.8655 13.1089 6.20284 13.376 7.5752H16.1924C15.4491 5.67865 13.8614 4.20652 11.8906 3.62305Z" })
31
+ ] });
32
+ });
33
+ const IPaddressIcon = /* @__PURE__ */ Object.assign(
34
+ IPaddressIconComponent,
35
+ { displayName: "IPaddressIcon" }
36
+ );
@@ -2,6 +2,6 @@ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
2
  /**
3
3
  * @public
4
4
  */
5
- export declare const RamIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
5
+ export declare const RAMIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
6
  displayName: string;
7
7
  };
@@ -16,22 +16,22 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var RamIcon_exports = {};
20
- __export(RamIcon_exports, {
21
- RamIcon: () => RamIcon
19
+ var RAMIcon_exports = {};
20
+ __export(RAMIcon_exports, {
21
+ RAMIcon: () => RAMIcon
22
22
  });
23
- module.exports = __toCommonJS(RamIcon_exports);
23
+ module.exports = __toCommonJS(RAMIcon_exports);
24
24
  var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
26
  var import_SvgIcon = require("../lib/SvgIcon.js");
27
- const RamIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "RamIcon", ref: forwardedRef, ...props, children: [
27
+ const RAMIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "RAMIcon", ref: forwardedRef, ...props, children: [
29
29
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7 6.75H5.5V9.75H7V6.75Z" }),
30
30
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.5 6.75H13V9.75H14.5V6.75Z" }),
31
31
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.75 6.75H9.25V9.75H10.75V6.75Z" }),
32
32
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3 3.75C2.44772 3.75 2 4.19771 2 4.75V6.81134C2 6.86596 2.02995 6.91618 2.07801 6.94213C3.11818 7.50382 3.11818 8.99618 2.07801 9.55787C2.02995 9.58382 2 9.63404 2 9.68866V11.75C2 12.3023 2.44772 12.75 3 12.75H3.75V16.25H16.25V12.75H17C17.5523 12.75 18 12.3023 18 11.75V9.68866C18 9.63404 17.97 9.58382 17.922 9.55787C16.8818 8.99618 16.8818 7.50382 17.922 6.94213C17.97 6.91618 18 6.86596 18 6.81134V4.75C18 4.19772 17.5523 3.75 17 3.75H3ZM14.75 12.75V14.75H12.7466V12.75H14.75ZM11.25 12.75V14.75H8.74655V12.75H11.25ZM7.25 12.75V14.75H5.25V12.75H7.25ZM16.5 11.25H3.5V10.3508C4.64419 9.20278 4.64419 7.29722 3.5 6.14915V5.25H16.5V6.14915C15.3558 7.29722 15.3558 9.20278 16.5 10.3508V11.25Z" })
33
33
  ] });
34
34
  });
35
- const RamIcon = /* @__PURE__ */ Object.assign(RamIconComponent, {
36
- displayName: "RamIcon"
35
+ const RAMIcon = /* @__PURE__ */ Object.assign(RAMIconComponent, {
36
+ displayName: "RAMIcon"
37
37
  });
@@ -0,0 +1,7 @@
1
+ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
+ /**
3
+ * @public
4
+ */
5
+ export declare const TokenIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
+ displayName: string;
7
+ };
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var TokenIcon_exports = {};
20
+ __export(TokenIcon_exports, {
21
+ TokenIcon: () => TokenIcon
22
+ });
23
+ module.exports = __toCommonJS(TokenIcon_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ var import_SvgIcon = require("../lib/SvgIcon.js");
27
+ const TokenIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "TokenIcon", ref: forwardedRef, ...props, children: [
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.4053 7.19389C10.6163 8.35475 11.4829 9.28534 12.6221 9.57438L14.25 9.98731L12.6221 10.4002C11.4829 10.6893 10.6163 11.6199 10.4053 12.7807L10 15.0092L9.5957 12.7807C9.3847 11.6199 8.51803 10.6893 7.37891 10.4002L5.75098 9.98731L7.37891 9.57438C8.51803 9.28534 9.3847 8.35475 9.5957 7.19389L10 4.96543L10.4053 7.19389Z" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.3457 1.38734C9.65152 1.20792 10.0288 1.20393 10.3379 1.37753L17.2383 5.25281C17.5543 5.43037 17.75 5.76602 17.75 6.12968V13.8704C17.7498 14.234 17.5542 14.5699 17.2383 14.7473L10.3379 18.6226C10.0289 18.796 9.65141 18.792 9.3457 18.6128L2.74512 14.7404C2.43858 14.5604 2.25014 14.2301 2.25 13.8734V6.12674C2.25 5.76999 2.43859 5.43984 2.74512 5.25968L9.3457 1.38734ZM5.18262 5.57355L5.17969 5.57453L3.75391 6.40235V7.29688L3.75 7.29491V13.585L8.49414 16.3686L8.49609 16.3716L8.95801 16.6413L9.09668 16.7227L9.88672 17.1837L12.6758 15.583L16.25 13.5762V6.40628L14.7021 5.55491L9.85547 2.83211L5.18262 5.57355Z" })
31
+ ] });
32
+ });
33
+ const TokenIcon = /* @__PURE__ */ Object.assign(TokenIconComponent, {
34
+ displayName: "TokenIcon"
35
+ });
@@ -0,0 +1,7 @@
1
+ import { type SvgIconProps } from '../lib/SvgIcon.js';
2
+ /**
3
+ * @public
4
+ */
5
+ export declare const UIDIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
6
+ displayName: string;
7
+ };
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var UIDIcon_exports = {};
20
+ __export(UIDIcon_exports, {
21
+ UIDIcon: () => UIDIcon
22
+ });
23
+ module.exports = __toCommonJS(UIDIcon_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ var import_SvgIcon = require("../lib/SvgIcon.js");
27
+ const UIDIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "UIDIcon", ref: forwardedRef, ...props, children: [
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.7998 18.5H9.2002V13.25H10.7998V18.5Z" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10 5C12.2161 5 14.1246 6.6831 14.125 8.89355V17H12.5449V8.89355C12.5446 7.68297 11.4669 6.59277 10 6.59277C8.53312 6.59277 7.45545 7.68297 7.45508 8.89355V17H5.875V8.89355C5.87536 6.6831 7.78389 5 10 5Z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.41406 5.47461L5.44629 5.44141C4.74978 6.39173 4.33896 7.56712 4.33887 8.83691V15.5H2.75V8.83691C2.7501 7.13845 3.32037 5.57773 4.27539 4.33594L5.41406 5.47461Z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.25 15.5H15.6611V9.25H17.25V15.5Z" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10 8.5C10.4418 8.50007 10.7998 8.85456 10.7998 9.29199V11.75H9.2002V9.29199C9.2002 8.85452 9.55817 8.5 10 8.5Z" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10 1.5C13.6324 1.50007 16.6504 4.20784 17.1699 7.75H15.5576C15.0549 5.11945 12.7642 3.12311 10 3.12305C8.65304 3.12305 7.4185 3.59726 6.44824 4.3877L5.30664 3.24609C6.57254 2.15705 8.21165 1.5 10 1.5Z" })
35
+ ] });
36
+ });
37
+ const UIDIcon = /* @__PURE__ */ Object.assign(UIDIconComponent, {
38
+ displayName: "UIDIcon"
39
+ });
@@ -25,11 +25,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
26
  var import_SvgIcon = require("../lib/SvgIcon.js");
27
27
  const WhatsNewIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "WhatsNewIcon", ref: forwardedRef, ...props, children: [
29
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.25 3L13.8213 6.04032C14.0386 7.19677 14.9119 8.11942 16.0546 8.39988L18.5 9L16.0546 9.60013C14.9119 9.88058 14.0386 10.8032 13.8213 11.9597L13.25 15L12.6787 11.9597C12.4614 10.8032 11.5881 9.88058 10.4454 9.60012L8 9L10.4454 8.39987C11.5881 8.11942 12.4614 7.19678 12.6787 6.04032L13.25 3Z" }),
30
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.25 3L5.47118 4.18849C5.68638 5.34479 6.55741 6.26868 7.69904 6.55154L8.5 6.75L7.69904 6.94846C6.55741 7.23132 5.68638 8.15521 5.47118 9.31151L5.25 10.5L5.02882 9.31151C4.81362 8.15521 3.94259 7.23132 2.80096 6.94846L2 6.75L2.80096 6.55154C3.94259 6.26868 4.81362 5.34479 5.02882 4.18849L5.25 3Z" }),
31
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.75 10.5L7.97118 11.6885C8.18638 12.8448 9.05741 13.7687 10.199 14.0515L11 14.25L10.199 14.4485C9.05741 14.7313 8.18638 15.6552 7.97118 16.8115L7.75 18L7.52882 16.8115C7.31362 15.6552 6.44259 14.7313 5.30096 14.4485L4.5 14.25L5.30096 14.0515C6.44259 13.7687 7.31362 12.8448 7.52882 11.6885L7.75 10.5Z" })
32
- ] });
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SvgIcon.SvgIcon, { "data-iconname": "WhatsNewIcon", ref: forwardedRef, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17 17L10 13.3867V18H7L6.84668 17.9922C6.09028 17.9154 5.5 17.2767 5.5 16.5V13L5.32031 12.9951C3.47083 12.9016 2 11.3727 2 9.5C2 7.62728 3.47083 6.09842 5.32031 6.00488L5.5 6H9.25L17 2V17ZM7 16.5H8.5V13H7V16.5ZM10 7.30078V11.6982L15.5 14.5371V4.46191L10 7.30078ZM5.5 7.5C4.39543 7.5 3.5 8.39543 3.5 9.5C3.5 10.6046 4.39543 11.5 5.5 11.5H8.5V7.5H5.5Z" }) });
33
29
  });
34
30
  const WhatsNewIcon = /* @__PURE__ */ Object.assign(
35
31
  WhatsNewIconComponent,
@@ -1,16 +1,16 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { SvgIcon } from "../lib/SvgIcon.js";
4
- const AiModelIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "AiModelIcon", ref: forwardedRef, ...props, children: [
4
+ const AIModelIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "AIModelIcon", ref: forwardedRef, ...props, children: [
6
6
  /* @__PURE__ */ jsx("path", { d: "M9.3457 1.43652C9.6514 1.25806 10.0289 1.25408 10.3379 1.42676L12.7549 2.77832L11.2373 3.64844L9.85547 2.87598L4.4873 6.01172L9.85547 9.14746L11.2695 8.35547L12.0049 8.83496V9.66406L10.5967 10.4521V16.7334L16.25 13.5723V11.1406L17.75 10.3105V13.8652C17.75 14.2273 17.5543 14.5615 17.2383 14.7383L10.3379 18.5967C10.0288 18.7695 9.65152 18.7656 9.3457 18.5869L2.74512 14.7314C2.4386 14.5521 2.25 14.2233 2.25 13.8682V6.15527C2.25015 5.80016 2.43859 5.47127 2.74512 5.29199L9.3457 1.43652ZM3.75 13.5811L9.09668 16.7051V10.4424L3.75 7.31836V13.5811Z" }),
7
7
  /* @__PURE__ */ jsx("path", { d: "M15.1553 3.21875C15.3663 4.37445 16.2321 5.30104 17.3711 5.58887L19 6L17.3711 6.41113C16.2321 6.69897 15.3663 7.62555 15.1553 8.78125L14.75 11L14.3447 8.78125C14.1337 7.62555 13.2679 6.69897 12.1289 6.41113L10.5 6L12.1289 5.58887C13.2679 5.30103 14.1337 4.37445 14.3447 3.21875L14.75 1L15.1553 3.21875Z" })
8
8
  ] });
9
9
  });
10
- const AiModelIcon = /* @__PURE__ */ Object.assign(AiModelIconComponent, {
11
- displayName: "AiModelIcon"
10
+ const AIModelIcon = /* @__PURE__ */ Object.assign(AIModelIconComponent, {
11
+ displayName: "AIModelIcon"
12
12
  });
13
13
  export {
14
- AiModelIcon
14
+ AIModelIcon
15
15
  };
16
- //# sourceMappingURL=AiModelIcon.js.map
16
+ //# sourceMappingURL=AIModelIcon.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../src/__icons/AiModelIcon.tsx"],
4
- "sourcesContent": ["// THIS FILE IS AUTO GENERATED - do not edit!\n\nimport { forwardRef, type JSX } from 'react';\n\nimport { SvgIcon, type SvgIconProps } from '../lib/SvgIcon.js';\n\nconst AiModelIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"AiModelIcon\" ref={forwardedRef} {...props}>\n <path d=\"M9.3457 1.43652C9.6514 1.25806 10.0289 1.25408 10.3379 1.42676L12.7549 2.77832L11.2373 3.64844L9.85547 2.87598L4.4873 6.01172L9.85547 9.14746L11.2695 8.35547L12.0049 8.83496V9.66406L10.5967 10.4521V16.7334L16.25 13.5723V11.1406L17.75 10.3105V13.8652C17.75 14.2273 17.5543 14.5615 17.2383 14.7383L10.3379 18.5967C10.0288 18.7695 9.65152 18.7656 9.3457 18.5869L2.74512 14.7314C2.4386 14.5521 2.25 14.2233 2.25 13.8682V6.15527C2.25015 5.80016 2.43859 5.47127 2.74512 5.29199L9.3457 1.43652ZM3.75 13.5811L9.09668 16.7051V10.4424L3.75 7.31836V13.5811Z\" />\n <path d=\"M15.1553 3.21875C15.3663 4.37445 16.2321 5.30104 17.3711 5.58887L19 6L17.3711 6.41113C16.2321 6.69897 15.3663 7.62555 15.1553 8.78125L14.75 11L14.3447 8.78125C14.1337 7.62555 13.2679 6.69897 12.1289 6.41113L10.5 6L12.1289 5.58887C13.2679 5.30103 14.1337 4.37445 14.3447 3.21875L14.75 1L15.1553 3.21875Z\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const AiModelIcon = /* @__PURE__ */ Object.assign(AiModelIconComponent, {\n displayName: 'AiModelIcon',\n});\n"],
3
+ "sources": ["../../../src/__icons/AIModelIcon.tsx"],
4
+ "sourcesContent": ["// THIS FILE IS AUTO GENERATED - do not edit!\n\nimport { forwardRef, type JSX } from 'react';\n\nimport { SvgIcon, type SvgIconProps } from '../lib/SvgIcon.js';\n\nconst AIModelIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"AIModelIcon\" ref={forwardedRef} {...props}>\n <path d=\"M9.3457 1.43652C9.6514 1.25806 10.0289 1.25408 10.3379 1.42676L12.7549 2.77832L11.2373 3.64844L9.85547 2.87598L4.4873 6.01172L9.85547 9.14746L11.2695 8.35547L12.0049 8.83496V9.66406L10.5967 10.4521V16.7334L16.25 13.5723V11.1406L17.75 10.3105V13.8652C17.75 14.2273 17.5543 14.5615 17.2383 14.7383L10.3379 18.5967C10.0288 18.7695 9.65152 18.7656 9.3457 18.5869L2.74512 14.7314C2.4386 14.5521 2.25 14.2233 2.25 13.8682V6.15527C2.25015 5.80016 2.43859 5.47127 2.74512 5.29199L9.3457 1.43652ZM3.75 13.5811L9.09668 16.7051V10.4424L3.75 7.31836V13.5811Z\" />\n <path d=\"M15.1553 3.21875C15.3663 4.37445 16.2321 5.30104 17.3711 5.58887L19 6L17.3711 6.41113C16.2321 6.69897 15.3663 7.62555 15.1553 8.78125L14.75 11L14.3447 8.78125C14.1337 7.62555 13.2679 6.69897 12.1289 6.41113L10.5 6L12.1289 5.58887C13.2679 5.30103 14.1337 4.37445 14.3447 3.21875L14.75 1L15.1553 3.21875Z\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const AIModelIcon = /* @__PURE__ */ Object.assign(AIModelIconComponent, {\n displayName: 'AIModelIcon',\n});\n"],
5
5
  "mappings": "AAWI,SACE,KADF;AATJ,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,uBAAuC,2BAG3C,CAAC,OAAqB,iBAA8B;AACpD,SACE,qBAAC,WAAQ,iBAAc,eAAc,KAAK,cAAe,GAAG,OAC1D;AAAA,wBAAC,UAAK,GAAE,siBAAqiB;AAAA,IAC7iB,oBAAC,UAAK,GAAE,kTAAiT;AAAA,KAC3T;AAEJ,CAAC;AAKM,MAAM,cAA8B,uBAAO,OAAO,sBAAsB;AAAA,EAC7E,aAAa;AACf,CAAC;",
6
6
  "names": []
7
7
  }
@@ -1,17 +1,17 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { SvgIcon } from "../lib/SvgIcon.js";
4
- const ApiSignetIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "ApiSignetIcon", ref: forwardedRef, ...props, children: [
4
+ const APISignetIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "APISignetIcon", ref: forwardedRef, ...props, children: [
6
6
  /* @__PURE__ */ jsx("path", { d: "M16.5 5.47926V9.95079C16.5 10.3933 16.2675 10.8022 15.8888 11.0237L11.9341 13.3378C11.7225 13.4615 11.4576 13.3069 11.4576 13.0588V11.2228C11.4576 10.5111 10.889 9.93477 10.1869 9.93477H6.41534V5.46203C6.41534 5.0305 6.64273 4.63121 7.01196 4.41554L10.8615 2.16235C11.23 1.94588 11.685 1.94588 12.0542 2.16235L15.8888 4.40613C16.2675 4.6276 16.5 5.03691 16.5 5.47926Z" }),
7
7
  /* @__PURE__ */ jsx("path", { d: "M11.4576 15.0457V15.6298C11.4576 16.9384 10.4105 18 9.11929 18H5.83887C4.54705 18 3.5 16.9386 3.5 15.6298V12.3047C3.5 10.9961 4.54705 9.93457 5.83828 9.93457L6.41534 9.93477C6.41534 9.95599 6.41514 9.97642 6.41573 9.99765C6.44873 12.7909 8.69356 15.0457 11.4576 15.0457Z" })
8
8
  ] });
9
9
  });
10
- const ApiSignetIcon = /* @__PURE__ */ Object.assign(
11
- ApiSignetIconComponent,
12
- { displayName: "ApiSignetIcon" }
10
+ const APISignetIcon = /* @__PURE__ */ Object.assign(
11
+ APISignetIconComponent,
12
+ { displayName: "APISignetIcon" }
13
13
  );
14
14
  export {
15
- ApiSignetIcon
15
+ APISignetIcon
16
16
  };
17
- //# sourceMappingURL=ApiSignetIcon.js.map
17
+ //# sourceMappingURL=APISignetIcon.js.map