@dynatrace/strato-icons 1.7.0 → 1.9.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 (68) hide show
  1. package/__icons/{DavisAiIcon.d.ts → AIModelIcon.d.ts} +1 -1
  2. package/__icons/AIModelIcon.js +35 -0
  3. package/__icons/{ApiSignetIcon.d.ts → APISignetIcon.d.ts} +1 -1
  4. package/__icons/{ApiSignetIcon.js → APISignetIcon.js} +9 -9
  5. package/__icons/AgentIcon.d.ts +7 -0
  6. package/__icons/AgentIcon.js +36 -0
  7. package/__icons/AiIcon.d.ts +7 -0
  8. package/__icons/AiIcon.js +38 -0
  9. package/__icons/ColoringIcon.js +2 -2
  10. package/__icons/CurveLinearIcon.js +1 -1
  11. package/__icons/CycleIcon.js +2 -2
  12. package/__icons/{DqlSignetIcon.d.ts → DQLSignetIcon.d.ts} +1 -1
  13. package/__icons/{DqlSignetIcon.js → DQLSignetIcon.js} +9 -9
  14. package/__icons/DavisAIIcon.d.ts +7 -0
  15. package/__icons/{DavisAiIcon.js → DavisAIIcon.js} +8 -8
  16. package/__icons/{DavisAiSignetIcon.d.ts → DavisAISignetIcon.d.ts} +1 -1
  17. package/__icons/{DavisAiSignetIcon.js → DavisAISignetIcon.js} +9 -9
  18. package/__icons/{RamIcon.d.ts → HDDIcon.d.ts} +1 -1
  19. package/__icons/{HddIcon.js → HDDIcon.js} +8 -8
  20. package/__icons/IPaddressIcon.d.ts +7 -0
  21. package/__icons/IPaddressIcon.js +36 -0
  22. package/__icons/LargeLanguageModelIcon.d.ts +7 -0
  23. package/__icons/LargeLanguageModelIcon.js +44 -0
  24. package/__icons/{HddIcon.d.ts → RAMIcon.d.ts} +1 -1
  25. package/__icons/{RamIcon.js → RAMIcon.js} +8 -8
  26. package/__icons/TokenIcon.d.ts +7 -0
  27. package/__icons/TokenIcon.js +35 -0
  28. package/__icons/WhatsNewIcon.js +1 -5
  29. package/__icons/WorldmapIcon.js +1 -1
  30. package/esm/__icons/AIModelIcon.js +16 -0
  31. package/esm/__icons/AIModelIcon.js.map +7 -0
  32. package/esm/__icons/{ApiSignetIcon.js → APISignetIcon.js} +7 -7
  33. package/esm/__icons/{ApiSignetIcon.js.map → APISignetIcon.js.map} +2 -2
  34. package/esm/__icons/AgentIcon.js +17 -0
  35. package/esm/__icons/AgentIcon.js.map +7 -0
  36. package/esm/__icons/AiIcon.js +19 -0
  37. package/esm/__icons/AiIcon.js.map +7 -0
  38. package/esm/__icons/ColoringIcon.js +2 -2
  39. package/esm/__icons/ColoringIcon.js.map +2 -2
  40. package/esm/__icons/CurveLinearIcon.js +1 -1
  41. package/esm/__icons/CurveLinearIcon.js.map +1 -1
  42. package/esm/__icons/CycleIcon.js +2 -2
  43. package/esm/__icons/CycleIcon.js.map +2 -2
  44. package/esm/__icons/{DqlSignetIcon.js → DQLSignetIcon.js} +7 -7
  45. package/esm/__icons/{DqlSignetIcon.js.map → DQLSignetIcon.js.map} +2 -2
  46. package/esm/__icons/{DavisAiIcon.js → DavisAIIcon.js} +6 -6
  47. package/esm/__icons/{DavisAiIcon.js.map → DavisAIIcon.js.map} +2 -2
  48. package/esm/__icons/{DavisAiSignetIcon.js → DavisAISignetIcon.js} +7 -7
  49. package/esm/__icons/{DavisAiSignetIcon.js.map → DavisAISignetIcon.js.map} +2 -2
  50. package/esm/__icons/{HddIcon.js → HDDIcon.js} +6 -6
  51. package/esm/__icons/{HddIcon.js.map → HDDIcon.js.map} +2 -2
  52. package/esm/__icons/IPaddressIcon.js +17 -0
  53. package/esm/__icons/IPaddressIcon.js.map +7 -0
  54. package/esm/__icons/LargeLanguageModelIcon.js +25 -0
  55. package/esm/__icons/LargeLanguageModelIcon.js.map +7 -0
  56. package/esm/__icons/{RamIcon.js → RAMIcon.js} +6 -6
  57. package/esm/__icons/{RamIcon.js.map → RAMIcon.js.map} +2 -2
  58. package/esm/__icons/TokenIcon.js +16 -0
  59. package/esm/__icons/TokenIcon.js.map +7 -0
  60. package/esm/__icons/WhatsNewIcon.js +2 -6
  61. package/esm/__icons/WhatsNewIcon.js.map +2 -2
  62. package/esm/__icons/WorldmapIcon.js +1 -1
  63. package/esm/__icons/WorldmapIcon.js.map +1 -1
  64. package/esm/index.js +38 -12
  65. package/esm/index.js.map +3 -3
  66. package/index.d.ts +26 -6
  67. package/index.js +38 -12
  68. package/package.json +1 -1
@@ -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
+ });
@@ -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,
@@ -25,7 +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 WorldmapIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SvgIcon.SvgIcon, { "data-iconname": "WorldmapIcon", ref: forwardedRef, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.2017 17.6923C16.4695 16.5488 19.0021 12.1621 17.8586 7.89438C16.7151 3.62666 12.3284 1.094 8.06064 2.23753C3.79292 3.38107 1.26026 7.76776 2.40379 12.0355C3.54732 16.3032 7.93402 18.8359 12.2017 17.6923ZM11.9323 3.71844L11.85 3.91053L12.0763 4.46731L11.7721 5.07658C11.8694 5.12512 11.9684 5.21068 12.0609 5.2905C12.2283 5.43509 12.3739 5.56085 12.4473 5.41364C12.9159 5.34964 13.4037 5.51869 13.5891 5.61122L13.748 5.69053L13.8809 6.41467L12.507 6.72776L12.2518 6.60039L11.019 7.26933C11.026 7.42485 11.0316 7.75269 10.9981 7.81989C10.9645 7.88709 10.6559 8.16627 10.5058 8.29747L10.3668 9.08434L11.0433 9.65986C11.162 9.63986 11.4313 9.61571 11.5584 9.67916C11.6068 9.70333 11.6095 9.76735 11.613 9.8511C11.6187 9.98718 11.6266 10.1753 11.8365 10.3292L11.9571 11.0159L12.1209 12.4573L13.1385 13.4219L13.5204 12.5528L14.0184 12.3195C14.0184 12.3195 14.2285 11.1682 14.3046 11.0159C14.3806 10.8635 14.527 10.5903 14.9985 10.5402L16.6287 9.7381C16.7346 12.6971 14.7953 15.4445 11.8135 16.2435C10.8512 16.5013 9.88141 16.5291 8.96257 16.3606L8.9075 16.1297L9.73984 15.9311L9.77934 14.6541L10.6338 13.6795L10.704 12.8068C10.5939 12.924 10.1889 12.8094 10.0358 12.6278C9.95231 12.5288 9.94496 12.48 9.93346 12.4039C9.9186 12.3056 9.89684 12.1614 9.69479 11.8037C9.57003 11.5828 9.61257 11.3626 9.64965 11.1707C9.69776 10.9216 9.73666 10.7202 9.38877 10.627L8.21448 10.655L6.90936 10.8413L6.13757 10.4523L5.72254 10.1521L5.45723 8.66455H6.78282L7.91578 7.91422L7.77371 7.23488L8.13648 7.01463L8.34381 6.4014L9.49681 4.99353L8.99153 3.99594L9.20504 3.53062C10.1393 3.39494 11.0662 3.46784 11.9323 3.71844ZM4.33337 9.61501L4.90545 12.0138L5.96624 12.5552L6.23552 13.6843L6.78282 14.5979L7.04181 15.6838C5.52429 14.8637 4.33437 13.4449 3.85268 11.6473C3.59191 10.674 3.56642 9.69322 3.74136 8.76517L4.33337 9.61501Z" }) });
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SvgIcon.SvgIcon, { "data-iconname": "WorldmapIcon", ref: forwardedRef, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.2017 17.6924C16.4695 16.5489 19.0021 12.1622 17.8586 7.89445C16.7151 3.62672 12.3284 1.09406 8.06064 2.23759C3.79292 3.38113 1.26026 7.76782 2.40379 12.0356C3.54732 16.3033 7.93402 18.8359 12.2017 17.6924ZM11.9323 3.71851L11.85 3.91059L12.0763 4.46737L11.7721 5.07664C11.8694 5.12518 11.9684 5.21074 12.0609 5.29056C12.2283 5.43515 12.3739 5.56091 12.4473 5.4137C12.9159 5.3497 13.4037 5.51875 13.5891 5.61128L13.748 5.69059L13.8809 6.41473L12.507 6.72782L12.2518 6.60045L11.019 7.26939C11.026 7.42491 11.0316 7.75275 10.9981 7.81995C10.9645 7.88715 10.6559 8.16633 10.5058 8.29753L10.3668 9.08441L11.0433 9.65992C11.162 9.63992 11.4313 9.61577 11.5584 9.67922C11.6068 9.70339 11.6095 9.76741 11.613 9.85116C11.6187 9.98724 11.6266 10.1754 11.8365 10.3293L11.9571 11.0159L12.1209 12.4574L13.1385 13.422L13.5204 12.5529L14.0184 12.3195C14.0184 12.3195 14.2285 11.1682 14.3046 11.0159C14.3806 10.8636 14.527 10.5903 14.9985 10.5403L16.6287 9.73816C16.7346 12.6971 14.7953 15.4446 11.8135 16.2435C10.8512 16.5014 9.88141 16.5292 8.96257 16.3606L8.9075 16.1297L9.73984 15.9312L9.77934 14.6542L10.6338 13.6795L10.704 12.8069C10.5939 12.924 10.1889 12.8094 10.0358 12.6278C9.95231 12.5288 9.94496 12.4801 9.93346 12.404C9.9186 12.3056 9.89684 12.1615 9.69479 11.8038C9.57003 11.5829 9.61257 11.3627 9.64965 11.1707C9.69776 10.9217 9.73666 10.7203 9.38877 10.6271L8.21448 10.655L6.90936 10.8414L6.13757 10.4524L5.72254 10.1522L5.45723 8.66461H6.78282L7.91578 7.91428L7.77371 7.23494L8.13648 7.0147L8.34381 6.40146L9.49681 4.99359L8.99153 3.996L9.20504 3.53068C10.1393 3.39501 11.0662 3.4679 11.9323 3.71851ZM4.33337 9.61507L4.90545 12.0138L5.96624 12.5553L6.23552 13.6843L6.78282 14.598L7.04181 15.6839C5.52429 14.8638 4.33437 13.445 3.85268 11.6473C3.59191 10.6741 3.56642 9.69328 3.74136 8.76523L4.33337 9.61507Z" }) });
29
29
  });
30
30
  const WorldmapIcon = /* @__PURE__ */ Object.assign(
31
31
  WorldmapIconComponent,
@@ -0,0 +1,16 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
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: [
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
+ /* @__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
+ ] });
9
+ });
10
+ const AIModelIcon = /* @__PURE__ */ Object.assign(AIModelIconComponent, {
11
+ displayName: "AIModelIcon"
12
+ });
13
+ export {
14
+ AIModelIcon
15
+ };
16
+ //# sourceMappingURL=AIModelIcon.js.map
@@ -0,0 +1,7 @@
1
+ {
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"],
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
+ "names": []
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../src/__icons/ApiSignetIcon.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 ApiSignetIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"ApiSignetIcon\" ref={forwardedRef} {...props}>\n <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\" />\n <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\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const ApiSignetIcon = /* @__PURE__ */ Object.assign(\n ApiSignetIconComponent,\n { displayName: 'ApiSignetIcon' },\n);\n"],
3
+ "sources": ["../../../src/__icons/APISignetIcon.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 APISignetIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"APISignetIcon\" ref={forwardedRef} {...props}>\n <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\" />\n <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\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const APISignetIcon = /* @__PURE__ */ Object.assign(\n APISignetIconComponent,\n { displayName: 'APISignetIcon' },\n);\n"],
5
5
  "mappings": "AAWI,SACE,KADF;AATJ,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,yBAAyC,2BAG7C,CAAC,OAAqB,iBAA8B;AACpD,SACE,qBAAC,WAAQ,iBAAc,iBAAgB,KAAK,cAAe,GAAG,OAC5D;AAAA,wBAAC,UAAK,GAAE,mXAAkX;AAAA,IAC1X,oBAAC,UAAK,GAAE,kRAAiR;AAAA,KAC3R;AAEJ,CAAC;AAKM,MAAM,gBAAgC,uBAAO;AAAA,EAClD;AAAA,EACA,EAAE,aAAa,gBAAgB;AACjC;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,17 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ import { SvgIcon } from "../lib/SvgIcon.js";
4
+ const AgentIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "AgentIcon", ref: forwardedRef, ...props, children: [
6
+ /* @__PURE__ */ jsx("path", { d: "M7.28711 9.64551C8.11525 9.6457 8.78691 10.3174 8.78711 11.1455C8.78711 11.9738 8.11537 12.6453 7.28711 12.6455C6.45868 12.6455 5.78711 11.9739 5.78711 11.1455C5.78731 10.3172 6.4588 9.64551 7.28711 9.64551Z" }),
7
+ /* @__PURE__ */ jsx("path", { d: "M12.7129 9.64551C13.5412 9.64551 14.2127 10.3172 14.2129 11.1455C14.2129 11.9739 13.5413 12.6455 12.7129 12.6455C11.8846 12.6453 11.2129 11.9738 11.2129 11.1455C11.2131 10.3174 11.8848 9.6457 12.7129 9.64551Z" }),
8
+ /* @__PURE__ */ jsx("path", { d: "M8 4.5H12V2H13.75V4.5H16.4414L16.5498 4.50586C17.0835 4.56026 17.4999 5.01061 17.5 5.55859V9.29297H17.9414C18.526 9.29309 18.9999 9.76697 19 10.3516V11.9844C18.9999 12.569 18.526 13.0428 17.9414 13.043H17.5V16.4414L17.4941 16.5498C17.4434 17.0478 17.0478 17.4434 16.5498 17.4941L16.4414 17.5H3.55859C3.01061 17.4999 2.56026 17.0835 2.50586 16.5498L2.5 16.4414V13.043H2.05859C1.474 13.0428 1.00012 12.569 1 11.9844V10.3516C1.00012 9.76697 1.474 9.29309 2.05859 9.29297H2.5V5.55859C2.50012 4.974 2.974 4.50012 3.55859 4.5H6.25V2H8V4.5ZM4.08789 15.9121H15.9121V6.08789H4.08789V15.9121Z" })
9
+ ] });
10
+ });
11
+ const AgentIcon = /* @__PURE__ */ Object.assign(AgentIconComponent, {
12
+ displayName: "AgentIcon"
13
+ });
14
+ export {
15
+ AgentIcon
16
+ };
17
+ //# sourceMappingURL=AgentIcon.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/__icons/AgentIcon.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 AgentIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"AgentIcon\" ref={forwardedRef} {...props}>\n <path d=\"M7.28711 9.64551C8.11525 9.6457 8.78691 10.3174 8.78711 11.1455C8.78711 11.9738 8.11537 12.6453 7.28711 12.6455C6.45868 12.6455 5.78711 11.9739 5.78711 11.1455C5.78731 10.3172 6.4588 9.64551 7.28711 9.64551Z\" />\n <path d=\"M12.7129 9.64551C13.5412 9.64551 14.2127 10.3172 14.2129 11.1455C14.2129 11.9739 13.5413 12.6455 12.7129 12.6455C11.8846 12.6453 11.2129 11.9738 11.2129 11.1455C11.2131 10.3174 11.8848 9.6457 12.7129 9.64551Z\" />\n <path d=\"M8 4.5H12V2H13.75V4.5H16.4414L16.5498 4.50586C17.0835 4.56026 17.4999 5.01061 17.5 5.55859V9.29297H17.9414C18.526 9.29309 18.9999 9.76697 19 10.3516V11.9844C18.9999 12.569 18.526 13.0428 17.9414 13.043H17.5V16.4414L17.4941 16.5498C17.4434 17.0478 17.0478 17.4434 16.5498 17.4941L16.4414 17.5H3.55859C3.01061 17.4999 2.56026 17.0835 2.50586 16.5498L2.5 16.4414V13.043H2.05859C1.474 13.0428 1.00012 12.569 1 11.9844V10.3516C1.00012 9.76697 1.474 9.29309 2.05859 9.29297H2.5V5.55859C2.50012 4.974 2.974 4.50012 3.55859 4.5H6.25V2H8V4.5ZM4.08789 15.9121H15.9121V6.08789H4.08789V15.9121Z\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const AgentIcon = /* @__PURE__ */ Object.assign(AgentIconComponent, {\n displayName: 'AgentIcon',\n});\n"],
5
+ "mappings": "AAWI,SACE,KADF;AATJ,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,qBAAqC,2BAGzC,CAAC,OAAqB,iBAA8B;AACpD,SACE,qBAAC,WAAQ,iBAAc,aAAY,KAAK,cAAe,GAAG,OACxD;AAAA,wBAAC,UAAK,GAAE,mNAAkN;AAAA,IAC1N,oBAAC,UAAK,GAAE,oNAAmN;AAAA,IAC3N,oBAAC,UAAK,GAAE,0kBAAykB;AAAA,KACnlB;AAEJ,CAAC;AAKM,MAAM,YAA4B,uBAAO,OAAO,oBAAoB;AAAA,EACzE,aAAa;AACf,CAAC;",
6
+ "names": []
7
+ }
@@ -0,0 +1,19 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ import { SvgIcon } from "../lib/SvgIcon.js";
4
+ const AiIconComponent = /* @__PURE__ */ forwardRef(
5
+ (props, forwardedRef) => {
6
+ return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "AiIcon", ref: forwardedRef, ...props, children: [
7
+ /* @__PURE__ */ 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" }),
8
+ /* @__PURE__ */ 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" }),
9
+ /* @__PURE__ */ 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" })
10
+ ] });
11
+ }
12
+ );
13
+ const AiIcon = /* @__PURE__ */ Object.assign(AiIconComponent, {
14
+ displayName: "AiIcon"
15
+ });
16
+ export {
17
+ AiIcon
18
+ };
19
+ //# sourceMappingURL=AiIcon.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/__icons/AiIcon.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 AiIconComponent = /* @__PURE__ */ forwardRef<SVGSVGElement, SvgIconProps>(\n (props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"AiIcon\" ref={forwardedRef} {...props}>\n <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\" />\n <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\" />\n <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\" />\n </SvgIcon>\n );\n },\n);\n\n/**\n * @public\n */\nexport const AiIcon = /* @__PURE__ */ Object.assign(AiIconComponent, {\n displayName: 'AiIcon',\n});\n"],
5
+ "mappings": "AASM,SACE,KADF;AAPN,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,kBAAkC;AAAA,EACtC,CAAC,OAAqB,iBAA8B;AAClD,WACE,qBAAC,WAAQ,iBAAc,UAAS,KAAK,cAAe,GAAG,OACrD;AAAA,0BAAC,UAAK,GAAE,ySAAwS;AAAA,MAChT,oBAAC,UAAK,GAAE,6SAA4S;AAAA,MACpT,oBAAC,UAAK,GAAE,kTAAiT;AAAA,OAC3T;AAAA,EAEJ;AACF;AAKO,MAAM,SAAyB,uBAAO,OAAO,iBAAiB;AAAA,EACnE,aAAa;AACf,CAAC;",
6
+ "names": []
7
+ }
@@ -3,8 +3,8 @@ import { forwardRef } from "react";
3
3
  import { SvgIcon } from "../lib/SvgIcon.js";
4
4
  const ColoringIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
5
  return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "ColoringIcon", ref: forwardedRef, ...props, children: [
6
- /* @__PURE__ */ jsx("path", { d: "M5.47686 1.46967L8.08799 4.0808L14.9963 10.4267L9.92253 15.9501C8.80167 17.1702 6.90389 17.2508 5.6837 16.1299L3.10615 13.7622C1.88596 12.6413 1.80544 10.7435 2.9263 9.52334L6.9878 5.10193L4.4162 2.53033L5.47686 1.46967ZM8.08995 6.11941L4.03097 10.5381C3.71812 10.8787 3.59246 11.3248 3.64862 11.75L11.7436 11.7503L12.8768 10.5166L8.08995 6.11941Z" }),
7
- /* @__PURE__ */ jsx("path", { d: "M18.1048 16.7721C18.298 16.2317 18.2212 15.634 18.0297 15.0929C17.4351 13.4129 16.125 12.2499 16.125 12.2499C16.125 12.2499 14.8835 13.3214 14.2573 15.0107C14.0374 15.6042 13.942 16.2676 14.1768 16.8554C14.5046 17.6763 15.2536 18.25 16.125 18.25C17.0257 18.25 17.7954 17.6372 18.1048 16.7721Z" })
6
+ /* @__PURE__ */ jsx("path", { d: "M5.47686 1.46973L8.08799 4.08086L14.9963 10.4268L9.92253 15.9501C8.80167 17.1703 6.90389 17.2508 5.6837 16.13L3.10615 13.7622C1.88596 12.6414 1.80544 10.7436 2.9263 9.5234L6.9878 5.10199L4.4162 2.53039L5.47686 1.46973ZM8.08995 6.11947L4.03097 10.5381C3.71812 10.8787 3.59246 11.3249 3.64862 11.7501L11.7436 11.7503L12.8768 10.5167L8.08995 6.11947Z" }),
7
+ /* @__PURE__ */ jsx("path", { d: "M18.1048 16.7722C18.298 16.2318 18.2212 15.634 18.0297 15.093C17.4351 13.4129 16.125 12.25 16.125 12.25C16.125 12.25 14.8835 13.3214 14.2573 15.0107C14.0374 15.6042 13.942 16.2677 14.1768 16.8555C14.5046 17.6764 15.2536 18.2501 16.125 18.2501C17.0257 18.2501 17.7954 17.6373 18.1048 16.7722Z" })
8
8
  ] });
9
9
  });
10
10
  const ColoringIcon = /* @__PURE__ */ Object.assign(
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/__icons/ColoringIcon.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 ColoringIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"ColoringIcon\" ref={forwardedRef} {...props}>\n <path d=\"M5.47686 1.46967L8.08799 4.0808L14.9963 10.4267L9.92253 15.9501C8.80167 17.1702 6.90389 17.2508 5.6837 16.1299L3.10615 13.7622C1.88596 12.6413 1.80544 10.7435 2.9263 9.52334L6.9878 5.10193L4.4162 2.53033L5.47686 1.46967ZM8.08995 6.11941L4.03097 10.5381C3.71812 10.8787 3.59246 11.3248 3.64862 11.75L11.7436 11.7503L12.8768 10.5166L8.08995 6.11941Z\" />\n <path d=\"M18.1048 16.7721C18.298 16.2317 18.2212 15.634 18.0297 15.0929C17.4351 13.4129 16.125 12.2499 16.125 12.2499C16.125 12.2499 14.8835 13.3214 14.2573 15.0107C14.0374 15.6042 13.942 16.2676 14.1768 16.8554C14.5046 17.6763 15.2536 18.25 16.125 18.25C17.0257 18.25 17.7954 17.6372 18.1048 16.7721Z\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const ColoringIcon = /* @__PURE__ */ Object.assign(\n ColoringIconComponent,\n { displayName: 'ColoringIcon' },\n);\n"],
5
- "mappings": "AAWI,SACE,KADF;AATJ,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,wBAAwC,2BAG5C,CAAC,OAAqB,iBAA8B;AACpD,SACE,qBAAC,WAAQ,iBAAc,gBAAe,KAAK,cAAe,GAAG,OAC3D;AAAA,wBAAC,UAAK,GAAE,+VAA8V;AAAA,IACtW,oBAAC,UAAK,GAAE,wSAAuS;AAAA,KACjT;AAEJ,CAAC;AAKM,MAAM,eAA+B,uBAAO;AAAA,EACjD;AAAA,EACA,EAAE,aAAa,eAAe;AAChC;",
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 ColoringIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"ColoringIcon\" ref={forwardedRef} {...props}>\n <path d=\"M5.47686 1.46973L8.08799 4.08086L14.9963 10.4268L9.92253 15.9501C8.80167 17.1703 6.90389 17.2508 5.6837 16.13L3.10615 13.7622C1.88596 12.6414 1.80544 10.7436 2.9263 9.5234L6.9878 5.10199L4.4162 2.53039L5.47686 1.46973ZM8.08995 6.11947L4.03097 10.5381C3.71812 10.8787 3.59246 11.3249 3.64862 11.7501L11.7436 11.7503L12.8768 10.5167L8.08995 6.11947Z\" />\n <path d=\"M18.1048 16.7722C18.298 16.2318 18.2212 15.634 18.0297 15.093C17.4351 13.4129 16.125 12.25 16.125 12.25C16.125 12.25 14.8835 13.3214 14.2573 15.0107C14.0374 15.6042 13.942 16.2677 14.1768 16.8555C14.5046 17.6764 15.2536 18.2501 16.125 18.2501C17.0257 18.2501 17.7954 17.6373 18.1048 16.7722Z\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const ColoringIcon = /* @__PURE__ */ Object.assign(\n ColoringIconComponent,\n { displayName: 'ColoringIcon' },\n);\n"],
5
+ "mappings": "AAWI,SACE,KADF;AATJ,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,wBAAwC,2BAG5C,CAAC,OAAqB,iBAA8B;AACpD,SACE,qBAAC,WAAQ,iBAAc,gBAAe,KAAK,cAAe,GAAG,OAC3D;AAAA,wBAAC,UAAK,GAAE,+VAA8V;AAAA,IACtW,oBAAC,UAAK,GAAE,uSAAsS;AAAA,KAChT;AAEJ,CAAC;AAKM,MAAM,eAA+B,uBAAO;AAAA,EACjD;AAAA,EACA,EAAE,aAAa,eAAe;AAChC;",
6
6
  "names": []
7
7
  }
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { SvgIcon } from "../lib/SvgIcon.js";
4
4
  const CurveLinearIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
- return /* @__PURE__ */ jsx(SvgIcon, { "data-iconname": "CurveLinearIcon", ref: forwardedRef, ...props, children: /* @__PURE__ */ jsx("path", { d: "M10.125 5.00238L18.3737 13.3863L17.1263 14.6137L10.125 7.49762L3.12372 14.6137L1.87627 13.3863L10.125 5.00238Z" }) });
5
+ return /* @__PURE__ */ jsx(SvgIcon, { "data-iconname": "CurveLinearIcon", ref: forwardedRef, ...props, children: /* @__PURE__ */ jsx("path", { d: "M10.125 5.00232L18.3737 13.3863L17.1263 14.6136L10.125 7.49756L3.12372 14.6136L1.87627 13.3863L10.125 5.00232Z" }) });
6
6
  });
7
7
  const CurveLinearIcon = /* @__PURE__ */ Object.assign(
8
8
  CurveLinearIconComponent,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/__icons/CurveLinearIcon.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 CurveLinearIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"CurveLinearIcon\" ref={forwardedRef} {...props}>\n <path d=\"M10.125 5.00238L18.3737 13.3863L17.1263 14.6137L10.125 7.49762L3.12372 14.6137L1.87627 13.3863L10.125 5.00238Z\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const CurveLinearIcon = /* @__PURE__ */ Object.assign(\n CurveLinearIconComponent,\n { displayName: 'CurveLinearIcon' },\n);\n"],
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 CurveLinearIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"CurveLinearIcon\" ref={forwardedRef} {...props}>\n <path d=\"M10.125 5.00232L18.3737 13.3863L17.1263 14.6136L10.125 7.49756L3.12372 14.6136L1.87627 13.3863L10.125 5.00232Z\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const CurveLinearIcon = /* @__PURE__ */ Object.assign(\n CurveLinearIconComponent,\n { displayName: 'CurveLinearIcon' },\n);\n"],
5
5
  "mappings": "AAYM;AAVN,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,2BAA2C,2BAG/C,CAAC,OAAqB,iBAA8B;AACpD,SACE,oBAAC,WAAQ,iBAAc,mBAAkB,KAAK,cAAe,GAAG,OAC9D,8BAAC,UAAK,GAAE,kHAAiH,GAC3H;AAEJ,CAAC;AAKM,MAAM,kBAAkC,uBAAO;AAAA,EACpD;AAAA,EACA,EAAE,aAAa,kBAAkB;AACnC;",
6
6
  "names": []
7
7
  }
@@ -3,8 +3,8 @@ import { forwardRef } from "react";
3
3
  import { SvgIcon } from "../lib/SvgIcon.js";
4
4
  const CycleIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
5
  return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "CycleIcon", ref: forwardedRef, ...props, children: [
6
- /* @__PURE__ */ jsx("path", { d: "M17.1655 9.13837L18.1894 8.11365L19.25 9.17584L16.4249 12.0033L13.6007 9.17489L14.6585 8.11626L15.6496 9.10886C15.4686 7.94712 14.931 6.83028 14.037 5.9352C13.0759 4.97301 11.8628 4.42454 10.6103 4.28647C8.93438 4.10172 7.19939 4.65217 5.91786 5.9352C5.82472 6.02845 5.73545 6.1241 5.65004 6.22195L4.58888 5.15954C4.67574 5.06278 4.76565 4.9678 4.85862 4.87472C6.47513 3.25631 8.66594 2.56332 10.7743 2.79573C12.3531 2.96977 13.8857 3.66277 15.0962 4.87472C16.2906 6.07046 16.9804 7.58008 17.1655 9.13837Z" }),
7
- /* @__PURE__ */ jsx("path", { d: "M3.57511 7.00347L6.39928 9.8319L5.34153 10.8905L4.24122 9.78857C4.23095 10.0705 4.24126 10.3531 4.27216 10.6341C4.41007 11.888 4.9579 13.1026 5.91896 14.0647C8.161 16.3094 11.7961 16.3094 14.0381 14.0647C14.2905 13.8121 14.5145 13.5417 14.71 13.2576L15.7834 14.3323C15.577 14.6088 15.3483 14.874 15.0973 15.1252C12.2703 17.9556 7.68676 17.9556 4.85972 15.1252C3.64919 13.9133 2.95701 12.3789 2.78317 10.7982C2.75267 10.5209 2.73812 10.2421 2.73953 9.96343L1.8106 10.8931L0.75 9.83095L3.57511 7.00347Z" })
6
+ /* @__PURE__ */ jsx("path", { d: "M17.1655 9.13642L18.1894 8.11169L19.25 9.17389L16.4249 12.0014L13.6007 9.17294L14.6585 8.1143L15.6496 9.10691C15.4686 7.94517 14.931 6.82833 14.037 5.93325C13.0759 4.97106 11.8628 4.42259 10.6103 4.28452C8.93438 4.09977 7.19939 4.65022 5.91786 5.93325C5.82472 6.0265 5.73545 6.12215 5.65004 6.21999L4.58888 5.15759C4.67574 5.06083 4.76565 4.96585 4.85862 4.87276C6.47513 3.25436 8.66594 2.56136 10.7743 2.79378C12.3531 2.96782 13.8857 3.66082 15.0962 4.87277C16.2906 6.06851 16.9804 7.57813 17.1655 9.13642Z" }),
7
+ /* @__PURE__ */ jsx("path", { d: "M3.57511 7.00152L6.39928 9.82995L5.34153 10.8886L4.24122 9.78662C4.23095 10.0685 4.24126 10.3511 4.27216 10.6321C4.41007 11.8861 4.9579 13.1006 5.91896 14.0628C8.161 16.3075 11.7961 16.3075 14.0381 14.0628C14.2905 13.8101 14.5145 13.5397 14.71 13.2557L15.7834 14.3303C15.577 14.6069 15.3483 14.872 15.0973 15.1233C12.2703 17.9536 7.68676 17.9536 4.85972 15.1233C3.64919 13.9113 2.95701 12.3769 2.78317 10.7963C2.75267 10.5189 2.73812 10.2402 2.73953 9.96148L1.8106 10.8912L0.75 9.829L3.57511 7.00152Z" })
8
8
  ] });
9
9
  });
10
10
  const CycleIcon = /* @__PURE__ */ Object.assign(CycleIconComponent, {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/__icons/CycleIcon.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 CycleIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"CycleIcon\" ref={forwardedRef} {...props}>\n <path d=\"M17.1655 9.13837L18.1894 8.11365L19.25 9.17584L16.4249 12.0033L13.6007 9.17489L14.6585 8.11626L15.6496 9.10886C15.4686 7.94712 14.931 6.83028 14.037 5.9352C13.0759 4.97301 11.8628 4.42454 10.6103 4.28647C8.93438 4.10172 7.19939 4.65217 5.91786 5.9352C5.82472 6.02845 5.73545 6.1241 5.65004 6.22195L4.58888 5.15954C4.67574 5.06278 4.76565 4.9678 4.85862 4.87472C6.47513 3.25631 8.66594 2.56332 10.7743 2.79573C12.3531 2.96977 13.8857 3.66277 15.0962 4.87472C16.2906 6.07046 16.9804 7.58008 17.1655 9.13837Z\" />\n <path d=\"M3.57511 7.00347L6.39928 9.8319L5.34153 10.8905L4.24122 9.78857C4.23095 10.0705 4.24126 10.3531 4.27216 10.6341C4.41007 11.888 4.9579 13.1026 5.91896 14.0647C8.161 16.3094 11.7961 16.3094 14.0381 14.0647C14.2905 13.8121 14.5145 13.5417 14.71 13.2576L15.7834 14.3323C15.577 14.6088 15.3483 14.874 15.0973 15.1252C12.2703 17.9556 7.68676 17.9556 4.85972 15.1252C3.64919 13.9133 2.95701 12.3789 2.78317 10.7982C2.75267 10.5209 2.73812 10.2421 2.73953 9.96343L1.8106 10.8931L0.75 9.83095L3.57511 7.00347Z\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const CycleIcon = /* @__PURE__ */ Object.assign(CycleIconComponent, {\n displayName: 'CycleIcon',\n});\n"],
5
- "mappings": "AAWI,SACE,KADF;AATJ,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,qBAAqC,2BAGzC,CAAC,OAAqB,iBAA8B;AACpD,SACE,qBAAC,WAAQ,iBAAc,aAAY,KAAK,cAAe,GAAG,OACxD;AAAA,wBAAC,UAAK,GAAE,6fAA4f;AAAA,IACpgB,oBAAC,UAAK,GAAE,wfAAuf;AAAA,KACjgB;AAEJ,CAAC;AAKM,MAAM,YAA4B,uBAAO,OAAO,oBAAoB;AAAA,EACzE,aAAa;AACf,CAAC;",
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 CycleIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"CycleIcon\" ref={forwardedRef} {...props}>\n <path d=\"M17.1655 9.13642L18.1894 8.11169L19.25 9.17389L16.4249 12.0014L13.6007 9.17294L14.6585 8.1143L15.6496 9.10691C15.4686 7.94517 14.931 6.82833 14.037 5.93325C13.0759 4.97106 11.8628 4.42259 10.6103 4.28452C8.93438 4.09977 7.19939 4.65022 5.91786 5.93325C5.82472 6.0265 5.73545 6.12215 5.65004 6.21999L4.58888 5.15759C4.67574 5.06083 4.76565 4.96585 4.85862 4.87276C6.47513 3.25436 8.66594 2.56136 10.7743 2.79378C12.3531 2.96782 13.8857 3.66082 15.0962 4.87277C16.2906 6.06851 16.9804 7.57813 17.1655 9.13642Z\" />\n <path d=\"M3.57511 7.00152L6.39928 9.82995L5.34153 10.8886L4.24122 9.78662C4.23095 10.0685 4.24126 10.3511 4.27216 10.6321C4.41007 11.8861 4.9579 13.1006 5.91896 14.0628C8.161 16.3075 11.7961 16.3075 14.0381 14.0628C14.2905 13.8101 14.5145 13.5397 14.71 13.2557L15.7834 14.3303C15.577 14.6069 15.3483 14.872 15.0973 15.1233C12.2703 17.9536 7.68676 17.9536 4.85972 15.1233C3.64919 13.9113 2.95701 12.3769 2.78317 10.7963C2.75267 10.5189 2.73812 10.2402 2.73953 9.96148L1.8106 10.8912L0.75 9.829L3.57511 7.00152Z\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const CycleIcon = /* @__PURE__ */ Object.assign(CycleIconComponent, {\n displayName: 'CycleIcon',\n});\n"],
5
+ "mappings": "AAWI,SACE,KADF;AATJ,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,qBAAqC,2BAGzC,CAAC,OAAqB,iBAA8B;AACpD,SACE,qBAAC,WAAQ,iBAAc,aAAY,KAAK,cAAe,GAAG,OACxD;AAAA,wBAAC,UAAK,GAAE,+fAA8f;AAAA,IACtgB,oBAAC,UAAK,GAAE,wfAAuf;AAAA,KACjgB;AAEJ,CAAC;AAKM,MAAM,YAA4B,uBAAO,OAAO,oBAAoB;AAAA,EACzE,aAAa;AACf,CAAC;",
6
6
  "names": []
7
7
  }
@@ -1,18 +1,18 @@
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 DqlSignetIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "DqlSignetIcon", ref: forwardedRef, ...props, children: [
4
+ const DQLSignetIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "DQLSignetIcon", ref: forwardedRef, ...props, children: [
6
6
  /* @__PURE__ */ 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" }),
7
7
  /* @__PURE__ */ 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" }),
8
8
  /* @__PURE__ */ 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" })
9
9
  ] });
10
10
  });
11
- const DqlSignetIcon = /* @__PURE__ */ Object.assign(
12
- DqlSignetIconComponent,
13
- { displayName: "DqlSignetIcon" }
11
+ const DQLSignetIcon = /* @__PURE__ */ Object.assign(
12
+ DQLSignetIconComponent,
13
+ { displayName: "DQLSignetIcon" }
14
14
  );
15
15
  export {
16
- DqlSignetIcon
16
+ DQLSignetIcon
17
17
  };
18
- //# sourceMappingURL=DqlSignetIcon.js.map
18
+ //# sourceMappingURL=DQLSignetIcon.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../src/__icons/DqlSignetIcon.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 DqlSignetIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"DqlSignetIcon\" ref={forwardedRef} {...props}>\n <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\" />\n <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\" />\n <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\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const DqlSignetIcon = /* @__PURE__ */ Object.assign(\n DqlSignetIconComponent,\n { displayName: 'DqlSignetIcon' },\n);\n"],
3
+ "sources": ["../../../src/__icons/DQLSignetIcon.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 DQLSignetIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"DQLSignetIcon\" ref={forwardedRef} {...props}>\n <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\" />\n <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\" />\n <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\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const DQLSignetIcon = /* @__PURE__ */ Object.assign(\n DQLSignetIconComponent,\n { displayName: 'DQLSignetIcon' },\n);\n"],
5
5
  "mappings": "AAWI,SACE,KADF;AATJ,SAAS,kBAA4B;AAErC,SAAS,eAAkC;AAE3C,MAAM,yBAAyC,2BAG7C,CAAC,OAAqB,iBAA8B;AACpD,SACE,qBAAC,WAAQ,iBAAc,iBAAgB,KAAK,cAAe,GAAG,OAC5D;AAAA,wBAAC,UAAK,GAAE,kNAAiN;AAAA,IACzN,oBAAC,UAAK,GAAE,qOAAoO;AAAA,IAC5O,oBAAC,UAAK,GAAE,+5CAA85C;AAAA,KACx6C;AAEJ,CAAC;AAKM,MAAM,gBAAgC,uBAAO;AAAA,EAClD;AAAA,EACA,EAAE,aAAa,gBAAgB;AACjC;",
6
6
  "names": []
7
7
  }
@@ -1,8 +1,8 @@
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 DavisAiIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "DavisAiIcon", ref: forwardedRef, ...props, children: [
4
+ const DavisAIIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "DavisAIIcon", ref: forwardedRef, ...props, children: [
6
6
  /* @__PURE__ */ 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" }),
7
7
  /* @__PURE__ */ 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" }),
8
8
  /* @__PURE__ */ 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" }),
@@ -20,10 +20,10 @@ const DavisAiIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) =>
20
20
  /* @__PURE__ */ 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" })
21
21
  ] });
22
22
  });
23
- const DavisAiIcon = /* @__PURE__ */ Object.assign(DavisAiIconComponent, {
24
- displayName: "DavisAiIcon"
23
+ const DavisAIIcon = /* @__PURE__ */ Object.assign(DavisAIIconComponent, {
24
+ displayName: "DavisAIIcon"
25
25
  });
26
26
  export {
27
- DavisAiIcon
27
+ DavisAIIcon
28
28
  };
29
- //# sourceMappingURL=DavisAiIcon.js.map
29
+ //# sourceMappingURL=DavisAIIcon.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../src/__icons/DavisAiIcon.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 DavisAiIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"DavisAiIcon\" ref={forwardedRef} {...props}>\n <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\" />\n <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\" />\n <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\" />\n <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\" />\n <path d=\"M9.25241 17.2199V15.3011H8.92698V17.2199H9.25241Z\" />\n <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\" />\n <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\" />\n <path d=\"M6.92486 15.3011H7.28068L7.74379 16.911L8.22542 15.3011H8.56966L7.9545 17.2199H7.51687L6.92486 15.3011Z\" />\n <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\" />\n <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\" />\n <path d=\"M16.4353 16.911H16.1985V17.2199H17.0021V16.911H16.7654V14.9215H17.0021V14.6126H16.1985V14.9215H16.4353V16.911Z\" />\n <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\" />\n <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\" />\n <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\" />\n <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\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const DavisAiIcon = /* @__PURE__ */ Object.assign(DavisAiIconComponent, {\n displayName: 'DavisAiIcon',\n});\n"],
3
+ "sources": ["../../../src/__icons/DavisAIIcon.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 DavisAIIconComponent = /* @__PURE__ */ forwardRef<\n SVGSVGElement,\n SvgIconProps\n>((props: SvgIconProps, forwardedRef): JSX.Element => {\n return (\n <SvgIcon data-iconname=\"DavisAIIcon\" ref={forwardedRef} {...props}>\n <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\" />\n <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\" />\n <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\" />\n <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\" />\n <path d=\"M9.25241 17.2199V15.3011H8.92698V17.2199H9.25241Z\" />\n <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\" />\n <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\" />\n <path d=\"M6.92486 15.3011H7.28068L7.74379 16.911L8.22542 15.3011H8.56966L7.9545 17.2199H7.51687L6.92486 15.3011Z\" />\n <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\" />\n <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\" />\n <path d=\"M16.4353 16.911H16.1985V17.2199H17.0021V16.911H16.7654V14.9215H17.0021V14.6126H16.1985V14.9215H16.4353V16.911Z\" />\n <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\" />\n <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\" />\n <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\" />\n <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\" />\n </SvgIcon>\n );\n});\n\n/**\n * @public\n */\nexport const DavisAIIcon = /* @__PURE__ */ Object.assign(DavisAIIconComponent, {\n displayName: 'DavisAIIcon',\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,8jMAA6jM;AAAA,IACrkM,oBAAC,UAAK,GAAE,4UAA2U;AAAA,IACnV,oBAAC,UAAK,GAAE,uZAAsZ;AAAA,IAC9Z,oBAAC,UAAK,GAAE,qNAAoN;AAAA,IAC5N,oBAAC,UAAK,GAAE,qDAAoD;AAAA,IAC5D,oBAAC,UAAK,GAAE,uSAAsS;AAAA,IAC9S,oBAAC,UAAK,GAAE,0nBAAynB;AAAA,IACjoB,oBAAC,UAAK,GAAE,2GAA0G;AAAA,IAClH,oBAAC,UAAK,GAAE,0pBAAypB;AAAA,IACjqB,oBAAC,UAAK,GAAE,2KAA0K;AAAA,IAClL,oBAAC,UAAK,GAAE,kHAAiH;AAAA,IACzH,oBAAC,UAAK,GAAE,wkCAAukC;AAAA,IAC/kC,oBAAC,UAAK,GAAE,mNAAkN;AAAA,IAC1N,oBAAC,UAAK,GAAE,koDAAioD;AAAA,IACzoD,oBAAC,UAAK,GAAE,wiBAAuiB;AAAA,KACjjB;AAEJ,CAAC;AAKM,MAAM,cAA8B,uBAAO,OAAO,sBAAsB;AAAA,EAC7E,aAAa;AACf,CAAC;",
6
6
  "names": []
7
7
  }
@@ -1,8 +1,8 @@
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 DavisAiSignetIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "DavisAiSignetIcon", ref: forwardedRef, ...props, children: [
4
+ const DavisAISignetIconComponent = /* @__PURE__ */ forwardRef((props, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs(SvgIcon, { "data-iconname": "DavisAISignetIcon", ref: forwardedRef, ...props, children: [
6
6
  /* @__PURE__ */ 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" }),
7
7
  /* @__PURE__ */ 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" }),
8
8
  /* @__PURE__ */ 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" }),
@@ -10,11 +10,11 @@ const DavisAiSignetIconComponent = /* @__PURE__ */ forwardRef((props, forwardedR
10
10
  /* @__PURE__ */ 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" })
11
11
  ] });
12
12
  });
13
- const DavisAiSignetIcon = /* @__PURE__ */ Object.assign(
14
- DavisAiSignetIconComponent,
15
- { displayName: "DavisAiSignetIcon" }
13
+ const DavisAISignetIcon = /* @__PURE__ */ Object.assign(
14
+ DavisAISignetIconComponent,
15
+ { displayName: "DavisAISignetIcon" }
16
16
  );
17
17
  export {
18
- DavisAiSignetIcon
18
+ DavisAISignetIcon
19
19
  };
20
- //# sourceMappingURL=DavisAiSignetIcon.js.map
20
+ //# sourceMappingURL=DavisAISignetIcon.js.map