@splunk/react-icons 5.7.0 → 5.8.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/CHANGELOG.md +10 -0
- package/CogChevronSlashWrench.d.ts +2 -0
- package/CogChevronSlashWrench.js +158 -0
- package/EraserUnderline.d.ts +2 -0
- package/EraserUnderline.js +154 -0
- package/FilterArrowDown.js +2 -2
- package/FilterArrowUp.js +2 -2
- package/FingerPointClicking.js +5 -5
- package/HeartRibbon.js +1 -1
- package/Paperclip.js +1 -1
- package/PhoneReceiverAngledSlashed.js +4 -4
- package/RobotFaceWrench.d.ts +2 -0
- package/RobotFaceWrench.js +156 -0
- package/ServersWrench.d.ts +2 -0
- package/ServersWrench.js +162 -0
- package/Snowflake.js +1 -1
- package/Waves.d.ts +2 -0
- package/Waves.js +144 -0
- package/WeightingScale.js +1 -1
- package/WiFiSignalSlash.js +2 -2
- package/icon-catalog.json +59 -0
- package/package.json +1 -1
- package/types/icons/CogChevronSlashWrench.d.ts +17 -0
- package/types/icons/EraserUnderline.d.ts +17 -0
- package/types/icons/RobotFaceWrench.d.ts +17 -0
- package/types/icons/ServersWrench.d.ts +17 -0
- package/types/icons/Waves.d.ts +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
+
5.8.0 - February 10, 2026
|
|
5
|
+
----------
|
|
6
|
+
New Features:
|
|
7
|
+
* Added new icons (SUI-8592):
|
|
8
|
+
* CogChevronSlashWrench
|
|
9
|
+
* EraserUnderline
|
|
10
|
+
* RobotFaceWrench
|
|
11
|
+
* ServersWrench
|
|
12
|
+
* Waves
|
|
13
|
+
|
|
4
14
|
5.7.0 - January 6, 2026
|
|
5
15
|
----------
|
|
6
16
|
New Features:
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = C => {
|
|
12
|
+
/******/ var t = C && C.__esModule ?
|
|
13
|
+
/******/ () => C["default"]
|
|
14
|
+
/******/ : () => C
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (C, t) => {
|
|
27
|
+
/******/ for (var r in t) {
|
|
28
|
+
/******/ if (e.o(t, r) && !e.o(C, r)) {
|
|
29
|
+
/******/ Object.defineProperty(C, r, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[r]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, C) => Object.prototype.hasOwnProperty.call(e, C)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var C = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(C);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(C, {
|
|
64
|
+
default: () => /* binding */ v
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var r = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
70
|
+
const L = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const n = require("@splunk/react-icons/SVG");
|
|
73
|
+
var a = e.n(n);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/CogChevronSlashWrench.tsx
|
|
75
|
+
function l(e, C) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, r, L = o(e, C);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var n = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (r = 0; r < n.length; r++) {
|
|
81
|
+
t = n[r], -1 === C.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (L[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return L;
|
|
85
|
+
}
|
|
86
|
+
function o(e, C) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var r in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, r)) {
|
|
91
|
+
if (-1 !== C.indexOf(r)) continue;
|
|
92
|
+
t[r] = e[r];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
// This file is auto-generated.
|
|
98
|
+
// Do not edit this file manually. Changes will be lost upon regeneration.
|
|
99
|
+
// To modify the icon file template, update 'scripts/templates.ts'.
|
|
100
|
+
var u = new Map;
|
|
101
|
+
u.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return r().createElement(r().Fragment, null, r().createElement("path", {
|
|
104
|
+
d: "M16.4062 14.0191C17.3694 13.9311 18.4177 14.1536 18.9512 14.6871C19.5156 15.2517 19.7321 16.3924 19.6006 17.399C19.579 17.5643 19.6283 17.7333 19.7461 17.8512L22.0469 20.151C22.1106 20.2147 22.1537 20.2915 22.1758 20.3727C22.2211 20.5399 22.1772 20.7267 22.0459 20.858L20.8584 22.0465C20.6632 22.2416 20.3467 22.2415 20.1514 22.0465L17.8516 19.7467C17.7337 19.6288 17.5647 19.5796 17.3994 19.6012C16.3927 19.7327 15.2511 19.5154 14.6865 18.9508C14.1534 18.4173 13.9307 17.3697 14.0186 16.4068C14.0527 16.0327 14.4941 15.9156 14.7598 16.1812L15.9922 17.4127C16.1875 17.6079 16.504 17.6079 16.6992 17.4127L17.4131 16.6988C17.6083 16.5036 17.6083 16.1871 17.4131 15.9918L16.1816 14.7594C15.9161 14.4938 16.0323 14.0535 16.4062 14.0191Z"
|
|
105
|
+
}), r().createElement("path", {
|
|
106
|
+
d: "M12.4834 2.82675C13.0868 2.33246 13.9402 2.25755 14.625 2.65292L16.542 3.75937C16.5659 3.77317 16.5896 3.78857 16.6123 3.80429L16.7324 3.8873L16.7979 3.93613C17.3197 4.36538 17.5755 5.04653 17.458 5.71933L17.4297 5.8541L16.9971 7.58554L18.7129 8.07675L18.7939 8.10312L18.9307 8.15488C18.9554 8.16427 18.98 8.17579 19.0039 8.1871C19.6122 8.47586 20.0293 9.07181 20.0791 9.75449L20.083 9.89316L20.082 12.108C20.0817 12.6602 19.6342 13.1072 19.082 13.107C18.5301 13.1066 18.083 12.659 18.083 12.107V9.97617L15.9746 9.37363C15.7054 9.29651 15.4807 9.10944 15.3555 8.85898C15.2714 8.69077 15.1764 8.52691 15.0723 8.36875C15.0135 8.27937 14.9701 8.1801 14.9424 8.07675C14.8985 7.91281 14.8954 7.73946 14.9365 7.5748L15.4688 5.44882L13.6973 4.42636L12.1221 5.95078C11.921 6.14519 11.6464 6.24647 11.3672 6.23007C11.1769 6.21893 10.9882 6.21886 10.8018 6.23007C10.5221 6.24693 10.2474 6.14544 10.0459 5.95078L8.46875 4.42539L6.69629 5.44882L7.22949 7.57773C7.29722 7.84879 7.24914 8.13623 7.0957 8.36972C7.04257 8.45049 6.99168 8.53063 6.94531 8.61093L6.79785 8.88632C6.67003 9.12382 6.45169 9.29943 6.19238 9.37363L4.08301 9.97617V12.023L6.19141 12.6256L6.29004 12.6598C6.51531 12.7506 6.7019 12.9208 6.81152 13.1402C6.89607 13.3095 6.98994 13.4737 7.09375 13.6314C7.24759 13.8651 7.29733 14.153 7.22949 14.4244L6.69727 16.5504L8.46875 17.5738L10.0449 16.0504L10.124 15.982C10.3148 15.8326 10.5546 15.7568 10.7988 15.7711C10.986 15.7821 11.1761 15.7816 11.3662 15.7701L11.4697 15.7691C11.7125 15.7799 11.9448 15.8788 12.1211 16.0494L12.5293 16.4449C12.9261 16.8289 12.9375 17.4621 12.5537 17.859C12.1698 18.2557 11.5365 18.2661 11.1396 17.8824L11.084 17.8268L9.7998 19.0699C9.19463 19.6551 8.27397 19.7699 7.54297 19.3482L5.625 18.2408C4.89469 17.8192 4.53165 16.9641 4.73633 16.1461L5.16992 14.4127L3.45312 13.9234C2.64317 13.6915 2.08339 12.9508 2.08301 12.108V9.89316L2.08398 9.89218C2.08442 9.04952 2.64249 8.30849 3.45312 8.07675L5.16895 7.58554L4.73633 5.8541C4.5317 5.03621 4.89445 4.18206 5.62402 3.76035L7.54199 2.65195L7.61328 2.61484L7.74707 2.55136L7.82422 2.51816C8.45637 2.28148 9.17349 2.40061 9.69727 2.83847L9.79883 2.93027L11.083 4.17148L12.3662 2.93125L12.4834 2.82675Z"
|
|
107
|
+
}), r().createElement("path", {
|
|
108
|
+
d: "M11.1709 8.36289C11.3019 7.97018 11.7264 7.75767 12.1191 7.88828C12.512 8.01932 12.7247 8.44458 12.5938 8.8375L10.9941 13.6373C10.8631 14.0301 10.4378 14.2428 10.0449 14.1119C9.65216 13.9808 9.44043 13.5555 9.57129 13.1627L11.1709 8.36289Z"
|
|
109
|
+
}), r().createElement("path", {
|
|
110
|
+
d: "M8.08203 8.9498C8.33057 8.61848 8.80146 8.55187 9.13281 8.80039C9.46376 9.04901 9.53063 9.51898 9.28223 9.85019L8.41992 10.9996L9.28223 12.15C9.5305 12.4812 9.46375 12.9512 9.13281 13.1998C8.8015 13.4483 8.33058 13.3816 8.08203 13.0504L7.10742 11.7506C6.77417 11.3062 6.77433 10.695 7.10742 10.2506L8.08203 8.9498Z"
|
|
111
|
+
}), r().createElement("path", {
|
|
112
|
+
d: "M13.0322 8.80039C13.3635 8.55197 13.8334 8.61881 14.082 8.9498L15.0576 10.2506C15.3906 10.695 15.3908 11.3063 15.0576 11.7506L14.082 13.0504C13.8335 13.3814 13.3635 13.4481 13.0322 13.1998C12.7012 12.9512 12.6344 12.4813 12.8828 12.15L13.7441 10.9996L12.8828 9.85019C12.6343 9.5189 12.7011 9.04896 13.0322 8.80039Z"
|
|
113
|
+
}));
|
|
114
|
+
}));
|
|
115
|
+
u.set("filled", (function() {
|
|
116
|
+
|
|
117
|
+
return r().createElement(r().Fragment, null, r().createElement("path", {
|
|
118
|
+
d: "M16.4062 14.0182C17.3694 13.9302 18.4177 14.1537 18.9512 14.6872C19.5156 15.2518 19.7321 16.3925 19.6006 17.3991C19.579 17.5644 19.6283 17.7333 19.7461 17.8512L22.0469 20.151C22.1106 20.2148 22.1537 20.2915 22.1758 20.3727C22.2211 20.5399 22.1772 20.7268 22.0459 20.8581L20.8584 22.0465C20.6632 22.2417 20.3466 22.2415 20.1514 22.0465L17.8516 19.7467C17.7337 19.6289 17.5647 19.5787 17.3994 19.6002C16.3927 19.7318 15.2511 19.5154 14.6865 18.9508C14.1533 18.4172 13.9306 17.3689 14.0186 16.4059C14.053 16.0321 14.4942 15.9157 14.7598 16.1813L15.9922 17.4127C16.1875 17.608 16.504 17.608 16.6992 17.4127L17.4131 16.6989C17.6083 16.5036 17.6083 16.1871 17.4131 15.9918L16.1816 14.7594C15.916 14.4938 16.0323 14.0525 16.4062 14.0182Z"
|
|
119
|
+
}), r().createElement("path", {
|
|
120
|
+
fillRule: "evenodd",
|
|
121
|
+
clipRule: "evenodd",
|
|
122
|
+
d: "M7.82324 2.51821C8.45531 2.28163 9.17257 2.40078 9.69629 2.83853L9.79785 2.93032L11.082 4.17056L12.3652 2.93032L12.4824 2.82681C13.0857 2.33265 13.9393 2.25678 14.624 2.652L16.541 3.75943C16.5647 3.77313 16.5888 3.78875 16.6113 3.80435L16.7314 3.88735L16.7969 3.93618C17.3184 4.36536 17.5743 5.04688 17.457 5.71939L17.4287 5.85415L16.9961 7.58462L18.7119 8.07681L18.793 8.10318L18.9297 8.15493C18.9543 8.16429 18.9792 8.17589 19.0029 8.18716C19.611 8.47593 20.0282 9.07207 20.0781 9.75454L20.082 9.89321L20.0811 12.1061L20.082 12.1071C20.0818 12.5604 19.9181 12.9831 19.6426 13.3141C19.189 12.9831 18.6736 12.781 18.2012 12.6637C17.5771 12.509 16.9043 12.4671 16.2695 12.5251C15.4375 12.6013 14.8191 13.1744 14.6133 13.8854C14.5512 14.1003 14.5277 14.3221 14.541 14.5407C14.3225 14.5273 14.1006 14.5509 13.8857 14.6129C13.1746 14.8186 12.6018 15.4372 12.5254 16.2692C12.4674 16.904 12.5094 17.5767 12.6641 18.2008C12.7731 18.6404 12.9549 19.1178 13.2461 19.5475C12.9224 19.4712 12.6162 19.3117 12.3652 19.069L11.082 17.8278L9.79883 19.069C9.19375 19.6542 8.27297 19.7697 7.54199 19.3483L5.62402 18.2409C4.89405 17.8193 4.53108 16.9639 4.73535 16.1461L5.16895 14.4127L3.45215 13.9235L3.45117 13.9225C2.64157 13.6905 2.08265 12.9505 2.08203 12.1081V9.89224L2.08301 9.89126C2.08383 9.04903 2.6419 8.30852 3.45215 8.07681L5.16797 7.5856L4.73535 5.85415C4.53098 5.03649 4.89376 4.18209 5.62305 3.7604L7.54102 2.652L7.6123 2.61392L7.74609 2.55142L7.82324 2.51821ZM12.1191 7.88735C11.7266 7.75675 11.3022 7.96973 11.1709 8.36196L9.57031 13.1618C9.43943 13.5546 9.65215 13.9799 10.0449 14.111C10.4378 14.2418 10.8621 14.0292 10.9932 13.6364L12.5938 8.83657C12.7243 8.44382 12.5118 8.01828 12.1191 7.88735ZM8.65039 8.79946C8.31922 8.5514 7.84815 8.61811 7.59961 8.94888L6.625 10.2497C6.29204 10.6939 6.29212 11.3054 6.625 11.7497L7.59961 13.0495C7.84814 13.3807 8.31905 13.4473 8.65039 13.1989C8.98104 12.9502 9.04806 12.4802 8.7998 12.1491L7.9375 10.9987L8.7998 9.84927C9.0478 9.51806 8.98125 9.04795 8.65039 8.79946ZM14.5996 8.94888C14.351 8.61843 13.8808 8.55149 13.5498 8.79946C13.2188 9.04792 13.1524 9.51802 13.4004 9.84927L14.2617 10.9987L13.4004 12.1491C13.1521 12.4802 13.219 12.9502 13.5498 13.1989C13.881 13.4473 14.351 13.3805 14.5996 13.0495L15.5752 11.7497C15.9081 11.3054 15.9081 10.6939 15.5752 10.2497L14.5996 8.94888Z"
|
|
123
|
+
}));
|
|
124
|
+
}));
|
|
125
|
+
var c = [ "default", "outlined", "filled" ];
|
|
126
|
+
var i = function e(C) {
|
|
127
|
+
return c.indexOf(C) >= 0;
|
|
128
|
+
};
|
|
129
|
+
var d = function e(C) {
|
|
130
|
+
return C === "default" || C && !i(C) ? "outlined" : C;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* @description API configurations, test, add-on settings, developer tools
|
|
134
|
+
* @category Data Type
|
|
135
|
+
* @keywords code, management, observability
|
|
136
|
+
* @variants outlined,filled
|
|
137
|
+
*/ var f = function e(C) {
|
|
138
|
+
var n = C.children, o = C.variant, c = o === void 0 ? "default" : o, i = l(C, [ "children", "variant" ]);
|
|
139
|
+
var f = d(c);
|
|
140
|
+
var v = "cogchevronslashwrench-".concat(f);
|
|
141
|
+
var s = (0, t.useContext)(L.IconContext);
|
|
142
|
+
var p = u.get(f);
|
|
143
|
+
if (false) {}
|
|
144
|
+
if (s && p) {
|
|
145
|
+
var m = s.toRender, h = s.addIcon;
|
|
146
|
+
h(v, p());
|
|
147
|
+
if (!m) {
|
|
148
|
+
return null;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
return r().createElement(a(), i, n, s ? r().createElement("use", {
|
|
153
|
+
href: "#".concat(v)
|
|
154
|
+
}) : !!p && p());
|
|
155
|
+
};
|
|
156
|
+
/* harmony default export */ const v = f;
|
|
157
|
+
module.exports = C;
|
|
158
|
+
/******/})();
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = r => {
|
|
12
|
+
/******/ var t = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, t) => {
|
|
27
|
+
/******/ for (var n in t) {
|
|
28
|
+
/******/ if (e.o(t, n) && !e.o(r, n)) {
|
|
29
|
+
/******/ Object.defineProperty(r, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var r = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(r);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(r, {
|
|
64
|
+
default: () => /* binding */ C
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
70
|
+
const l = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const a = require("@splunk/react-icons/SVG");
|
|
73
|
+
var o = e.n(a);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/EraserUnderline.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, l = i(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
t = a[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (l[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return l;
|
|
85
|
+
}
|
|
86
|
+
function i(e, r) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (-1 !== r.indexOf(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
// This file is auto-generated.
|
|
98
|
+
// Do not edit this file manually. Changes will be lost upon regeneration.
|
|
99
|
+
// To modify the icon file template, update 'scripts/templates.ts'.
|
|
100
|
+
var c = new Map;
|
|
101
|
+
c.set("filled", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
d: "M19.998 19.0004C20.5503 19.0004 20.998 19.4481 20.998 20.0004C20.9978 20.5525 20.5502 21.0004 19.998 21.0004H3.99805C3.4459 21.0004 2.99827 20.5525 2.99805 20.0004C2.99805 19.4481 3.44576 19.0004 3.99805 19.0004H19.998Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
fillRule: "evenodd",
|
|
107
|
+
clipRule: "evenodd",
|
|
108
|
+
d: "M11.4883 3.3539C12.4646 2.37762 14.0471 2.37765 15.0234 3.3539L18.5068 6.83632C19.4831 7.81259 19.483 9.39613 18.5068 10.3725L12.7871 16.0932C11.0298 17.8506 8.18027 17.8505 6.42285 16.0932L5.76855 15.4389C4.01128 13.6816 4.01139 10.832 5.76855 9.0746L11.4883 3.3539ZM7.18262 10.4887C6.20642 11.465 6.20635 13.0485 7.18262 14.0248L7.83691 14.6791C8.81328 15.6554 10.3968 15.6555 11.373 14.6791L11.7266 14.3246L7.53711 10.1352L7.18262 10.4887ZM13.6094 4.76796C13.4141 4.57277 13.0976 4.57273 12.9023 4.76796L8.95117 8.72011L13.1416 12.9105L17.0928 8.95839C17.2879 8.76325 17.2877 8.44665 17.0928 8.25136L13.6094 4.76796Z"
|
|
109
|
+
}));
|
|
110
|
+
}));
|
|
111
|
+
c.set("outlined", (function() {
|
|
112
|
+
|
|
113
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
+
d: "M19.998 19.0004C20.5503 19.0004 20.998 19.4481 20.998 20.0004C20.9978 20.5525 20.5502 21.0004 19.998 21.0004H3.99805C3.44591 21.0004 2.99828 20.5525 2.99805 20.0004C2.99805 19.4481 3.44576 19.0004 3.99805 19.0004H19.998Z"
|
|
115
|
+
}), n().createElement("path", {
|
|
116
|
+
fillRule: "evenodd",
|
|
117
|
+
clipRule: "evenodd",
|
|
118
|
+
d: "M11.4883 3.35389C12.4645 2.37761 14.0471 2.37767 15.0234 3.35389L18.5068 6.83631C19.4831 7.81257 19.483 9.39611 18.5068 10.3724L12.7871 16.0931C11.0298 17.8506 8.18026 17.8505 6.42285 16.0931L5.76855 15.4388C4.01128 13.6816 4.01139 10.832 5.76855 9.07459L11.4883 3.35389ZM7.18262 10.4887C6.20642 11.465 6.20635 13.0485 7.18262 14.0248L7.83691 14.6791C8.81327 15.6554 10.3968 15.6555 11.373 14.6791L11.7266 14.3246L7.53711 10.1351L7.18262 10.4887Z"
|
|
119
|
+
}));
|
|
120
|
+
}));
|
|
121
|
+
var d = [ "default", "filled", "outlined" ];
|
|
122
|
+
var f = function e(r) {
|
|
123
|
+
return d.indexOf(r) >= 0;
|
|
124
|
+
};
|
|
125
|
+
var v = function e(r) {
|
|
126
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* @description Delete rich text styling, decorations, markers, font-weight, reset to default
|
|
130
|
+
* @category Actions
|
|
131
|
+
* @keywords markdown, string, clear format, remove, editing
|
|
132
|
+
* @variants filled,outlined
|
|
133
|
+
*/ var s = function e(r) {
|
|
134
|
+
var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
135
|
+
var s = v(d);
|
|
136
|
+
var C = "eraserunderline-".concat(s);
|
|
137
|
+
var p = (0, t.useContext)(l.IconContext);
|
|
138
|
+
var L = c.get(s);
|
|
139
|
+
if (false) {}
|
|
140
|
+
if (p && L) {
|
|
141
|
+
var m = p.toRender, y = p.addIcon;
|
|
142
|
+
y(C, L());
|
|
143
|
+
if (!m) {
|
|
144
|
+
return null;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
return n().createElement(o(), f, a, p ? n().createElement("use", {
|
|
149
|
+
href: "#".concat(C)
|
|
150
|
+
}) : !!L && L());
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const C = s;
|
|
153
|
+
module.exports = r;
|
|
154
|
+
/******/})();
|
package/FilterArrowDown.js
CHANGED
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
c.set("filled", (function() {
|
|
112
112
|
|
|
113
113
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
-
d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.
|
|
114
|
+
d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.7071 17.2959C23.0971 17.6865 23.0973 18.3197 22.7071 18.71L20.0606 21.3545L19.9463 21.457C19.3966 21.9051 18.6035 21.905 18.0537 21.457L17.9395 21.3545L15.293 18.71C14.9026 18.3196 14.9028 17.6865 15.293 17.2959C15.6834 16.9056 16.3165 16.9057 16.7071 17.2959L18 18.5879V13.0029C18 12.4506 18.4477 12.0029 19 12.0029Z"
|
|
115
115
|
}), n().createElement("path", {
|
|
116
|
-
d: "M17.4922 3.00293C18.758 3.00295 19.
|
|
116
|
+
d: "M17.4922 3.00293C18.758 3.00295 19.4544 4.47391 18.6524 5.45312L12.9981 12.3535V16.9697C12.9981 17.4083 12.806 17.8254 12.4727 18.1104L9.47268 20.6748C8.49938 21.5064 6.99836 20.8154 6.99807 19.5352V12.3535L1.34377 5.45312C0.54247 4.47413 1.23882 3.00359 2.50393 3.00293H17.4922Z"
|
|
117
117
|
}));
|
|
118
118
|
}));
|
|
119
119
|
var d = [ "default", "outlined", "filled" ];
|
package/FilterArrowUp.js
CHANGED
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
c.set("outlined", (function() {
|
|
102
102
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
-
d: "M18.0537 12.5459C18.6035 12.098 19.3966 12.0978 19.9463 12.5459L20.
|
|
104
|
+
d: "M18.0537 12.5459C18.6035 12.098 19.3966 12.0978 19.9463 12.5459L20.0606 12.6484L22.7071 15.293C23.0973 15.6833 23.0971 16.3164 22.7071 16.707C22.3167 17.0974 21.6836 17.0972 21.293 16.707L20 15.415V21C20 21.5522 19.5522 21.9999 19 22C18.4477 22 18 21.5523 18 21V15.415L16.7071 16.707C16.3165 17.0972 15.6834 17.0974 15.293 16.707C14.9028 16.3164 14.9026 15.6833 15.293 15.293L17.9395 12.6484L18.0537 12.5459Z"
|
|
105
105
|
}), n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M17.4922 3.00293C18.758 3.00295 19.
|
|
108
|
+
d: "M17.4922 3.00293C18.758 3.00295 19.4544 4.47391 18.6524 5.45312L12.9981 12.3535V16.9697C12.9981 17.4083 12.806 17.8254 12.4727 18.1104L9.47268 20.6748C8.49938 21.5064 6.99836 20.8154 6.99807 19.5352V12.3535L1.34377 5.45312C0.54247 4.47413 1.23882 3.00359 2.50393 3.00293H17.4922ZM8.65823 11.2246C8.87791 11.4927 8.99807 11.8292 8.99807 12.1758V18.4492L10.9981 16.7393V12.1758C10.9981 11.8292 11.1183 11.4927 11.3379 11.2246L16.4365 5.00293H3.55959L8.65823 11.2246Z"
|
|
109
109
|
}));
|
|
110
110
|
}));
|
|
111
111
|
c.set("filled", (function() {
|
package/FingerPointClicking.js
CHANGED
|
@@ -103,15 +103,15 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M11.0004 4C12.6572 4 14.0004 5.34315 14.0004 7V10.5H16.5004C18.4333 10.5 20.0004 12.067 20.0004 14V16C20.0004 16.5511 19.8266 17.1832 19.6322 17.7422C19.4288 18.3269 19.
|
|
106
|
+
d: "M11.0004 4C12.6572 4 14.0004 5.34315 14.0004 7V10.5H16.5004C18.4333 10.5 20.0004 12.067 20.0004 14V16C20.0004 16.5511 19.8266 17.1832 19.6322 17.7422C19.4288 18.3269 19.1634 18.9404 18.9056 19.4883C18.6466 20.0388 18.3884 20.5389 18.1957 20.9004C18.0991 21.0815 18.0183 21.2293 17.9613 21.332C17.9329 21.3833 17.9096 21.4234 17.8939 21.4512C17.8861 21.465 17.8796 21.4759 17.8754 21.4834C17.8733 21.4871 17.8717 21.4901 17.8705 21.4922L17.8695 21.4951L17.8685 21.4961L17.5804 22H7.50036V19.999L7.22106 19.79C6.24973 19.0615 5.42122 18.1595 4.7777 17.1299L4.21129 16.2246C3.33633 14.8242 3.70165 12.9843 5.04528 12.0244C5.94201 11.3839 7.05376 11.2884 8.00036 11.6572V7C8.00036 5.34323 9.34362 4.00014 11.0004 4ZM11.0004 6C10.4482 6.00014 10.0004 6.4478 10.0004 7V13.7461C10.0004 14.8316 8.57051 15.2276 8.01207 14.2969L7.8275 13.9893C7.48942 13.4259 6.74304 13.2706 6.20836 13.6523C5.72454 13.9981 5.59247 14.6607 5.90758 15.165L6.47301 16.0703C6.98591 16.8909 7.64709 17.6098 8.42125 18.1904L8.90075 18.5498C9.27836 18.8331 9.50036 19.2779 9.50036 19.75V20H16.4076C16.4148 19.9865 16.4226 19.9729 16.43 19.959C16.6122 19.6174 16.8542 19.1485 17.0951 18.6367C17.3372 18.1223 17.5719 17.5791 17.7435 17.0859C17.9241 16.5669 18.0004 16.1988 18.0004 16V14C18.0004 13.1716 17.3288 12.5 16.5004 12.5H13.5004C12.6721 12.4999 12.0004 11.8283 12.0004 11V7C12.0004 6.44772 11.5526 6 11.0004 6Z"
|
|
107
107
|
}), n().createElement("path", {
|
|
108
|
-
d: "M5.
|
|
108
|
+
d: "M5.19957 5C5.86232 5 6.39977 5.53745 6.39977 6.2002C6.39966 6.86285 5.86225 7.40039 5.19957 7.40039C4.53709 7.40016 4.00046 6.86271 4.00036 6.2002C4.00036 5.5376 4.53703 5.00023 5.19957 5Z"
|
|
109
109
|
}), n().createElement("path", {
|
|
110
|
-
d: "M16.1996 4C16.
|
|
110
|
+
d: "M16.1996 4C16.8623 4 17.3998 4.53745 17.3998 5.2002C17.3997 5.86285 16.8623 6.40039 16.1996 6.40039C15.5371 6.40016 15.0005 5.86271 15.0004 5.2002C15.0004 4.5376 15.537 4.00023 16.1996 4Z"
|
|
111
111
|
}), n().createElement("path", {
|
|
112
|
-
d: "M8.
|
|
112
|
+
d: "M8.19957 1C8.86232 1 9.39977 1.53745 9.39977 2.2002C9.39966 2.86285 8.86225 3.40039 8.19957 3.40039C7.53709 3.40016 7.00046 2.86271 7.00036 2.2002C7.00036 1.5376 7.53703 1.00023 8.19957 1Z"
|
|
113
113
|
}), n().createElement("path", {
|
|
114
|
-
d: "M13.1996 1C13.
|
|
114
|
+
d: "M13.1996 1C13.8623 1 14.3998 1.53745 14.3998 2.2002C14.3997 2.86285 13.8623 3.40039 13.1996 3.40039C12.5371 3.40016 12.0005 2.86271 12.0004 2.2002C12.0004 1.5376 12.537 1.00023 13.1996 1Z"
|
|
115
115
|
}));
|
|
116
116
|
}));
|
|
117
117
|
u.set("filled", (function() {
|
package/HeartRibbon.js
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M14.
|
|
106
|
+
d: "M14.8223 4.70256L12.7162 6.86399C12.528 7.05715 12.2697 7.16609 12 7.1661C11.7303 7.16611 11.4721 7.05719 11.2838 6.86405L9.17765 4.70295C8.63496 4.16284 7.82758 3.86108 6.97217 3.86108C6.11457 3.86108 5.30523 4.16439 4.76252 4.70711C3.63449 5.83514 3.63449 7.7191 4.76252 8.84713L7.668 11.7538L12 15.2191L16.332 11.7538L19.2373 8.84728C20.3654 7.71925 20.3655 5.83501 19.2375 4.70698C18.6947 4.16424 17.8854 3.86089 17.0278 3.86084C16.1724 3.86079 15.365 4.16249 14.8223 4.70256ZM16.8803 13.8763L13.4325 16.6343L15.4599 18.9996L19 18.9996V16.2803L16.8803 13.8763ZM10.5675 16.6343L7.11967 13.8763L4.99999 16.2803V18.9996H8.54005L10.5675 16.6343ZM5.62895 12.5429L3.3483 10.2613C1.43937 8.35225 1.43927 5.20192 3.3483 3.29289C4.32414 2.31706 5.67229 1.86108 6.97217 1.86108C8.27205 1.86108 9.6202 2.31706 10.596 3.29289L10.6051 3.30199L11.9999 4.73327L13.4039 3.29247C14.3797 2.31661 15.728 1.86077 17.0279 1.86084C18.3277 1.86091 19.6759 2.31696 20.6517 3.29277C22.5608 5.20185 22.5608 8.35227 20.6517 10.2613L18.371 12.5429L20.7501 15.2411C20.9111 15.4237 21 15.6589 21 15.9024V19.9996C21 20.5519 20.5523 20.9996 20 20.9996L15 20.9996C14.7081 20.9996 14.4307 20.8721 14.2407 20.6504L12 18.0362L9.75925 20.6504C9.56926 20.8721 9.29191 20.9996 8.99999 20.9996H3.99999C3.44771 20.9996 2.99999 20.5519 2.99999 19.9996V15.9024C2.99999 15.6589 3.08886 15.4237 3.24992 15.2411L5.62895 12.5429Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
c.set("filled", (function() {
|
package/Paperclip.js
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M12.
|
|
106
|
+
d: "M12.845 5.5208C10.8228 3.50079 7.5463 3.50164 5.5252 5.52271C3.50333 7.54455 3.50332 10.8226 5.52517 12.8445L10.9224 18.2417C11.3129 18.6322 11.3129 19.2654 10.9224 19.6559C10.5319 20.0464 9.89869 20.0464 9.50817 19.6559L4.11096 14.2587C1.30805 11.4558 1.30807 6.91137 4.111 4.10849C6.91285 1.30667 11.4552 1.30548 14.2585 4.10584L20.4993 10.3401C22.5017 12.3404 22.5026 15.5856 20.5012 17.5869C18.5015 19.5866 15.2598 19.5877 13.2587 17.5894L7.06877 11.4078C5.8714 10.212 5.87074 8.27182 7.06731 7.07526C8.2633 5.87926 10.2024 5.87926 11.3984 7.07526L16.7432 12.42C17.1337 12.8106 17.1337 13.4437 16.7432 13.8343C16.3526 14.2248 15.7195 14.2248 15.329 13.8343L9.98417 8.48947C9.56922 8.07453 8.89646 8.07453 8.48152 8.48947C8.06638 8.90461 8.06661 9.57776 8.48203 9.99262L14.672 16.1742C15.8918 17.3924 17.868 17.3917 19.087 16.1727C20.307 14.9527 20.3065 12.9745 19.0858 11.7551L12.845 5.5208Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
var d = [ "default", "outlined" ];
|
|
@@ -101,19 +101,19 @@
|
|
|
101
101
|
i.set("outlined", (function() {
|
|
102
102
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
-
d: "M19.6364 7.23012C19.
|
|
104
|
+
d: "M19.6364 7.23012C19.1943 6.59016 18.6572 6.01919 18.0421 5.53764L17.6242 5.21049C16.3886 5.25416 15.1736 5.55002 14.0546 6.08117L13.6538 6.27139C12.9844 6.58914 12.3486 6.97348 11.7562 7.41859L11.3906 7.69327L9.96224 6.26492L10.0052 6.23258L10.5549 5.81959C11.2546 5.29385 12.0055 4.8399 12.7962 4.46459L13.197 4.27437C14.6806 3.57019 16.3023 3.20485 17.9445 3.20483C18.1792 3.20483 18.4071 3.28344 18.592 3.42813L19.275 3.96283C20.3441 4.79981 21.2261 5.85141 21.8643 7.0499C22.1218 7.53362 21.9614 8.13413 21.4969 8.42494L17.2226 11.101C16.7521 11.3955 16.1405 11.3255 15.7488 10.9322L14.7124 9.89149C14.6665 9.8454 14.5951 9.83635 14.5391 9.86957C14.3367 9.9897 14.1378 10.115 13.9426 10.2453L12.5044 8.80704C12.8329 8.57511 13.1711 8.35576 13.5184 8.14966C14.3618 7.64908 15.4375 7.78531 16.1295 8.48019L16.7095 9.06259L19.6364 7.23012Z"
|
|
105
105
|
}), n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M7.
|
|
108
|
+
d: "M7.30018 8.71413L4.2934 5.70735C3.90287 5.31683 3.90287 4.68366 4.2934 4.29314C4.68392 3.90261 5.31709 3.90261 5.70761 4.29314L19.7076 18.2931C20.0981 18.6837 20.0981 19.3168 19.7076 19.7074C19.3171 20.0979 18.6839 20.0979 18.2934 19.7074L11.2337 12.6477C10.7337 13.2313 10.2834 13.8592 9.88924 14.5253C9.85623 14.5811 9.86517 14.6522 9.91097 14.6981L10.9534 15.7423C11.3446 16.1341 11.4139 16.7439 11.1207 17.2136L8.44843 21.4939C8.15712 21.9605 7.55397 22.1215 7.0688 21.862C5.8783 21.2253 4.82814 20.3555 3.98089 19.3044L3.41877 18.607C3.26879 18.4209 3.18696 18.189 3.18696 17.9499C3.18696 16.4502 3.50977 14.9681 4.13346 13.6042L4.4358 12.9431C4.84473 12.0488 5.34815 11.2009 5.93747 10.4138L6.25696 9.98706C6.58626 9.54722 6.93438 9.12254 7.30018 8.71413ZM9.8159 11.2298C9.20002 11.934 8.64792 12.6958 8.16801 13.5068C7.6703 14.3479 7.805 15.4193 8.49555 16.1111L9.08354 16.7001L7.25087 19.6355C6.60726 19.1936 6.02996 18.6596 5.53803 18.0493L5.19334 17.6217C5.23611 16.5215 5.49355 15.4392 5.95231 14.436L6.25464 13.7748C6.60426 13.0103 7.03465 12.2854 7.53848 11.6124L7.85797 11.1857C8.13013 10.8222 8.41666 10.4703 8.71679 10.1307L9.8159 11.2298Z"
|
|
109
109
|
}));
|
|
110
110
|
}));
|
|
111
111
|
i.set("filled", (function() {
|
|
112
112
|
|
|
113
113
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
-
d: "M21.4225 7.28465C21.5566 7.53661 21.4731 7.84942 21.2311 8.0009L16.9568 10.677C16.6842 10.8477 16.3297 10.8071 16.1027 10.5791L15.0662 9.53842C14.8588 9.33014 14.
|
|
114
|
+
d: "M21.4225 7.28465C21.5566 7.53661 21.4731 7.84942 21.2311 8.0009L16.9568 10.677C16.6842 10.8477 16.3297 10.8071 16.1027 10.5791L15.0662 9.53842C14.8588 9.33014 14.5364 9.28929 14.2835 9.43935C14.0448 9.58101 13.8109 9.7296 13.5819 9.88487L10.3188 6.62175L10.8548 6.21909C11.5277 5.71352 12.2498 5.27697 13.0102 4.91605L13.411 4.72582C14.8276 4.05345 16.376 3.70461 17.9441 3.70459C18.067 3.70459 18.1865 3.74578 18.2833 3.82159L18.9663 4.35629C19.9805 5.15024 20.8172 6.14777 21.4225 7.28465Z"
|
|
115
115
|
}), n().createElement("path", {
|
|
116
|
-
d: "M7.
|
|
116
|
+
d: "M7.65382 9.06803C7.30447 9.45924 6.97178 9.86573 6.65677 10.2865L6.33729 10.7132C5.76934 11.4718 5.28418 12.289 4.89008 13.1508L4.58774 13.8119C3.99389 15.1105 3.68653 16.5217 3.68653 17.9497C3.68653 18.0746 3.72929 18.1958 3.80766 18.293L4.36974 18.9904C5.17487 19.9893 6.17284 20.8158 7.30415 21.4209C7.55725 21.5563 7.8719 21.4722 8.02387 21.2288L10.6961 16.9486C10.8662 16.6762 10.826 16.3225 10.5991 16.0953L9.55668 15.0511C9.34969 14.8437 9.30931 14.5226 9.4585 14.2705C9.8741 13.5681 10.3498 12.9067 10.8787 12.2929L18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L7.65382 9.06803Z"
|
|
117
117
|
}));
|
|
118
118
|
}));
|
|
119
119
|
var c = [ "default", "outlined", "filled" ];
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = r => {
|
|
12
|
+
/******/ var t = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, t) => {
|
|
27
|
+
/******/ for (var n in t) {
|
|
28
|
+
/******/ if (e.o(t, n) && !e.o(r, n)) {
|
|
29
|
+
/******/ Object.defineProperty(r, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var r = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(r);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(r, {
|
|
64
|
+
default: () => /* binding */ V
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
70
|
+
const C = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const a = require("@splunk/react-icons/SVG");
|
|
73
|
+
var l = e.n(a);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/RobotFaceWrench.tsx
|
|
75
|
+
function o(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, C = u(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
t = a[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (C[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return C;
|
|
85
|
+
}
|
|
86
|
+
function u(e, r) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (-1 !== r.indexOf(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
// This file is auto-generated.
|
|
98
|
+
// Do not edit this file manually. Changes will be lost upon regeneration.
|
|
99
|
+
// To modify the icon file template, update 'scripts/templates.ts'.
|
|
100
|
+
var i = new Map;
|
|
101
|
+
i.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
d: "M14.4062 11.0186C15.3693 10.9306 16.4177 11.1532 16.9512 11.6865C17.5158 12.2511 17.7321 13.3927 17.6006 14.3994C17.579 14.5647 17.6282 14.7337 17.7461 14.8516L22.0469 19.1514C22.1106 19.2152 22.1537 19.2918 22.1758 19.373C22.2211 19.5403 22.1772 19.7271 22.0459 19.8584L20.8584 21.0459C20.6631 21.2412 20.3466 21.2412 20.1514 21.0459L15.8516 16.7461C15.7337 16.6282 15.5647 16.579 15.3994 16.6006C14.3927 16.7321 13.2511 16.5158 12.6865 15.9512C12.1532 15.4176 11.9305 14.3693 12.0186 13.4062C12.0528 13.0322 12.4941 12.916 12.7598 13.1816L13.9922 14.4131C14.1875 14.6081 14.504 14.6083 14.6992 14.4131L15.4131 13.6992C15.6083 13.504 15.6081 13.1875 15.4131 12.9922L14.1816 11.7598C13.916 11.4942 14.0323 11.0529 14.4062 11.0186Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
fillRule: "evenodd",
|
|
107
|
+
clipRule: "evenodd",
|
|
108
|
+
d: "M14.5 3C15.3284 3 16 3.67157 16 4.5V6H19.5C20.3284 6 21 6.67157 21 7.5V12H22V10.5C22 9.94772 22.4477 9.5 23 9.5C23.5523 9.5 24 9.94772 24 10.5V15.5C24 16.0523 23.5523 16.5 23 16.5C22.4477 16.5 22 16.0523 22 15.5V14H21V15.9834L19.1299 14.1133C19.1489 13.7208 19.1298 13.3212 19.0713 12.9326L19 12.5488V8H5V18H13.5488L13.9326 18.0723C14.321 18.1307 14.721 18.1489 15.1133 18.1299L16.9834 20H4.5C3.67157 20 3 19.3284 3 18.5V14H2V15.5C2 16.0523 1.55228 16.5 1 16.5C0.447715 16.5 0 16.0523 0 15.5V10.5C0 9.94772 0.447715 9.5 1 9.5C1.55228 9.5 2 9.94772 2 10.5V12H3V7.5C3 6.67157 3.67157 6 4.5 6H8V4.5C8 3.67157 8.67157 3 9.5 3H14.5ZM10 6H14V5H10V6Z"
|
|
109
|
+
}), n().createElement("path", {
|
|
110
|
+
d: "M9 11.5C9.82843 11.5 10.5 12.1716 10.5 13C10.5 13.8284 9.82843 14.5 9 14.5C8.17157 14.5 7.5 13.8284 7.5 13C7.5 12.1716 8.17157 11.5 9 11.5Z"
|
|
111
|
+
}));
|
|
112
|
+
}));
|
|
113
|
+
i.set("filled", (function() {
|
|
114
|
+
|
|
115
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
116
|
+
d: "M15.4062 11.0186C16.3693 10.9306 17.4177 11.1532 17.9512 11.6865C18.5158 12.2511 18.7321 13.3927 18.6006 14.3994C18.579 14.5647 18.6282 14.7337 18.7461 14.8516L23.0469 19.1514C23.1106 19.2152 23.1537 19.2918 23.1758 19.373C23.2211 19.5403 23.1772 19.7271 23.0459 19.8584L21.8584 21.0459C21.6631 21.2412 21.3466 21.2412 21.1514 21.0459L16.8516 16.7461C16.7337 16.6282 16.5647 16.579 16.3994 16.6006C15.3927 16.7321 14.2511 16.5158 13.6865 15.9512C13.1532 15.4176 12.9305 14.3693 13.0186 13.4062C13.0528 13.0322 13.4941 12.916 13.7598 13.1816L14.9922 14.4131C15.1875 14.6081 15.504 14.6083 15.6992 14.4131L16.4131 13.6992C16.6083 13.504 16.6081 13.1875 16.4131 12.9922L15.1816 11.7598C14.916 11.4942 15.0323 11.0529 15.4062 11.0186Z"
|
|
117
|
+
}), n().createElement("path", {
|
|
118
|
+
fillRule: "evenodd",
|
|
119
|
+
clipRule: "evenodd",
|
|
120
|
+
d: "M14.5 3C15.3284 3 16 3.67157 16 4.5V6H19.5C20.3284 6 21 6.67157 21 7.5V12H22V10.5C22 9.94772 22.4477 9.5 23 9.5C23.5523 9.5 24 9.94772 24 10.5V15.5C24 16.0523 23.5523 16.5 23 16.5C22.4477 16.5 22 16.0523 22 15.5V14H21V14.9834L20.1299 14.1133C20.1553 13.5902 20.1136 13.0542 20 12.5488C19.856 11.908 19.5658 11.1802 19.0117 10.626C18.4867 10.101 17.8074 9.81447 17.2012 9.66406C16.5771 9.5093 15.9044 9.46744 15.2695 9.52539C14.4374 9.60162 13.819 10.1746 13.6133 10.8857C13.5511 11.1007 13.5277 11.3223 13.541 11.541C13.3224 11.5277 13.1006 11.5512 12.8857 11.6133C12.1745 11.819 11.6016 12.4374 11.5254 13.2695C11.4674 13.9045 11.5093 14.5769 11.6641 15.2012C11.8144 15.8074 12.1009 16.4866 12.626 17.0117C13.1802 17.5658 13.908 17.856 14.5488 18C15.0541 18.1135 15.5903 18.1553 16.1133 18.1299L17.9834 20H4.5C3.67157 20 3 19.3284 3 18.5V14H2V15.5C2 16.0523 1.55228 16.5 1 16.5C0.447715 16.5 0 16.0523 0 15.5V10.5C0 9.94772 0.447715 9.5 1 9.5C1.55228 9.5 2 9.94772 2 10.5V12H3V7.5C3 6.67157 3.67157 6 4.5 6H8V4.5C8 3.67157 8.67157 3 9.5 3H14.5ZM9 11.5C8.17157 11.5 7.5 12.1716 7.5 13C7.5 13.8284 8.17157 14.5 9 14.5C9.82843 14.5 10.5 13.8284 10.5 13C10.5 12.1716 9.82843 11.5 9 11.5ZM10 6H14V5H10V6Z"
|
|
121
|
+
}));
|
|
122
|
+
}));
|
|
123
|
+
var c = [ "default", "outlined", "filled" ];
|
|
124
|
+
var d = function e(r) {
|
|
125
|
+
return c.indexOf(r) >= 0;
|
|
126
|
+
};
|
|
127
|
+
var f = function e(r) {
|
|
128
|
+
return r === "default" || r && !d(r) ? "outlined" : r;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* @description Synthetic monitoring test, adjustment, configuration, settings
|
|
132
|
+
* @category Object
|
|
133
|
+
* @keywords automation, control, observability
|
|
134
|
+
* @variants outlined,filled
|
|
135
|
+
*/ var v = function e(r) {
|
|
136
|
+
var a = r.children, u = r.variant, c = u === void 0 ? "default" : u, d = o(r, [ "children", "variant" ]);
|
|
137
|
+
var v = f(c);
|
|
138
|
+
var V = "robotfacewrench-".concat(v);
|
|
139
|
+
var p = (0, t.useContext)(C.IconContext);
|
|
140
|
+
var s = i.get(v);
|
|
141
|
+
if (false) {}
|
|
142
|
+
if (p && s) {
|
|
143
|
+
var H = p.toRender, m = p.addIcon;
|
|
144
|
+
m(V, s());
|
|
145
|
+
if (!H) {
|
|
146
|
+
return null;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
return n().createElement(l(), d, a, p ? n().createElement("use", {
|
|
151
|
+
href: "#".concat(V)
|
|
152
|
+
}) : !!s && s());
|
|
153
|
+
};
|
|
154
|
+
/* harmony default export */ const V = v;
|
|
155
|
+
module.exports = r;
|
|
156
|
+
/******/})();
|
package/ServersWrench.js
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = t => {
|
|
12
|
+
/******/ var r = t && t.__esModule ?
|
|
13
|
+
/******/ () => t["default"]
|
|
14
|
+
/******/ : () => t
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(r, {
|
|
17
|
+
a: r
|
|
18
|
+
});
|
|
19
|
+
/******/ return r;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (t, r) => {
|
|
27
|
+
/******/ for (var n in r) {
|
|
28
|
+
/******/ if (e.o(r, n) && !e.o(t, n)) {
|
|
29
|
+
/******/ Object.defineProperty(t, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: r[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, t) => Object.prototype.hasOwnProperty.call(e, t)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var t = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(t);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(t, {
|
|
64
|
+
default: () => /* binding */ p
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const r = require("react");
|
|
68
|
+
var n = e.n(r);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
70
|
+
const l = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const a = require("@splunk/react-icons/SVG");
|
|
73
|
+
var C = e.n(a);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/ServersWrench.tsx
|
|
75
|
+
function o(e, t) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var r, n, l = u(e, t);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
r = a[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (l[r] = e[r]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return l;
|
|
85
|
+
}
|
|
86
|
+
function u(e, t) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var r = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (-1 !== t.indexOf(n)) continue;
|
|
92
|
+
r[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return r;
|
|
96
|
+
}
|
|
97
|
+
// This file is auto-generated.
|
|
98
|
+
// Do not edit this file manually. Changes will be lost upon regeneration.
|
|
99
|
+
// To modify the icon file template, update 'scripts/templates.ts'.
|
|
100
|
+
var i = new Map;
|
|
101
|
+
i.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
d: "M15.4062 13.0186C16.3693 12.9306 17.4177 13.1532 17.9512 13.6865C18.5158 14.2511 18.7321 15.3927 18.6006 16.3994C18.579 16.5647 18.6282 16.7337 18.7461 16.8516L22.0469 20.1514C22.1106 20.2152 22.1537 20.2918 22.1758 20.373C22.2211 20.5403 22.1772 20.7271 22.0459 20.8584L20.8584 22.0459C20.6631 22.2412 20.3466 22.2412 20.1514 22.0459L16.8516 18.7461C16.7337 18.6282 16.5647 18.579 16.3994 18.6006C15.3927 18.7321 14.2511 18.5158 13.6865 17.9512C13.1532 17.4176 12.9305 16.3693 13.0186 15.4062C13.0528 15.0322 13.4941 14.916 13.7598 15.1816L14.9922 16.4131C15.1875 16.6081 15.504 16.6083 15.6992 16.4131L16.4131 15.6992C16.6083 15.504 16.6081 15.1875 16.4131 14.9922L15.1816 13.7598C14.916 13.4942 15.0323 13.0529 15.4062 13.0186Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
d: "M7.39941 6.2998C8.06207 6.29991 8.59961 6.83732 8.59961 7.5C8.59961 8.16268 8.06207 8.70009 7.39941 8.7002C6.73667 8.7002 6.19922 8.16274 6.19922 7.5C6.19922 6.83726 6.73667 6.2998 7.39941 6.2998Z"
|
|
107
|
+
}), n().createElement("path", {
|
|
108
|
+
fillRule: "evenodd",
|
|
109
|
+
clipRule: "evenodd",
|
|
110
|
+
d: "M18 3C19.1046 3 20 3.89543 20 5V11C20 11.0689 19.9928 11.1362 19.9795 11.2012C19.913 11.5268 19.6887 11.7952 19.3896 11.9219C19.3534 11.9372 19.3156 11.9489 19.2773 11.96C19.1892 11.9854 19.0964 12.001 19 12.001H18.1279L18.126 12H14.1709L14.1699 12.001H5V17.001H11.6191C11.633 17.0681 11.6477 17.136 11.6641 17.2021C11.8135 17.804 12.0973 18.4776 12.6152 19.001H5C3.89576 19.001 3.00053 18.1051 3 17.001V5C3 3.89543 3.89543 3 5 3H18ZM5 10H18V5H5V10Z"
|
|
111
|
+
}), n().createElement("path", {
|
|
112
|
+
d: "M7.39941 13.2998C8.06205 13.2999 8.59958 13.8373 8.59961 14.5C8.59961 15.1627 8.06207 15.7001 7.39941 15.7002C6.73667 15.7002 6.19922 15.1627 6.19922 14.5C6.19925 13.8373 6.73669 13.2998 7.39941 13.2998Z"
|
|
113
|
+
}));
|
|
114
|
+
}));
|
|
115
|
+
i.set("filled", (function() {
|
|
116
|
+
|
|
117
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
118
|
+
d: "M15.4062 12.0186C16.3693 11.9306 17.4177 12.1532 17.9512 12.6865C18.5158 13.2511 18.7321 14.3927 18.6006 15.3994C18.579 15.5647 18.6282 15.7337 18.7461 15.8516L22.0469 19.1514C22.1106 19.2152 22.1537 19.2918 22.1758 19.373C22.2211 19.5403 22.1772 19.7271 22.0459 19.8584L20.8584 21.0459C20.6631 21.2412 20.3466 21.2412 20.1514 21.0459L16.8516 17.7461C16.7337 17.6282 16.5647 17.579 16.3994 17.6006C15.3927 17.7321 14.2511 17.5158 13.6865 16.9512C13.1532 16.4176 12.9305 15.3693 13.0186 14.4062C13.0528 14.0322 13.4941 13.916 13.7598 14.1816L14.9922 15.4131C15.1875 15.6081 15.504 15.6083 15.6992 15.4131L16.4131 14.6992C16.6083 14.504 16.6081 14.1875 16.4131 13.9922L15.1816 12.7598C14.916 12.4942 15.0323 12.0529 15.4062 12.0186Z"
|
|
119
|
+
}), n().createElement("path", {
|
|
120
|
+
fillRule: "evenodd",
|
|
121
|
+
clipRule: "evenodd",
|
|
122
|
+
d: "M13.585 12C13.5449 12.1789 13.53 12.3617 13.541 12.542C13.3224 12.5286 13.1007 12.5522 12.8857 12.6143C12.1746 12.82 11.6016 13.4383 11.5254 14.2705C11.4675 14.9052 11.5093 15.5782 11.6641 16.2021C11.8145 16.8082 12.1012 17.4878 12.626 18.0127C13.1801 18.5665 13.9082 18.857 14.5488 19.001H5C3.89576 19.001 3.00053 18.1051 3 17.001V13.001C3 12.4487 3.44772 12 4 12H13.585ZM7.39941 14.3008C6.73669 14.3008 6.19925 14.8383 6.19922 15.501C6.19975 16.1633 6.737 16.7012 7.39941 16.7012C8.06174 16.7011 8.59908 16.1632 8.59961 15.501C8.59958 14.8383 8.06205 14.3009 7.39941 14.3008Z"
|
|
123
|
+
}), n().createElement("path", {
|
|
124
|
+
fillRule: "evenodd",
|
|
125
|
+
clipRule: "evenodd",
|
|
126
|
+
d: "M18 3C19.1046 3 20 3.89543 20 5V9C20 9.55228 19.5523 10 19 10H4C3.44772 10 3 9.55228 3 9V5C3 3.89543 3.89543 3 5 3H18ZM7.39941 5.2998C6.73669 5.2998 6.19925 5.83728 6.19922 6.5C6.19922 7.16274 6.73667 7.7002 7.39941 7.7002C8.06207 7.70009 8.59961 7.16268 8.59961 6.5C8.59958 5.83735 8.06205 5.29991 7.39941 5.2998Z"
|
|
127
|
+
}));
|
|
128
|
+
}));
|
|
129
|
+
var c = [ "default", "outlined", "filled" ];
|
|
130
|
+
var d = function e(t) {
|
|
131
|
+
return c.indexOf(t) >= 0;
|
|
132
|
+
};
|
|
133
|
+
var f = function e(t) {
|
|
134
|
+
return t === "default" || t && !d(t) ? "outlined" : t;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* @description Server configurations, network device settings, physical data storages, uptime test
|
|
138
|
+
* @category Data Type
|
|
139
|
+
* @keywords drive, rack, control, adjustment, observability
|
|
140
|
+
* @variants outlined,filled
|
|
141
|
+
*/ var v = function e(t) {
|
|
142
|
+
var a = t.children, u = t.variant, c = u === void 0 ? "default" : u, d = o(t, [ "children", "variant" ]);
|
|
143
|
+
var v = f(c);
|
|
144
|
+
var p = "serverswrench-".concat(v);
|
|
145
|
+
var s = (0, r.useContext)(l.IconContext);
|
|
146
|
+
var m = i.get(v);
|
|
147
|
+
if (false) {}
|
|
148
|
+
if (s && m) {
|
|
149
|
+
var y = s.toRender, h = s.addIcon;
|
|
150
|
+
h(p, m());
|
|
151
|
+
if (!y) {
|
|
152
|
+
return null;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
return n().createElement(C(), d, a, s ? n().createElement("use", {
|
|
157
|
+
href: "#".concat(p)
|
|
158
|
+
}) : !!m && m());
|
|
159
|
+
};
|
|
160
|
+
/* harmony default export */ const p = v;
|
|
161
|
+
module.exports = t;
|
|
162
|
+
/******/})();
|
package/Snowflake.js
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
return t().createElement(t().Fragment, null, t().createElement("path", {
|
|
110
110
|
fillRule: "evenodd",
|
|
111
111
|
clipRule: "evenodd",
|
|
112
|
-
d: "M6.
|
|
112
|
+
d: "M6.51431 3.49991C6.69294 3.19049 7.02308 2.99988 7.38036 2.99988L16.6177 2.9999C16.9749 2.9999 17.305 3.19047 17.4837 3.49984L22.1032 11.4999C22.2819 11.8093 22.2819 12.1905 22.1032 12.5L17.484 20.5C17.3054 20.8093 16.9752 20.9999 16.618 20.9999L7.38002 21C7.02273 21 6.69258 20.8093 6.51396 20.4999L1.8959 12.4999C1.71731 12.1905 1.71732 11.8093 1.89592 11.5L6.51431 3.49991ZM7.95884 4.99989L7.45373 5.87484L8.05331 6.91337L7.6195 7.16383C7.201 7.40546 7.05761 7.9406 7.29923 8.3591C7.54086 8.77761 8.076 8.921 8.4945 8.67938L8.92831 8.42892L10.4848 11.1249H7.37304L7.37304 10.624C7.37304 10.1408 6.98129 9.74901 6.49804 9.74901C6.01479 9.74901 5.62304 10.1408 5.62304 10.624V11.1249L4.42289 11.1249L3.91773 12L4.4228 12.8749L5.62304 12.8749V13.3758C5.62304 13.8591 6.01479 14.2508 6.49804 14.2508C6.98129 14.2508 7.37304 13.8591 7.37304 13.3758L7.37304 12.8749H10.485L8.9284 15.571L8.4946 15.3206C8.07609 15.0789 7.54095 15.2223 7.29933 15.6408C7.0577 16.0593 7.20109 16.5945 7.6196 16.8361L8.05341 17.0866L7.45366 18.1254L7.95852 19L8.96945 19L9.56895 17.9616L10.0028 18.212C10.4213 18.4536 10.9564 18.3103 11.198 17.8918C11.4396 17.4732 11.2963 16.9381 10.8778 16.6965L10.4439 16.446L12.0005 13.7501L13.557 16.446L13.1232 16.6965C12.7047 16.9381 12.5613 17.4732 12.8029 17.8917C13.0445 18.3102 13.5797 18.4536 13.9982 18.212L14.432 17.9615L15.0315 19L16.0418 18.9999L16.547 18.1249L15.9475 17.0865L16.3813 16.8361C16.7998 16.5945 16.9432 16.0593 16.7016 15.6408C16.46 15.2223 15.9248 15.0789 15.5063 15.3205L15.0725 15.571L13.5159 12.8749H16.6304V13.3758C16.6304 13.8591 17.0221 14.2508 17.5054 14.2508C17.9886 14.2508 18.3804 13.8591 18.3804 13.3758V12.8749L19.5784 12.8749L20.0836 12L19.5783 11.1249L18.3804 11.1249V10.624C18.3804 10.1408 17.9886 9.74901 17.5054 9.74901C17.0221 9.74901 16.6304 10.1408 16.6304 10.624V11.1249H13.5161L15.0726 8.42895L15.5064 8.67941C15.9249 8.92103 16.4601 8.77764 16.7017 8.35913C16.9433 7.94063 16.7999 7.40549 16.3814 7.16386L15.9476 6.91341L16.547 5.87532L16.0415 4.99991L15.0317 4.99991L14.4321 6.03841L13.9983 5.78795C13.5798 5.54632 13.0446 5.68971 12.803 6.10822C12.5614 6.52673 12.7048 7.06187 13.1233 7.30349L13.5571 7.55395L12.0005 10.2501L10.4439 7.55392L10.8777 7.30346C11.2962 7.06184 11.4396 6.52669 11.1979 6.10819C10.9563 5.68968 10.4212 5.54629 10.0027 5.78792L9.56886 6.03837L8.9693 4.99989L7.95884 4.99989Z"
|
|
113
113
|
}));
|
|
114
114
|
}));
|
|
115
115
|
var i = [ "default", "outlined", "filled" ];
|
package/Waves.d.ts
ADDED
package/Waves.js
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = r => {
|
|
12
|
+
/******/ var t = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, t) => {
|
|
27
|
+
/******/ for (var n in t) {
|
|
28
|
+
/******/ if (e.o(t, n) && !e.o(r, n)) {
|
|
29
|
+
/******/ Object.defineProperty(r, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var r = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(r);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(r, {
|
|
64
|
+
default: () => /* binding */ s
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
70
|
+
const C = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const a = require("@splunk/react-icons/SVG");
|
|
73
|
+
var o = e.n(a);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/Waves.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, C = l(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
t = a[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (C[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return C;
|
|
85
|
+
}
|
|
86
|
+
function l(e, r) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (-1 !== r.indexOf(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
// This file is auto-generated.
|
|
98
|
+
// Do not edit this file manually. Changes will be lost upon regeneration.
|
|
99
|
+
// To modify the icon file template, update 'scripts/templates.ts'.
|
|
100
|
+
var i = new Map;
|
|
101
|
+
i.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
d: "M11.3299 16.2582C12.4104 15.2815 13.4485 14.8602 14.4979 15.0404C15.4401 15.2024 16.1695 15.8394 16.6405 16.2308C17.2111 16.7051 17.5247 16.934 17.8426 16.9887C18.054 17.0248 18.4954 17.0126 19.3299 16.2582C19.7396 15.8879 20.3727 15.9198 20.743 16.3295C21.1129 16.7392 21.0812 17.3723 20.6717 17.7426C19.5914 18.7191 18.553 19.1403 17.5038 18.9603C16.5616 18.7985 15.8323 18.1614 15.3612 17.7699C14.7906 17.2957 14.4769 17.0669 14.159 17.0121C13.9478 16.9759 13.5069 16.9876 12.6717 17.7426C11.5914 18.7191 10.553 19.1403 9.50376 18.9603C8.5616 18.7985 7.83225 18.1615 7.36118 17.7699C6.7906 17.2957 6.47687 17.0669 6.15903 17.0121C5.94785 16.9759 5.50696 16.9876 4.67173 17.7426C4.26218 18.1128 3.62905 18.0805 3.25864 17.6713C2.88829 17.2616 2.92023 16.6285 3.32993 16.2582C4.41042 15.2815 5.44853 14.8602 6.4979 15.0404C7.44013 15.2024 8.16951 15.8394 8.64048 16.2308C9.21107 16.7051 9.5247 16.934 9.84263 16.9887C10.054 17.0248 10.4953 17.0126 11.3299 16.2582Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
d: "M11.3299 11.2582C12.4104 10.2815 13.4485 9.86019 14.4979 10.0404C15.4401 10.2024 16.1695 10.8404 16.6405 11.2318C17.2108 11.7058 17.5248 11.9341 17.8426 11.9887C18.054 12.0248 18.4953 12.0126 19.3299 11.2582C19.7396 10.8879 20.3727 10.9198 20.743 11.3295C21.1129 11.7392 21.0812 12.3723 20.6717 12.7426C19.5914 13.7191 18.553 14.1403 17.5038 13.9603C16.5616 13.7985 15.8323 13.1614 15.3612 12.7699C14.7906 12.2957 14.4769 12.0669 14.159 12.0121C13.9478 11.9759 13.5069 11.9876 12.6717 12.7426C11.5914 13.7191 10.553 14.1403 9.50376 13.9603C8.5616 13.7985 7.83225 13.1615 7.36118 12.7699C6.79061 12.2957 6.47687 12.0669 6.15903 12.0121C5.94785 11.9759 5.50696 11.9876 4.67173 12.7426C4.26217 13.1128 3.62905 13.0806 3.25864 12.6713C2.88829 12.2616 2.92023 11.6285 3.32993 11.2582C4.41042 10.2815 5.44854 9.86018 6.4979 10.0404C7.44013 10.2024 8.16951 10.8404 8.64048 11.2318C9.21077 11.7058 9.52479 11.9341 9.84263 11.9887C10.054 12.0248 10.4953 12.0126 11.3299 11.2582Z"
|
|
107
|
+
}), n().createElement("path", {
|
|
108
|
+
d: "M11.3299 6.25819C12.4104 5.28151 13.4485 4.86019 14.4979 5.04041C15.4401 5.20243 16.1695 5.8394 16.6405 6.23084C17.2111 6.70506 17.5247 6.93405 17.8426 6.98866C18.054 7.02476 18.4954 7.0126 19.3299 6.25819C19.7396 5.88789 20.3727 5.91979 20.743 6.32948C21.1129 6.73918 21.0812 7.37234 20.6717 7.74256C19.5914 8.71912 18.553 9.14034 17.5038 8.96034C16.5616 8.79851 15.8323 8.16145 15.3612 7.76991C14.7906 7.29568 14.4769 7.06687 14.159 7.01209C13.9478 6.97588 13.5069 6.98759 12.6717 7.74256C11.5914 8.71912 10.553 9.14035 9.50376 8.96034C8.5616 8.7985 7.83225 8.16145 7.36118 7.76991C6.7906 7.29567 6.47687 7.06687 6.15903 7.01209C5.94785 6.97588 5.50696 6.98757 4.67173 7.74256C4.26218 8.11277 3.62905 8.08054 3.25864 7.67127C2.88829 7.26157 2.92023 6.62854 3.32993 6.25819C4.41042 5.2815 5.44853 4.86018 6.4979 5.04041C7.44013 5.20244 8.16951 5.8394 8.64048 6.23084C9.21107 6.70507 9.5247 6.93405 9.84263 6.98866C10.054 7.02476 10.4953 7.01261 11.3299 6.25819Z"
|
|
109
|
+
}));
|
|
110
|
+
}));
|
|
111
|
+
var c = [ "default", "outlined" ];
|
|
112
|
+
var f = function e(r) {
|
|
113
|
+
return c.indexOf(r) >= 0;
|
|
114
|
+
};
|
|
115
|
+
var d = function e(r) {
|
|
116
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* @description Data lake icon, Machine data lake
|
|
120
|
+
* @category Data Type
|
|
121
|
+
* @keywords storage type, backup, log, data source
|
|
122
|
+
* @variants outlined
|
|
123
|
+
*/ var v = function e(r) {
|
|
124
|
+
var a = r.children, l = r.variant, c = l === void 0 ? "default" : l, f = u(r, [ "children", "variant" ]);
|
|
125
|
+
var v = d(c);
|
|
126
|
+
var s = "waves-".concat(v);
|
|
127
|
+
var p = (0, t.useContext)(C.IconContext);
|
|
128
|
+
var m = i.get(v);
|
|
129
|
+
if (false) {}
|
|
130
|
+
if (p && m) {
|
|
131
|
+
var y = p.toRender, b = p.addIcon;
|
|
132
|
+
b(s, m());
|
|
133
|
+
if (!y) {
|
|
134
|
+
return null;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
return n().createElement(o(), f, a, p ? n().createElement("use", {
|
|
139
|
+
href: "#".concat(s)
|
|
140
|
+
}) : !!m && m());
|
|
141
|
+
};
|
|
142
|
+
/* harmony default export */ const s = v;
|
|
143
|
+
module.exports = r;
|
|
144
|
+
/******/})();
|
package/WeightingScale.js
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "
|
|
106
|
+
d: "M9 2C8.44772 2 8 2.44772 8 3V6H6C5.44772 6 5 6.44772 5 7V10.0001H4.41429L3.70718 9.29297L2.29297 10.7072L3.29297 11.7072C3.48051 11.8947 3.73486 12.0001 4.00008 12.0001H11V13.0164C7.091 13.2737 4 16.5259 4 20.5V21C4 21.5523 4.44772 22 5 22H19C19.5523 22 20 21.5523 20 21V20.5C20 16.5259 16.909 13.2737 13 13.0164V12.0001H20.0001C20.2653 12.0001 20.5196 11.8947 20.7072 11.7072L21.7072 10.7072L20.293 9.29297L19.5859 10.0001H19V7C19 6.44772 18.5523 6 18 6H16V3C16 2.44772 15.5523 2 15 2H9ZM11.5 15C8.63098 15 6.27504 17.1968 6.02242 20H11.1338C11.162 19.9514 11.1946 19.9044 11.2318 19.8598L13.7318 16.8598C14.0854 16.4355 14.7159 16.3782 15.1402 16.7318C15.5645 17.0853 15.6218 17.7159 15.2682 18.1402L13.7184 20H17.9776C17.725 17.1968 15.369 15 12.5 15H11.5ZM14 6V4H10V6H14ZM7 8V10H11V8H7ZM13 8V10H17V8H13Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
c.set("filled", (function() {
|
package/WiFiSignalSlash.js
CHANGED
|
@@ -103,9 +103,9 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M3.
|
|
106
|
+
d: "M3.70751 3.29289C3.31699 2.90237 2.68382 2.90237 2.2933 3.29289C1.90277 3.68342 1.90277 4.31658 2.2933 4.70711L3.99818 6.41199C2.92193 7.05555 1.90648 7.84008 0.978469 8.76559L0.97448 8.76959L0.963284 8.78077C0.583516 9.17563 0.579325 9.81101 0.977427 10.2091L11.2801 20.5118C11.6785 20.9101 12.3243 20.9101 12.7226 20.5118L15.4103 17.8241L18.2933 20.7071C18.6838 21.0976 19.317 21.0976 19.7075 20.7071C20.098 20.3166 20.098 19.6834 19.7075 19.2929L3.70751 3.29289ZM11.5519 13.9657L9.14323 11.557C8.22917 11.8725 7.35702 12.344 6.56822 12.9715L8.61758 15.0208C9.50081 14.3963 10.5179 14.0446 11.5519 13.9657ZM7.60337 10.0172L5.46377 7.87758C4.63713 8.33063 3.84757 8.87592 3.1102 9.51345L5.14648 11.5497C5.90721 10.9176 6.73471 10.4068 7.60337 10.0172ZM10.064 16.4673L12.0014 18.4046L13.9387 16.4673C12.7441 15.7756 11.2587 15.7756 10.064 16.4673Z"
|
|
107
107
|
}), n().createElement("path", {
|
|
108
|
-
d: "M18.
|
|
108
|
+
d: "M18.8563 11.5497C16.9282 9.94758 14.5711 9.12449 12.2022 9.08047L14.5909 11.4692C15.6027 11.782 16.5688 12.2828 17.4345 12.9715L16.7639 13.6421L18.1781 15.0564L23.0253 10.2091C23.4235 9.81096 23.4191 9.17573 23.0393 8.78091L23.0283 8.76959L23.0243 8.76559C18.9191 4.67142 13.1026 3.33603 7.88115 4.75942L9.55143 6.42971C13.4907 5.71251 17.6852 6.74043 20.8926 9.51345L18.8563 11.5497Z"
|
|
109
109
|
}));
|
|
110
110
|
}));
|
|
111
111
|
c.set("filled", (function() {
|
package/icon-catalog.json
CHANGED
|
@@ -2176,6 +2176,18 @@
|
|
|
2176
2176
|
"outlined"
|
|
2177
2177
|
]
|
|
2178
2178
|
},
|
|
2179
|
+
{
|
|
2180
|
+
"name": "CogChevronSlashWrench",
|
|
2181
|
+
"key": "./CogChevronSlashWrench",
|
|
2182
|
+
"category": "Data Type",
|
|
2183
|
+
"description": "API configurations, test, add-on settings, developer tools",
|
|
2184
|
+
"keywords": "code, management, observability",
|
|
2185
|
+
"variants": [
|
|
2186
|
+
"default",
|
|
2187
|
+
"filled",
|
|
2188
|
+
"outlined"
|
|
2189
|
+
]
|
|
2190
|
+
},
|
|
2179
2191
|
{
|
|
2180
2192
|
"name": "CogChevronsSlash",
|
|
2181
2193
|
"key": "./CogChevronsSlash",
|
|
@@ -3258,6 +3270,18 @@
|
|
|
3258
3270
|
"outlined"
|
|
3259
3271
|
]
|
|
3260
3272
|
},
|
|
3273
|
+
{
|
|
3274
|
+
"name": "EraserUnderline",
|
|
3275
|
+
"key": "./EraserUnderline",
|
|
3276
|
+
"category": "Actions",
|
|
3277
|
+
"description": "Delete rich text styling, decorations, markers, font-weight, reset to default",
|
|
3278
|
+
"keywords": "markdown, string, clear format, remove, editing",
|
|
3279
|
+
"variants": [
|
|
3280
|
+
"default",
|
|
3281
|
+
"filled",
|
|
3282
|
+
"outlined"
|
|
3283
|
+
]
|
|
3284
|
+
},
|
|
3261
3285
|
{
|
|
3262
3286
|
"name": "EthernetPort",
|
|
3263
3287
|
"key": "./EthernetPort",
|
|
@@ -6306,6 +6330,18 @@
|
|
|
6306
6330
|
"outlined"
|
|
6307
6331
|
]
|
|
6308
6332
|
},
|
|
6333
|
+
{
|
|
6334
|
+
"name": "RobotFaceWrench",
|
|
6335
|
+
"key": "./RobotFaceWrench",
|
|
6336
|
+
"category": "Object",
|
|
6337
|
+
"description": "Synthetic monitoring test, adjustment, configuration, settings",
|
|
6338
|
+
"keywords": "automation, control, observability",
|
|
6339
|
+
"variants": [
|
|
6340
|
+
"default",
|
|
6341
|
+
"filled",
|
|
6342
|
+
"outlined"
|
|
6343
|
+
]
|
|
6344
|
+
},
|
|
6309
6345
|
{
|
|
6310
6346
|
"name": "Rocket",
|
|
6311
6347
|
"key": "./Rocket",
|
|
@@ -6402,6 +6438,18 @@
|
|
|
6402
6438
|
"outlined"
|
|
6403
6439
|
]
|
|
6404
6440
|
},
|
|
6441
|
+
{
|
|
6442
|
+
"name": "ServersWrench",
|
|
6443
|
+
"key": "./ServersWrench",
|
|
6444
|
+
"category": "Data Type",
|
|
6445
|
+
"description": "Server configurations, network device settings, physical data storages, uptime test",
|
|
6446
|
+
"keywords": "drive, rack, control, adjustment, observability",
|
|
6447
|
+
"variants": [
|
|
6448
|
+
"default",
|
|
6449
|
+
"filled",
|
|
6450
|
+
"outlined"
|
|
6451
|
+
]
|
|
6452
|
+
},
|
|
6405
6453
|
{
|
|
6406
6454
|
"name": "SeverityInformation",
|
|
6407
6455
|
"key": "./SeverityInformation",
|
|
@@ -7468,6 +7516,17 @@
|
|
|
7468
7516
|
"outlined"
|
|
7469
7517
|
]
|
|
7470
7518
|
},
|
|
7519
|
+
{
|
|
7520
|
+
"name": "Waves",
|
|
7521
|
+
"key": "./Waves",
|
|
7522
|
+
"category": "Data Type",
|
|
7523
|
+
"description": "Data lake icon, Machine data lake",
|
|
7524
|
+
"keywords": "storage type, backup, log, data source",
|
|
7525
|
+
"variants": [
|
|
7526
|
+
"default",
|
|
7527
|
+
"outlined"
|
|
7528
|
+
]
|
|
7529
|
+
},
|
|
7471
7530
|
{
|
|
7472
7531
|
"name": "WeightingScale",
|
|
7473
7532
|
"key": "./WeightingScale",
|
package/package.json
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SVG from '@splunk/react-icons/SVG';
|
|
3
|
+
export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
|
+
*/
|
|
8
|
+
variant?: 'default' | 'outlined' | 'filled';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description API configurations, test, add-on settings, developer tools
|
|
12
|
+
* @category Data Type
|
|
13
|
+
* @keywords code, management, observability
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const CogChevronSlashWrench: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default CogChevronSlashWrench;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SVG from '@splunk/react-icons/SVG';
|
|
3
|
+
export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
|
+
*/
|
|
8
|
+
variant?: 'default' | 'filled' | 'outlined';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description Delete rich text styling, decorations, markers, font-weight, reset to default
|
|
12
|
+
* @category Actions
|
|
13
|
+
* @keywords markdown, string, clear format, remove, editing
|
|
14
|
+
* @variants filled,outlined
|
|
15
|
+
*/
|
|
16
|
+
declare const EraserUnderline: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default EraserUnderline;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SVG from '@splunk/react-icons/SVG';
|
|
3
|
+
export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
|
+
*/
|
|
8
|
+
variant?: 'default' | 'outlined' | 'filled';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description Synthetic monitoring test, adjustment, configuration, settings
|
|
12
|
+
* @category Object
|
|
13
|
+
* @keywords automation, control, observability
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const RobotFaceWrench: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default RobotFaceWrench;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SVG from '@splunk/react-icons/SVG';
|
|
3
|
+
export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
|
+
*/
|
|
8
|
+
variant?: 'default' | 'outlined' | 'filled';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description Server configurations, network device settings, physical data storages, uptime test
|
|
12
|
+
* @category Data Type
|
|
13
|
+
* @keywords drive, rack, control, adjustment, observability
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const ServersWrench: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default ServersWrench;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SVG from '@splunk/react-icons/SVG';
|
|
3
|
+
export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
|
+
*/
|
|
8
|
+
variant?: 'default' | 'outlined';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description Data lake icon, Machine data lake
|
|
12
|
+
* @category Data Type
|
|
13
|
+
* @keywords storage type, backup, log, data source
|
|
14
|
+
* @variants outlined
|
|
15
|
+
*/
|
|
16
|
+
declare const Waves: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default Waves;
|