@dynatrace/strato-icons 1.11.1 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__icons/AppEngineIcon.js +13 -12
- package/__icons/ApplicationSecurityIcon.js +25 -20
- package/__icons/AutomationEngineIcon.js +21 -19
- package/__icons/DavisAIIcon.d.ts +1 -0
- package/__icons/DavisAIIcon.js +15 -15
- package/__icons/DavisAISignetIcon.d.ts +1 -0
- package/__icons/DavisCoPilotIcon.d.ts +1 -0
- package/__icons/DavisCoPilotIcon.js +19 -19
- package/__icons/DavisCoPilotSignetIcon.d.ts +1 -0
- package/__icons/DeleteIcon.d.ts +1 -0
- package/__icons/DynatraceIcon.js +12 -13
- package/__icons/DynatraceIntelligenceSignetIcon.d.ts +7 -0
- package/__icons/DynatraceIntelligenceSignetIcon.js +41 -0
- package/__icons/FlowIcon.d.ts +7 -0
- package/__icons/FlowIcon.js +32 -0
- package/__icons/GrailIcon.js +9 -7
- package/__icons/HeartFilledIcon.js +1 -1
- package/__icons/HeartIcon.js +1 -1
- package/__icons/InfrastructureObservabilitySignetIcon.js +5 -5
- package/__icons/OneAgentIcon.js +13 -11
- package/__icons/PasteIcon.d.ts +8 -0
- package/__icons/PasteIcon.js +36 -0
- package/__icons/ProcessGroupIcon.js +5 -1
- package/__icons/ProcessIcon.d.ts +7 -0
- package/__icons/ProcessIcon.js +32 -0
- package/__icons/PurePathIcon.js +12 -11
- package/__icons/SecurityProtectionSignetIcon.js +3 -3
- package/__icons/SmartscapeIcon.js +14 -16
- package/__icons/SmartscapeSignetIcon.js +1 -7
- package/esm/__icons/AppEngineIcon.js +13 -12
- package/esm/__icons/AppEngineIcon.js.map +2 -2
- package/esm/__icons/ApplicationSecurityIcon.js +25 -20
- package/esm/__icons/ApplicationSecurityIcon.js.map +2 -2
- package/esm/__icons/AutomationEngineIcon.js +21 -19
- package/esm/__icons/AutomationEngineIcon.js.map +2 -2
- package/esm/__icons/DavisAIIcon.js +15 -15
- package/esm/__icons/DavisAIIcon.js.map +2 -2
- package/esm/__icons/DavisAISignetIcon.js.map +2 -2
- package/esm/__icons/DavisCoPilotIcon.js +19 -19
- package/esm/__icons/DavisCoPilotIcon.js.map +2 -2
- package/esm/__icons/DavisCoPilotSignetIcon.js.map +2 -2
- package/esm/__icons/DeleteIcon.js.map +2 -2
- package/esm/__icons/DynatraceIcon.js +12 -13
- package/esm/__icons/DynatraceIcon.js.map +2 -2
- package/esm/__icons/DynatraceIntelligenceSignetIcon.js +22 -0
- package/esm/__icons/DynatraceIntelligenceSignetIcon.js.map +7 -0
- package/esm/__icons/FlowIcon.js +13 -0
- package/esm/__icons/FlowIcon.js.map +7 -0
- package/esm/__icons/GrailIcon.js +9 -7
- package/esm/__icons/GrailIcon.js.map +2 -2
- package/esm/__icons/HeartFilledIcon.js +1 -1
- package/esm/__icons/HeartFilledIcon.js.map +2 -2
- package/esm/__icons/HeartIcon.js +1 -1
- package/esm/__icons/HeartIcon.js.map +2 -2
- package/esm/__icons/InfrastructureObservabilitySignetIcon.js +5 -5
- package/esm/__icons/InfrastructureObservabilitySignetIcon.js.map +2 -2
- package/esm/__icons/OneAgentIcon.js +13 -11
- package/esm/__icons/OneAgentIcon.js.map +2 -2
- package/esm/__icons/PasteIcon.js +17 -0
- package/esm/__icons/PasteIcon.js.map +7 -0
- package/esm/__icons/ProcessGroupIcon.js +6 -2
- package/esm/__icons/ProcessGroupIcon.js.map +2 -2
- package/esm/__icons/ProcessIcon.js +13 -0
- package/esm/__icons/ProcessIcon.js.map +7 -0
- package/esm/__icons/PurePathIcon.js +12 -11
- package/esm/__icons/PurePathIcon.js.map +2 -2
- package/esm/__icons/SecurityProtectionSignetIcon.js +3 -3
- package/esm/__icons/SecurityProtectionSignetIcon.js.map +2 -2
- package/esm/__icons/SmartscapeIcon.js +14 -16
- package/esm/__icons/SmartscapeIcon.js.map +2 -2
- package/esm/__icons/SmartscapeSignetIcon.js +2 -8
- package/esm/__icons/SmartscapeSignetIcon.js.map +2 -2
- package/esm/index.js +8 -0
- package/esm/index.js.map +2 -2
- package/index.d.ts +4 -0
- package/index.js +8 -0
- package/package.json +1 -1
package/__icons/AppEngineIcon.js
CHANGED
|
@@ -26,18 +26,19 @@ var import_react = require("react");
|
|
|
26
26
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
27
27
|
const AppEngineIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
28
28
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "AppEngineIcon", ref: forwardedRef, ...props, children: [
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.09 14.935c.305 0 .516.14.616.396l.012-.334h.335v2.024c0 .599-.373.979-1.005.979a1.8 1.8 0 0 1-.586-.103l.088-.302a1.4 1.4 0 0 0 .47.092l-.002-.002c.443 0 .674-.278.678-.715l.004-.26c-.104.257-.314.414-.628.414-.46 0-.745-.322-.745-.838v-.512c0-.516.298-.839.763-.839m.107.33c-.31 0-.503.223-.503.573v.381c0 .35.194.573.503.573.293 0 .486-.197.486-.532v-.463c-.005-.335-.193-.533-.486-.533" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.34 14.934c.46 0 .728.322.728.868v.52c0 .541-.294.863-.758.863-.285 0-.49-.124-.6-.347v1.111H3.344v-2.953H3.69l.005.36c.105-.257.323-.422.645-.422m-.143.33c-.293 0-.485.198-.485.533v.525c.004.335.192.533.485.533.31 0 .503-.224.503-.583v-.425c0-.36-.193-.583-.503-.583" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6.574 14.934c.46 0 .729.322.729.868v.52c0 .541-.293.862-.758.863-.284 0-.49-.124-.6-.347v1.111H5.577v-2.953h.349l.004.36c.104-.257.322-.422.644-.422m-.142.33c-.293 0-.486.198-.486.533v.525c.005.335.193.532.486.533.31 0 .503-.224.503-.583v-.425c0-.36-.194-.583-.503-.583" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18.642 14.935c.547 0 .858.342.858.888v.421h-1.36v.058c0 .355.205.574.556.574a.9.9 0 0 0 .523-.174l.163.26a1.1 1.1 0 0 1-.682.223h.001c-.549 0-.93-.342-.93-.883v-.48c0-.544.323-.887.87-.887m0 .31c-.327 0-.502.223-.502.578v.112h1.013v-.112c0-.355-.184-.578-.511-.578" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.13 14.934c.448 0 .707.293.707.834v1.356H11.47v-1.297c0-.376-.147-.562-.465-.562-.33 0-.524.202-.524.573v1.285h-.365v-2.127h.302l.009.429c.1-.31.352-.49.703-.49" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.574 14.934c.448 0 .708.293.708.834v1.356h-.368v-1.297c0-.376-.147-.562-.465-.562-.33 0-.523.202-.523.573v1.285H15.56v-2.127h.302l.01.429c.1-.31.351-.49.702-.49" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.9 17.123H2.487l-.22-.698H1.124l-.23.698H.5l.972-2.891h.465zM1.236 16.08h.921l-.452-1.426z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.557 14.58H8.233v.907h1.189v.347H8.233v.943H9.6v.346H7.86v-2.891h1.696z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.987 17.123H14.62v-2.127h.368z" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.803 14.211a.23.23 0 0 1 .239.236.23.23 0 0 1-.24.235.23.23 0 0 1-.237-.235c0-.137.1-.236.238-.236" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.103 3A1.39 1.39 0 0 1 14.5 4.378v5.01a1.39 1.39 0 0 1-1.398 1.377H8.025a1.39 1.39 0 0 1-1.397-1.378v-.17H9.83a.39.39 0 0 0 .392-.424.4.4 0 0 0-.406-.353H4.81a.39.39 0 0 1-.29-.374.39.39 0 0 1 .393-.389h1.02a.4.4 0 0 0 .062.004h1.837q.032.001.063-.004a.39.39 0 0 0 .33-.385.4.4 0 0 0-.407-.387h-1.59a.387.387 0 0 1 .008-.774h3.166a.39.39 0 0 0 .393-.425.4.4 0 0 0-.405-.352H7.007a.38.38 0 0 1-.381-.376v-.6A1.39 1.39 0 0 1 8.023 3zM9.417 6.907c-.22 0-.407.17-.407.386a.39.39 0 0 0 .393.39h1.277v.001a.39.39 0 0 0 .392-.423.4.4 0 0 0-.405-.354z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.697 6.13a.383.383 0 0 1 .377.39.383.383 0 0 1-.377.387h-.82A.383.383 0 0 1 3.5 6.52a.383.383 0 0 1 .377-.388z" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.527 4.577a.383.383 0 0 1 .376.389.383.383 0 0 1-.376.388h-.82a.383.383 0 0 1-.378-.388c0-.214.17-.39.377-.39z" })
|
|
41
42
|
] });
|
|
42
43
|
});
|
|
43
44
|
const AppEngineIcon = /* @__PURE__ */ Object.assign(
|
|
@@ -32,26 +32,31 @@ const ApplicationSecurityIconComponent = /* @__PURE__ */ (0, import_react.forwar
|
|
|
32
32
|
ref: forwardedRef,
|
|
33
33
|
...props,
|
|
34
34
|
children: [
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
51
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
52
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
53
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
54
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.914 16.14c.229 0 .363.167.363.451v.272c0 .28-.146.449-.377.449a.31.31 0 0 1-.297-.18v.578H2.419v-1.538h.173l.002.188a.33.33 0 0 1 .32-.22m-.07.172c-.146 0-.241.104-.241.278v.273c.002.174.095.277.24.277.155 0 .25-.116.25-.303v-.221c0-.187-.095-.304-.25-.304" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.03 16.14c.23 0 .363.167.363.451v.272c0 .281-.146.449-.377.449-.142 0-.244-.065-.298-.18v.578H3.535v-1.538h.173L3.71 16.36a.33.33 0 0 1 .32-.22m-.07.172c-.146 0-.242.104-.242.278v.273C3.72 17.037 3.814 17.14 3.96 17.14c.154 0 .249-.116.249-.303v-.221c0-.187-.095-.304-.249-.304" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m18.53 17.043.016.095.017-.095.24-.87H19l-.358 1.16c-.084.268-.232.356-.434.371l-.031-.178c.102-.009.163-.03.198-.065l.034-.046q.04-.077.001-.21l-.31-1.034h.199z" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6.088 16.14a.6.6 0 0 1 .302.075L6.316 16.36a.5.5 0 0 0-.22-.055c-.202 0-.295.117-.295.362v.14c0 .224.108.346.289.346.09 0 .173-.03.244-.081l.083.135a.55.55 0 0 1-.333.106c-.287 0-.466-.181-.466-.506v-.14c0-.342.164-.527.47-.527" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.04 16.14c.229 0 .414.097.414.375v.765h-.15L7.297 17.1c-.056.137-.179.213-.34.213-.22 0-.374-.131-.374-.333v-.018c0-.238.197-.353.455-.353h.236l-.002-.1c-.002-.145-.092-.197-.24-.197a.8.8 0 0 0-.32.073l-.065-.154a.9.9 0 0 1 .394-.09m-.007.623c-.18 0-.274.07-.274.198v.018q.002.181.22.182.3 0 .295-.298l-.002-.1z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.347 16.14c.266 0 .431.185.431.486v.2c0 .302-.165.487-.431.487-.267 0-.432-.185-.432-.487v-.2c0-.3.165-.486.432-.486m0 .161c-.158 0-.248.117-.248.325v.2c0 .209.09.325.248.325s.248-.116.248-.325v-.2c0-.208-.09-.325-.248-.325" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.335 16.14c.273 0 .427.18.427.463v.219h-.676v.03c0 .185.101.299.276.299a.44.44 0 0 0 .261-.09l.081.136a.53.53 0 0 1-.34.116l-.097-.009c-.22-.038-.365-.206-.365-.452v-.25c0-.283.16-.462.433-.462m0 .161c-.161 0-.249.116-.25.3v.058h.505v-.057c0-.185-.092-.3-.254-.301" }),
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.445 16.14a.6.6 0 0 1 .302.075l-.073.145a.5.5 0 0 0-.22-.055c-.202 0-.296.117-.296.362v.14c0 .224.108.345.29.346a.4.4 0 0 0 .243-.081l.083.135a.55.55 0 0 1-.333.106c-.287 0-.465-.182-.465-.506l-.001-.14c0-.342.164-.527.47-.527" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.163 16.863c0 .165.09.275.245.276.15 0 .245-.102.245-.298v-.669h.182v1.108h-.15l-.003-.23c-.044.161-.147.263-.328.263-.226 0-.373-.16-.373-.429v-.712h.182z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.184 15.743a.9.9 0 0 1 .445.107l-.059.179a.8.8 0 0 0-.379-.106c-.208 0-.306.108-.306.241 0 .134.092.222.244.247l.154.026c.258.043.39.2.39.428 0 .273-.192.44-.51.44a.75.75 0 0 1-.509-.178l.098-.159a.7.7 0 0 0 .417.157c.21 0 .32-.103.32-.249 0-.129-.085-.225-.27-.256l-.135-.02c-.24-.039-.382-.188-.382-.44 0-.268.167-.416.482-.416" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.832 16.996c0 .084.044.127.123.127v.172c-.22 0-.306-.088-.306-.315v-1.27h.183z" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.972 16.172h.28v.165h-.28v.631c0 .111.038.146.181.146h.1v.174H8.124c-.237 0-.335-.073-.335-.32v-.63H7.65v-.144h.07c.052 0 .068-.018.068-.072V15.91h.184z" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.646 16.172h.28v.165h-.28v.631c0 .111.037.146.18.146h.1v.174h-.128c-.237 0-.335-.073-.335-.32l-.001-.63h-.138v-.144h.07c.051 0 .068-.018.068-.072V15.91h.183z" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.534 16.14c.223 0 .353.152.353.434v.706h-.184v-.675c0-.196-.073-.292-.231-.292-.164 0-.26.105-.26.299v.669h-.18v-1.109h.149l.004.224a.346.346 0 0 1 .35-.256" }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.593 16.145a.4.4 0 0 1 .129.021l-.037.19a.3.3 0 0 0-.103-.018c-.181 0-.274.15-.274.415v.527h-.183v-1.108h.158l.004.297c.035-.195.12-.324.306-.324" }),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.193 17.28H1.99l-.11-.364H1.31L1.196 17.28H1l.483-1.506h.232zm-.826-.544h.458l-.224-.743z" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.373 17.28H5.189v-1.108h.184z" }),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.667 17.28H8.484v-1.108h.183z" }),
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.112 17.28H16.93v-1.108h.182z" }),
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.281 15.763c.069 0 .118.052.118.122s-.05.123-.118.123-.118-.052-.118-.123c0-.07.05-.122.118-.122" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.576 15.763c.069 0 .118.052.118.122s-.05.123-.118.123-.119-.052-.119-.123c0-.07.05-.122.12-.122" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.022 15.763c.068 0 .117.052.118.122s-.05.123-.119.123-.119-.052-.119-.123a.12.12 0 0 1 .12-.122" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.767 3.197a.72.72 0 0 1 .438.467h.001c.366 1.206 1.179 5.311-3.534 8.287a.33.33 0 0 1-.344 0c-1.427-.89-2.347-1.892-2.926-2.888a2 2 0 0 0 1.082.119 6.66 6.66 0 0 0 3.407-1.679 6.13 6.13 0 0 0 1.845-3.216 1.77 1.77 0 0 0-.152-1.16z" }),
|
|
58
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.89 4.553A8 8 0 0 1 9.02 4.82a6.9 6.9 0 0 0 .26 2.767 7 7 0 0 0 .298.817 6.3 6.3 0 0 1-1.174.322 1.47 1.47 0 0 1-1.447-.587 6.7 6.7 0 0 1-.445-2.835A1 1 0 0 1 6.8 4.867a1.31 1.31 0 0 1 1.09-.314" }),
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.219 2.052a.8.8 0 0 1 .565 0l1.864.718c.495.3.762.86.642 1.422a5.6 5.6 0 0 1-.959 2.127 7 7 0 0 0-.7-.632A7.9 7.9 0 0 0 7.964 4.1V4.098A1.8 1.8 0 0 0 6.609 4.43 7 7 0 0 1 6.79 3.663a.73.73 0 0 1 .439-.47z" })
|
|
55
60
|
]
|
|
56
61
|
}
|
|
57
62
|
);
|
|
@@ -26,25 +26,27 @@ var import_react = require("react");
|
|
|
26
26
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
27
27
|
const AutomationEngineIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
28
28
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "AutomationEngineIcon", ref: forwardedRef, ...props, children: [
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.82 15.929c.175 0 .295.084.353.236l.007-.199h.192v1.202c0 .356-.213.582-.576.582a1 1 0 0 1-.337-.061l.05-.179a.8.8 0 0 0 .27.053l.09-.007c.195-.035.297-.19.299-.417l.002-.154a.36.36 0 0 1-.36.245c-.265 0-.428-.191-.428-.498v-.304c0-.307.17-.499.437-.499m.06.196c-.177 0-.287.133-.287.341v.226c0 .208.11.34.288.34.168 0 .28-.117.28-.316v-.274c-.003-.2-.112-.317-.28-.317" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.29 16.754c0 .19.103.317.283.317l.063-.006c.137-.026.221-.14.221-.336v-.763h.21v1.264H2.893l-.005-.263c-.05.184-.169.3-.378.3-.262 0-.433-.182-.433-.488v-.813H2.29z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.7 15.93c.308 0 .497.211.497.555v.227c0 .344-.189.555-.497.555s-.498-.211-.498-.555v-.227c0-.344.19-.555.498-.555m0 .184c-.183 0-.286.133-.286.37v.228c0 .238.103.371.286.371s.285-.133.285-.37v-.228c0-.238-.102-.371-.285-.371" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.691 15.93c.308 0 .498.211.498.555v.227c0 .344-.19.555-.498.555s-.498-.211-.498-.555v-.227c0-.344.19-.555.498-.555m0 .184c.183 0 .286.133.286.37v.228c0 .238-.103.371-.286.371-.182 0-.286-.133-.286-.37v-.228c0-.238.104-.371.286-.371" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19.007 15.929c.314 0 .493.204.493.527v.251h-.781v.034c0 .212.117.341.32.341a.52.52 0 0 0 .3-.103l.094.154a.62.62 0 0 1-.392.133c-.315 0-.533-.203-.533-.524v-.286c0-.323.185-.527.499-.527m0 .185c-.188 0-.288.132-.288.343v.067H19.3v-.067c0-.21-.106-.343-.294-.343" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.044 15.929c.264 0 .478.11.478.427v.873H8.35l-.01-.206c-.065.157-.206.243-.394.243-.252 0-.43-.15-.43-.38v-.02l.01-.095c.048-.207.256-.307.517-.307h.271L8.311 16.35c-.003-.165-.106-.224-.277-.224a.9.9 0 0 0-.37.084L7.59 16.032a1.1 1.1 0 0 1 .454-.103m-.007.712c-.21 0-.317.08-.317.227v.019c0 .137.089.208.255.208q.345 0 .341-.34L8.313 16.64z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.676 15.966H4v.19H3.676v.718c0 .128.043.167.21.167H4v.198H3.85c-.273 0-.387-.082-.387-.365h.002v-.72h-.16v-.163h.08c.06 0 .079-.02.079-.082v-.243h.21z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.114 15.966h.324v.19H9.114v.718c0 .128.043.167.21.167h.114v.198H9.29c-.274 0-.387-.083-.387-.365l.001-.72h-.16v-.163h.08c.06 0 .078-.02.078-.082v-.243h.212z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m1.877 17.23-.553-1.718H1.058L.5 17.23h.226l.132-.415h.657l.127.415zm-.954-.621.27-.846.258.846z" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6.84 15.929c.275 0 .412.182.412.478v.823H7.04v-.788c0-.19-.104-.317-.284-.317s-.283.118-.283.341v.764H6.262v-.788c0-.19-.104-.317-.284-.317-.17 0-.279.118-.279.341v.764H5.485v-1.264h.193v.216a.39.39 0 0 1 .385-.253c.201 0 .326.094.378.253.066-.162.203-.253.4-.253" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.913 17.23H9.701v-1.264h.212z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.059 15.929c.257 0 .406.175.406.496v.805h-.212v-.77c0-.223-.084-.334-.267-.334-.19 0-.3.12-.3.34v.764h-.21v-1.264h.173l.005.255a.4.4 0 0 1 .405-.292" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.791 15.718h-.76v.54h.683v.206H13.03v.56h.784v.206h-.998v-1.718h.974z" }),
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.694 15.929c.258 0 .407.175.407.496v.805h-.212v-.77c0-.223-.084-.334-.267-.334-.19 0-.3.12-.3.34v.764h-.21v-1.264h.173l.005.255a.4.4 0 0 1 .404-.292" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.91 17.23h-.213v-1.264h.212z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.82 15.929c.258 0 .407.175.407.496v.805h-.212v-.77c0-.223-.084-.334-.267-.334-.19 0-.3.12-.3.34v.764h-.21v-1.264h.173l.006.255a.4.4 0 0 1 .403-.292" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.808 15.5a.134.134 0 0 1 .136.14c0 .081-.057.14-.136.14a.135.135 0 0 1-.138-.14.134.134 0 0 1 .138-.14" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.803 15.5a.134.134 0 0 1 .137.14.135.135 0 0 1-.137.14c-.08 0-.137-.059-.137-.14a.134.134 0 0 1 .137-.14" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m7.505 11.785-1.248.203c-.923.15-1.659-.77-1.325-1.654l1.826-4.84z" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.878 8.726c.589.735.17 1.84-.752 1.99l-5.98.967 5.659-4.296z" }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.777 2.794A1.208 1.208 0 0 1 9.854 2.46l3.677 4.588-6.325-2.74z" })
|
|
48
50
|
] });
|
|
49
51
|
});
|
|
50
52
|
const AutomationEngineIcon = /* @__PURE__ */ Object.assign(
|
package/__icons/DavisAIIcon.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type SvgIconProps } from '../lib/SvgIcon.js';
|
|
2
2
|
/**
|
|
3
|
+
* @deprecated Use the AI icons provided within this set.
|
|
3
4
|
* @public
|
|
4
5
|
*/
|
|
5
6
|
export declare const DavisAIIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
|
package/__icons/DavisAIIcon.js
CHANGED
|
@@ -26,21 +26,21 @@ var import_react = require("react");
|
|
|
26
26
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
27
27
|
const DavisAIIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
28
28
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "DavisAIIcon", ref: forwardedRef, ...props, children: [
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.898 15.22c.408 0 .738.169.738.649v1.325H6.369l-.015-.312c-.1.238-.318.368-.607.368-.389 0-.663-.227-.663-.577v-.03l.001.002c0-.413.352-.611.81-.611h.42L6.31 15.858c-.005-.25-.164-.339-.427-.339a1.4 1.4 0 0 0-.57.127l-.115-.268a1.7 1.7 0 0 1 .7-.157m-.01 1.081c-.322 0-.489.12-.489.344v.03c0 .207.138.315.393.315q.533.001.526-.517l-.004-.172z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.368 15.222a1.5 1.5 0 0 1 .652.156l-.115.276a1.2 1.2 0 0 0-.537-.135c-.2 0-.363.09-.363.272 0 .163.126.246.286.272l.263.041c.304.048.522.227.522.573 0 .372-.252.577-.704.573a1.22 1.22 0 0 1-.73-.242l.167-.245a1.02 1.02 0 0 0 .589.194c.192 0 .373-.09.37-.294-.004-.163-.127-.246-.275-.268l-.27-.041c-.3-.045-.522-.224-.518-.563.004-.35.245-.57.663-.57" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.73 14.588c.625 0 .966.4.966 1.133v.39c0 .704-.344 1.084-.977 1.084H3v-2.607zm-.4 2.303h.4c.421 0 .63-.25.63-.771v-.392q.001-.835-.641-.834h-.39z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m7.743 16.887.482-1.61h.343l-.615 1.918H7.516l-.593-1.918h.356z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.251 17.195H8.926v-1.918H9.25z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.788 17.195h-.362l-.197-.63h-1.011l-.204.63h-.348l.86-2.607h.41zm-1.47-.942h.815l-.4-1.284z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.001 14.898h-.236v1.989H17v.308h-.804v-.308h.238v-1.99h-.238V14.59H17z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.215 14.913c.17 0 .266.082.266.223a.21.21 0 0 1-.12.2l.17.326h-.175l-.148-.299h-.097v.299h-.156v-.749zm-.104.32h.085q.122 0 .12-.093.002-.09-.12-.09h-.085z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.186 14.529a.75.75 0 0 0-.746.767c0 .432.308.77.745.771a.77.77 0 0 0 .783-.771.78.78 0 0 0-.783-.767m0 .182a.57.57 0 0 0-.567.585.573.573 0 0 0 .566.588.587.587 0 1 0 0-1.173" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.089 14.57c.122 0 .21.09.21.213a.205.205 0 0 1-.21.212.206.206 0 0 1-.212-.212.206.206 0 0 1 .212-.213" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.967 2a5 5 0 0 1 1.025.102 5 5 0 0 1 .986.3 5.25 5.25 0 0 1 2.092 1.584 5.26 5.26 0 0 1 1.05 2.271l.045.25a5.35 5.35 0 0 1-.343 2.804 5.26 5.26 0 0 1-1.936 2.374l-.32-.48a4 4 0 0 1-.188.12l-.1.059q-.003.003-.007.004l-.074.04-.05.028-.075.038-.101.052h-.002l-.123.056a7 7 0 0 1-.378.148l-.053.017a5 5 0 0 1-.535.14l-.056.01-.057.011-.11.018-.056.008-.096.012-.09.01-.042.002L10.2 11.99l-.058.003h-.024l-.086.002H9.896l-.08-.001-.085-.004q-.087-.004-.172-.012-.025-.001-.05-.005l-.082-.007-.153-.02-.112-.018-.111-.021a5 5 0 0 1-.227-.05L8.77 11.842 8.657 11.81l-.054-.016-.055-.018-.05-.015-.06-.02-.053-.02a3 3 0 0 1-.212-.082 5 5 0 0 1-.212-.094l-.103-.05-.075-.039-.05-.027-.074-.041-.007-.004L7.56 11.33H7.556l-.192-.125.451-.678a3.8 3.8 0 0 0 1.396.582 3.8 3.8 0 0 0 1.512 0 3.8 3.8 0 0 0 1.395-.582 4 4 0 0 0 .587-.485 3.8 3.8 0 0 0 .84-1.263 3.97 3.97 0 0 0 0-2.983 4 4 0 0 0-.167-.355.09.09 0 0 1 .008-.095 2.7 2.7 0 0 0 .416-.75 4.5 4.5 0 0 0-1.328-1.288l-.079-.049-.029-.017q-.034-.022-.068-.04l-.104-.06-.029-.015-.09-.046-.077-.04-.052-.024q0-.002-.004-.003L11.87 2.982l-.026-.013-.074-.031-.138-.056q-.026-.008-.05-.018l-.112-.04q-.027-.007-.053-.017a5 5 0 0 0-.535-.14l-.056-.01-.057-.01-.11-.018-.057-.009a3 3 0 0 0-.187-.023q-.02 0-.041-.004a4 4 0 0 0-.231-.013H10.12l-.087-.002H9.817L9.733 2.584l-.172.01L9.51 2.6 9.332 2.621 9.276 2.629Q9.22 2.636 9.164 2.646L9.053 2.668 8.94 2.102A5.3 5.3 0 0 1 9.967 2" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.727 3.919a.163.163 0 0 1-.04.222 3.9 3.9 0 0 0-1.519 3.912 3.8 3.8 0 0 0 .578 1.404L6.072 9.91a5 5 0 0 0 .467.593.173.173 0 0 1-.003.24L6.248 11.03a5.31 5.31 0 0 1-.122-7.353.17.17 0 0 1 .245-.003l.283.284a4.6 4.6 0 0 1 .71-.587z" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.52 4.347a.52.52 0 0 1 .568.359A2.1 2.1 0 0 1 10.18 5.64a.15.15 0 0 1-.149.128h-.07a1.5 1.5 0 0 0-1.09.477 1.5 1.5 0 0 0-.389 1.254A1.505 1.505 0 0 0 9.718 8.76a1.5 1.5 0 0 0 .527-.008 1.5 1.5 0 0 0 1.046-.784 1.5 1.5 0 0 0 .169-.68v-.04a1.5 1.5 0 0 0-.106-.508.078.078 0 0 1 .056-.105c.333-.067.785-.199 1.185-.546.02-.018.052-.012.062.012a3 3 0 0 1 .247 1.09l.003.083v.102A3 3 0 0 1 12.7 8.371a2.94 2.94 0 0 1-2.928 1.858L9.77 10.227a2.946 2.946 0 0 1-2.751-2.953A2.96 2.96 0 0 1 8.39 4.77a2.9 2.9 0 0 1 1.13-.423" }),
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.674 6.638a.713.713 0 0 1 .936.943.65.65 0 0 1-.354.356.713.713 0 0 1-.937-.943.65.65 0 0 1 .355-.356" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.672 4.4a2.8 2.8 0 0 1 .85.348c.055.037.058.083.03.171-.08.247-.441.801-.819 1.028q-.013.009-.037-.003c-.018-.01-.034-.016-.073-.035-.048-.021-.114-.044-.132-.052 0 0-.007-.001-.005-.011a3.7 3.7 0 0 0 .042-1.238l-.01-.068a.125.125 0 0 1 .154-.14" })
|
|
44
44
|
] });
|
|
45
45
|
});
|
|
46
46
|
const DavisAIIcon = /* @__PURE__ */ Object.assign(DavisAIIconComponent, {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type SvgIconProps } from '../lib/SvgIcon.js';
|
|
2
2
|
/**
|
|
3
|
+
* @deprecated Use the AI icons provided within this set.
|
|
3
4
|
* @public
|
|
4
5
|
*/
|
|
5
6
|
export declare const DavisAISignetIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type SvgIconProps } from '../lib/SvgIcon.js';
|
|
2
2
|
/**
|
|
3
|
+
* @deprecated Use the AI icons provided within this set.
|
|
3
4
|
* @public
|
|
4
5
|
*/
|
|
5
6
|
export declare const DavisCoPilotIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
|
|
@@ -26,25 +26,25 @@ var import_react = require("react");
|
|
|
26
26
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
27
27
|
const DavisCoPilotIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
28
28
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "DavisCoPilotIcon", ref: forwardedRef, ...props, children: [
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.498 14.852a.93.93 0 0 1 .567.18l-.132.216a.75.75 0 0 0-.434-.13c-.388 0-.545.25-.545.765v.313c0 .486.169.725.545.725a.75.75 0 0 0 .443-.137l.123.211A.87.87 0 0 1 9.5 17.184c-.52 0-.82-.349-.82-.988v-.313c0-.667.29-1.031.819-1.031" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.96 15.442c-.386 0-.624.276-.624.723v.297c0 .447.238.722.624.722s.624-.275.624-.722v-.297c0-.447-.238-.723-.624-.723m-.001.24c.229 0 .358.173.358.483v.297c0 .31-.13.481-.358.481-.229 0-.358-.172-.358-.481v-.297c0-.31.13-.482.358-.482" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.69 15.442c.385 0 .624.276.624.723v.297c0 .447-.239.722-.624.722-.386 0-.624-.275-.625-.722v-.297c0-.447.239-.723.625-.723m0 .24c-.23 0-.359.173-.359.483v.297c0 .31.13.481.359.481s.358-.171.358-.481v-.297c0-.31-.13-.482-.358-.482" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6.985 15.442a1.16 1.16 0 0 1 .53.135l-.093.236a.9.9 0 0 0-.437-.115c-.162 0-.295.077-.295.234 0 .14.103.21.233.232L7.137 16.2c.247.041.425.196.425.492 0 .32-.205.495-.573.492a.96.96 0 0 1-.593-.207l.134-.211a.8.8 0 0 0 .479.167c.157 0 .305-.078.302-.253-.004-.14-.103-.21-.223-.23l-.22-.036c-.244-.038-.425-.19-.422-.481.003-.3.2-.49.54-.49" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.355 15.441c.332 0 .6.144.6.556v1.137H3.736l-.011-.268c-.082.204-.26.316-.495.316-.316 0-.538-.195-.539-.494v-.026c0-.354.287-.523.66-.523h.34l-.003-.15c-.003-.215-.132-.292-.346-.292a1.1 1.1 0 0 0-.463.109l-.094-.23a1.3 1.3 0 0 1 .57-.135M3.347 16.37c-.262 0-.398.102-.398.294v.026c0 .178.112.271.32.271q.433 0 .427-.444L3.693 16.37z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.633 16.714c0 .124.064.188.178.188v.255c-.32 0-.443-.13-.443-.47v-1.883h.265z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.999 15.491h.406v.246H17v.936c0 .166.054.217.263.217h.143v.258H17.22c-.343 0-.486-.108-.486-.475h.002v-.937h-.199v-.213h.099c.075 0 .1-.026.1-.106v-.316H17z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M1.593 14.9H1v2.235h.584c.515 0 .795-.327.795-.93V15.87c0-.628-.278-.97-.786-.97m-.325 1.973v-1.712h.316q.522-.001.52.716v.335c0 .447-.168.66-.511.661z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m4.853 16.87.391-1.38h.28l-.5 1.645H4.67L4.188 15.49h.289z" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6.078 17.135H5.813V15.49h.265z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.636 14.9h-.66v2.235h.271v-.863h.389c.418 0 .71-.287.71-.689s-.292-.684-.71-.684m-.389 1.123V15.16h.429c.235 0 .397.173.397.428s-.163.434-.397.434z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.958 17.135h-.265V15.49h.265z" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18.217 14.785h-.224l-.007.837H17.82l.007-.837h-.23V14.62h.62z" }),
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18.339 14.62h.244l.21.604.01.043h.003l.01-.043.213-.604h.251v1.002h-.167v-.664l.004-.123-.227.611h-.18l-.217-.59.004.116v.65h-.16V14.62z" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.946 14.883c.1 0 .172.077.172.182 0 .106-.072.183-.172.183s-.172-.077-.172-.183c0-.105.073-.182.172-.182" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.825 14.883c.1 0 .172.077.172.182 0 .106-.072.183-.172.183s-.172-.077-.172-.183c0-.105.073-.182.172-.182" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.084 2a5 5 0 0 1 1.957.403 5.1 5.1 0 0 1 1.66 1.151 5.3 5.3 0 0 1 1.109 1.721 5.4 5.4 0 0 1 .29.996h-.002a5.6 5.6 0 0 1 0 2.07 5.4 5.4 0 0 1-1.4 2.715 5 5 0 0 1-.775.66l-.31-.483a4.5 4.5 0 0 1-1.642.707 4.42 4.42 0 0 1-3.42-.707l.44-.68a3.6 3.6 0 0 0 2.093.658 3.6 3.6 0 0 0 1.441-.295 3.8 3.8 0 0 0 1.69-1.44 4 4 0 0 0 .563-1.41 4.1 4.1 0 0 0-.213-2.257 4 4 0 0 0-.818-1.268A4 4 0 0 0 12.3 4.146a.167.167 0 0 1-.038-.222l.353-.548a4.5 4.5 0 0 0-1.642-.706 4.4 4.4 0 0 0-1.778 0L9.087 2.102A5 5 0 0 1 10.084 2" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.907 3.925h.001A.167.167 0 0 1 7.87 4.148a3.8 3.8 0 0 0-.916.99 4 4 0 0 0-.562 1.408 4.1 4.1 0 0 0 .213 2.259 4 4 0 0 0 .35.675L6.297 9.934a5 5 0 0 0 .454.595.176.176 0 0 1-.003.24l-.28.29a5.3 5.3 0 0 1-1.11-1.722 5.4 5.4 0 0 1-.388-2.03Q4.972 6.776 5.068 6.27A5.4 5.4 0 0 1 6.35 3.684.163.163 0 0 1 6.589 3.68l.274.285a4.5 4.5 0 0 1 .69-.588z" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.219 4.67a.3.3 0 0 1 .14.033l4.664 2.298a.346.346 0 0 1 0 .614L13.02 7.616 8.359 9.914a.3.3 0 0 1-.141.032.334.334 0 0 1-.327-.339V7.118a.35.35 0 0 1 .034-.151C8.04 6.722 8.309 6.332 8.843 6.373a.035.035 0 0 1 .031.034v2.125l2.482-1.223-2.482-1.224c-.002 0-.263-.129-.507-.088a1.2 1.2 0 0 0-.475.215V5.01a.335.335 0 0 1 .327-.34" })
|
|
48
48
|
] });
|
|
49
49
|
});
|
|
50
50
|
const DavisCoPilotIcon = /* @__PURE__ */ Object.assign(
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type SvgIconProps } from '../lib/SvgIcon.js';
|
|
2
2
|
/**
|
|
3
|
+
* @deprecated Use the AI icons provided within this set.
|
|
3
4
|
* @public
|
|
4
5
|
*/
|
|
5
6
|
export declare const DavisCoPilotSignetIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
|
package/__icons/DeleteIcon.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type SvgIconProps } from '../lib/SvgIcon.js';
|
|
2
2
|
/**
|
|
3
|
+
* Use to permanently delete an item, typically reserved for actions with significant impact
|
|
3
4
|
* @public
|
|
4
5
|
*/
|
|
5
6
|
export declare const DeleteIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
|
package/__icons/DynatraceIcon.js
CHANGED
|
@@ -26,19 +26,18 @@ var import_react = require("react");
|
|
|
26
26
|
var import_SvgIcon = require("../lib/SvgIcon.js");
|
|
27
27
|
const DynatraceIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
28
28
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { "data-iconname": "DynatraceIcon", ref: forwardedRef, ...props, children: [
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.135 12.234c-.052-.005-.11-.005-.171-.01a.9.9 0 0 0 .383-.177c.3-.217.399-.58.425-.73a33 33 0 0 0 .404-2.985c.16-1.99.057-3.31.057-3.31l2.793-2.658s.207 1.477.32 3.155a48 48 0 0 1 .1 2.601c0 .036.03.425-.332.772-.4.378-2.394 2.285-3.197 3.052-.357.336-.746.29-.782.29" })
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m4.485 16.872.766-1.989h.314L4.366 18H4.053l.275-.718-.918-2.399h.315z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.376 14.888h.633v.271h-.633v1.475q0 .206.09.29.086.086.3.086v.005h.505v.271h-.547c-.181 0-.428-.038-.557-.243a.73.73 0 0 1-.096-.39V14.17h.305z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6.66 14.888c.361.005.585.114.723.252.218.213.219.521.219.557 0 .038 0 1.46-.005 1.585h-.3v-1.594a.52.52 0 0 0-.147-.366c-.09-.09-.271-.158-.51-.162-.237 0-.413.071-.508.162a.52.52 0 0 0-.148.366v1.594h-.3v-1.585c0-.036.001-.344.22-.557.137-.133.362-.247.723-.252z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.777 14.888c.385 0 .618.114.761.252.223.213.224.521.224.557v.952a.73.73 0 0 1-.095.39c-.128.204-.376.243-.557.243H8.501c-.18 0-.428-.039-.557-.244a.73.73 0 0 1-.094-.39v-.095a.73.73 0 0 1 .094-.39C8.073 15.96 8.32 15.92 8.501 15.92h.96v-.227a.5.5 0 0 0-.15-.367c-.096-.096-.253-.166-.5-.167H8.106v-.27zM8.54 16.187c-.143 0-.238.029-.3.086q-.09.084-.09.29v.066q-.002.206.09.291.086.085.3.085h.528c.143 0 .238-.028.3-.085s.09-.153.095-.29v-.443z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.764 14.888c.385 0 .618.114.76.252.223.213.224.521.224.557 0 .156 0 .944-.004.952a.73.73 0 0 1-.096.39c-.128.204-.375.243-.556.243h-.61c-.18 0-.428-.04-.556-.244a.73.73 0 0 1-.095-.39v-.095a.73.73 0 0 1 .095-.39c.128-.204.376-.243.556-.243h.962v-.227a.5.5 0 0 0-.152-.367c-.095-.096-.253-.167-.5-.167h-.7v-.27zm-.243 1.299c-.143 0-.238.029-.3.086q-.09.084-.09.29v.066q0 .206.09.291.086.085.3.085h.533c.142 0 .238-.028.3-.085q.09-.085.09-.29v-.443z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.707 15.155h-.504q-.215 0-.3.086-.091.087-.09.295v1.74h-.304v-1.764a.73.73 0 0 1 .095-.39c.128-.205.375-.244.556-.244h.547z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.168 16.639a.73.73 0 0 1-.096.39c-.128.205-.376.243-.556.243h-.28c-.386 0-.62-.114-.762-.252-.224-.214-.224-.523-.224-.557v-.77c0-.034 0-.343.224-.557.142-.138.376-.253.761-.253h.633v-.727h.3zm-.962-1.49c-.247 0-.404.073-.499.168a.5.5 0 0 0-.152.366v.79a.5.5 0 0 0 .152.366c.095.095.252.166.499.166h.272c.142 0 .237-.028.3-.085.056-.057.09-.152.09-.295V15.15z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.666 15.155h-.729c-.247 0-.403.072-.498.167a.55.55 0 0 0-.153.356v.79a.5.5 0 0 0 .152.366C15.535 16.93 15.69 17 15.939 17h.728v.272h-.694c-.386 0-.62-.114-.762-.252-.224-.214-.224-.523-.224-.557v-.77c0-.034 0-.343.224-.557.143-.138.376-.253.762-.253h.694z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.808 14.883c.361.005.585.115.723.253a.83.83 0 0 1 .219.552v.499h-1.618v.286a.52.52 0 0 0 .147.366c.09.09.272.157.51.161h.694v.272h-.709c-.36-.005-.584-.114-.722-.252-.219-.214-.219-.523-.219-.557v-.77c0-.034 0-.343.219-.557.138-.133.36-.248.722-.253zm-.019.272c-.238 0-.415.071-.51.162a.52.52 0 0 0-.147.366v.237h1.313v-.237a.52.52 0 0 0-.147-.366c-.09-.09-.271-.158-.509-.162" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.566 3.052c.004.03.19 1.358.291 2.865a43 43 0 0 1 .09 2.362c0 .033.029.386-.3.7-.363.344-2.175 2.076-2.904 2.772-.325.306-.678.264-.71.264-.048-.005-.099-.005-.155-.01L10.898 12c-.01.001-.028.005-.044 0a51 51 0 0 1-2.178-.187c-1.515-.174-2.862-.438-2.862-.438l2.541-2.409s1.2.15 3.012.09c0 0 .191 2.739-.46 2.941a.8.8 0 0 0 .319-.152c.272-.197.362-.527.385-.663a30 30 0 0 0 .367-2.71c.146-1.807.052-3.007.052-3.007z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.053 5.884c.164-.677 2.973-.339 2.973-.339C7.877 7.327 7.968 8.53 7.97 8.556L5.434 10.97a41 41 0 0 1-.296-2.88 39 39 0 0 1-.085-2.206" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.972 2.002a40 40 0 0 1 2.357.207 47 47 0 0 1 2.852.433l-2.536 2.414s-1.196-.15-3.007-.094a28 28 0 0 0-2.724.23c-.136.02-.476.09-.683.353a.8.8 0 0 0-.178.34V5.728c0-.033-.024-.386.296-.696.729-.697 2.545-2.419 2.908-2.762.329-.315.68-.269.715-.269" })
|
|
42
41
|
] });
|
|
43
42
|
});
|
|
44
43
|
const DynatraceIcon = /* @__PURE__ */ Object.assign(
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type SvgIconProps } from '../lib/SvgIcon.js';
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export declare const DynatraceIntelligenceSignetIcon: import("react").ForwardRefExoticComponent<SvgIconProps & import("react").RefAttributes<SVGSVGElement>> & {
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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 DynatraceIntelligenceSignetIcon_exports = {};
|
|
20
|
+
__export(DynatraceIntelligenceSignetIcon_exports, {
|
|
21
|
+
DynatraceIntelligenceSignetIcon: () => DynatraceIntelligenceSignetIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(DynatraceIntelligenceSignetIcon_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 DynatraceIntelligenceSignetIconComponent = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
29
|
+
import_SvgIcon.SvgIcon,
|
|
30
|
+
{
|
|
31
|
+
"data-iconname": "DynatraceIntelligenceSignetIcon",
|
|
32
|
+
ref: forwardedRef,
|
|
33
|
+
...props,
|
|
34
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17 11.84a58 58 0 0 0-.12-3.213c-.128-1.904-.393-3.874-.396-3.898-.064-.438-.398-.787-.811-.854-.119-.022-1.879-.354-3.847-.588a52 52 0 0 0-3.187-.282H8.624l.002-.002a1.6 1.6 0 0 0-1.21.46L7.15 3.718a1914 1914 0 0 0-3.642 3.48C2.983 7.712 2.998 8.558 3 8.647c0 .017.034 1.774.114 2.964a56 56 0 0 0 .396 3.875.994.994 0 0 0 .807.89 55 55 0 0 0 3.863.596 62 62 0 0 0 1.945.183l1.308.095h.035a1.6 1.6 0 0 0 1.116-.457l.166-.16 1.037-.997c1.051-1.01 2.357-2.265 2.696-2.588a1.6 1.6 0 0 0 .514-1.209zM7.644 6.667 7.218 6.562l.426-.106a1.6 1.6 0 0 0 1.187-1.262L8.948 4.56l.119.634a1.6 1.6 0 0 0 1.187 1.262l.426.106-.426.106a1.6 1.6 0 0 0-1.187 1.26L8.948 8.565 8.831 7.929a1.6 1.6 0 0 0-1.187-1.261m3.903 4.31a1.6 1.6 0 0 0-1.186 1.261l-.118.635-.117-.635a1.6 1.6 0 0 0-1.186-1.26l-.427-.107.427-.106a1.6 1.6 0 0 0 1.186-1.261l.117-.635.118.635a1.6 1.6 0 0 0 1.186 1.26l.427.107zm3.286-3.167a1.6 1.6 0 0 0-1.19 1.26l-.305 1.623-.303-1.623a1.6 1.6 0 0 0-1.19-1.26l-1.302-.32 1.302-.32a1.6 1.6 0 0 0 1.19-1.26l.303-1.623.306 1.623a1.6 1.6 0 0 0 1.189 1.26l1.302.32z" })
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
});
|
|
38
|
+
const DynatraceIntelligenceSignetIcon = /* @__PURE__ */ Object.assign(
|
|
39
|
+
DynatraceIntelligenceSignetIconComponent,
|
|
40
|
+
{ displayName: "DynatraceIntelligenceSignetIcon" }
|
|
41
|
+
);
|