@splunk/react-icons 5.5.0 → 5.7.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 +17 -0
- package/ChartPie.js +1 -1
- package/ControlPauseCircle.js +4 -4
- package/CylinderWavesArrowUp.d.ts +2 -0
- package/CylinderWavesArrowUp.js +162 -0
- package/LaptopOpen.js +3 -3
- package/Megaphone.d.ts +2 -0
- package/Megaphone.js +150 -0
- package/MobilePhoneArrowUpInside.d.ts +2 -0
- package/MobilePhoneArrowUpInside.js +154 -0
- package/MonitorUser.d.ts +2 -0
- package/MonitorUser.js +154 -0
- package/Paperclip.js +1 -1
- package/PhoneReceiverAngledSlashed.js +4 -4
- package/Scissors.js +1 -1
- package/StarEightPoints.js +1 -1
- package/StorageMonitor.d.ts +2 -0
- package/StorageMonitor.js +156 -0
- package/SwordsCross.js +1 -1
- package/TextAlignJustified.d.ts +2 -0
- package/TextAlignJustified.js +154 -0
- package/TextDirectionMinus45.js +2 -2
- package/WeightingScale.js +1 -1
- package/WiFiSignalSlash.js +2 -2
- package/WindowUser.d.ts +2 -0
- package/WindowUser.js +154 -0
- package/WindowWrench.d.ts +2 -0
- package/WindowWrench.js +154 -0
- package/icon-catalog.json +96 -0
- package/package.json +1 -1
- package/types/icons/CylinderWavesArrowUp.d.ts +17 -0
- package/types/icons/Megaphone.d.ts +17 -0
- package/types/icons/MobilePhoneArrowUpInside.d.ts +17 -0
- package/types/icons/MonitorUser.d.ts +17 -0
- package/types/icons/StorageMonitor.d.ts +17 -0
- package/types/icons/TextAlignJustified.d.ts +17 -0
- package/types/icons/WindowUser.d.ts +17 -0
- package/types/icons/WindowWrench.d.ts +17 -0
package/WindowUser.d.ts
ADDED
package/WindowUser.js
ADDED
|
@@ -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 */ 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 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/WindowUser.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("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
d: "M11.873 14.3525C13.0534 14.3525 14.1072 15.1442 14.4805 16.2969C14.5518 16.518 14.3923 16.7497 14.166 16.75H9.58203C9.3554 16.75 9.19602 16.5182 9.26758 16.2969C9.64085 15.1444 10.6928 14.3527 11.873 14.3525Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
d: "M11.8672 10.75C12.672 10.75 13.3252 11.4216 13.3252 12.25C13.3252 13.0784 12.672 13.75 11.8672 13.75C11.0627 13.7496 10.4111 13.0782 10.4111 12.25C10.4111 11.4218 11.0627 10.7504 11.8672 10.75Z"
|
|
107
|
+
}), n().createElement("path", {
|
|
108
|
+
fillRule: "evenodd",
|
|
109
|
+
clipRule: "evenodd",
|
|
110
|
+
d: "M18.5 4C19.8807 4 21 5.11929 21 6.5V17.5C21 18.8807 19.8807 20 18.5 20H5.5C4.11929 20 3 18.8807 3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H18.5ZM5 10V17.5C5 17.7761 5.22386 18 5.5 18H18.5C18.7761 18 19 17.7761 19 17.5V10H5ZM5.5 6C5.22386 6 5 6.22386 5 6.5V8H19V6.5C19 6.22386 18.7761 6 18.5 6H5.5Z"
|
|
111
|
+
}));
|
|
112
|
+
}));
|
|
113
|
+
c.set("filled", (function() {
|
|
114
|
+
|
|
115
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
116
|
+
fillRule: "evenodd",
|
|
117
|
+
clipRule: "evenodd",
|
|
118
|
+
d: "M18.5 4C19.8807 4 21 5.11929 21 6.5V17.5C21 18.8807 19.8807 20 18.5 20H5.5C4.11929 20 3 18.8807 3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H18.5ZM11.873 14.3525C10.6928 14.3527 9.64085 15.1444 9.26758 16.2969C9.19602 16.5182 9.3554 16.75 9.58203 16.75H14.166C14.3923 16.7497 14.5518 16.518 14.4805 16.2969C14.1072 15.1442 13.0534 14.3525 11.873 14.3525ZM11.8672 10.75C11.0627 10.7504 10.4111 11.4218 10.4111 12.25C10.4111 13.0782 11.0627 13.7496 11.8672 13.75C12.672 13.75 13.3252 13.0784 13.3252 12.25C13.3252 11.4216 12.672 10.75 11.8672 10.75ZM5.5 6C5.22386 6 5 6.22386 5 6.5V8H19V6.5C19 6.22386 18.7761 6 18.5 6H5.5Z"
|
|
119
|
+
}));
|
|
120
|
+
}));
|
|
121
|
+
var d = [ "default", "outlined", "filled" ];
|
|
122
|
+
var f = function e(r) {
|
|
123
|
+
return d.indexOf(r) >= 0;
|
|
124
|
+
};
|
|
125
|
+
var C = function e(r) {
|
|
126
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* @description Represents user-centric applications like video chat or teleconference
|
|
130
|
+
* @category Objects
|
|
131
|
+
* @keywords screen, monitor, display, human, person, portrait
|
|
132
|
+
* @variants outlined,filled
|
|
133
|
+
*/ var v = function e(r) {
|
|
134
|
+
var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
135
|
+
var v = C(d);
|
|
136
|
+
var s = "windowuser-".concat(v);
|
|
137
|
+
var p = (0, t.useContext)(l.IconContext);
|
|
138
|
+
var m = c.get(v);
|
|
139
|
+
if (false) {}
|
|
140
|
+
if (p && m) {
|
|
141
|
+
var y = p.toRender, b = p.addIcon;
|
|
142
|
+
b(s, m());
|
|
143
|
+
if (!y) {
|
|
144
|
+
return null;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
return n().createElement(o(), f, a, p ? n().createElement("use", {
|
|
149
|
+
href: "#".concat(s)
|
|
150
|
+
}) : !!m && m());
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const s = v;
|
|
153
|
+
module.exports = r;
|
|
154
|
+
/******/})();
|
package/WindowWrench.js
ADDED
|
@@ -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 */ 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 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/WindowWrench.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, l = C(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 C(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: "M13.4062 13.0186C14.3693 12.9306 15.4177 13.1532 15.9512 13.6865C16.5158 14.2511 16.7321 15.3927 16.6006 16.3994C16.579 16.5647 16.6282 16.7337 16.7461 16.8516L21.0469 21.1514C21.1106 21.2152 21.1537 21.2918 21.1758 21.373C21.2211 21.5403 21.1772 21.7271 21.0459 21.8584L19.8584 23.0459C19.6631 23.2412 19.3466 23.2412 19.1514 23.0459L14.8516 18.7461C14.7337 18.6282 14.5647 18.579 14.3994 18.6006C13.3927 18.7321 12.2511 18.5158 11.6865 17.9512C11.1532 17.4176 10.9305 16.3693 11.0186 15.4062C11.0528 15.0322 11.4941 14.916 11.7598 15.1816L12.9922 16.4131C13.1875 16.6081 13.504 16.6083 13.6992 16.4131L14.4131 15.6992C14.6083 15.504 14.6081 15.1875 14.4131 14.9922L13.1816 13.7598C12.916 13.4942 13.0323 13.0529 13.4062 13.0186Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
fillRule: "evenodd",
|
|
107
|
+
clipRule: "evenodd",
|
|
108
|
+
d: "M18.5 4C19.8807 4 21 5.11929 21 6.5V17.5C21 17.7359 20.9644 17.9633 20.9033 18.1797L19 16.2754V10H5V17.5C5 17.7761 5.22386 18 5.5 18H9.39746C9.58573 18.4721 9.86275 18.9555 10.2725 19.3652C10.5343 19.6271 10.8271 19.8341 11.1279 20H5.5C4.11929 20 3 18.8807 3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H18.5ZM5.5 6C5.22386 6 5 6.22386 5 6.5V8H19V6.5C19 6.22386 18.7761 6 18.5 6H5.5Z"
|
|
109
|
+
}));
|
|
110
|
+
}));
|
|
111
|
+
i.set("filled", (function() {
|
|
112
|
+
|
|
113
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
+
d: "M13.4062 13.0186C14.3693 12.9306 15.4177 13.1532 15.9512 13.6865C16.5158 14.2511 16.7321 15.3927 16.6006 16.3994C16.579 16.5647 16.6282 16.7337 16.7461 16.8516L21.0469 21.1514C21.1106 21.2152 21.1537 21.2918 21.1758 21.373C21.2211 21.5403 21.1772 21.7271 21.0459 21.8584L19.8584 23.0459C19.6631 23.2412 19.3466 23.2412 19.1514 23.0459L14.8516 18.7461C14.7337 18.6282 14.5647 18.579 14.3994 18.6006C13.3927 18.7321 12.2511 18.5158 11.6865 17.9512C11.1532 17.4176 10.9305 16.3693 11.0186 15.4062C11.0528 15.0322 11.4941 14.916 11.7598 15.1816L12.9922 16.4131C13.1875 16.6081 13.504 16.6083 13.6992 16.4131L14.4131 15.6992C14.6083 15.504 14.6081 15.1875 14.4131 14.9922L13.1816 13.7598C12.916 13.4942 13.0323 13.0529 13.4062 13.0186Z"
|
|
115
|
+
}), n().createElement("path", {
|
|
116
|
+
fillRule: "evenodd",
|
|
117
|
+
clipRule: "evenodd",
|
|
118
|
+
d: "M18.5 4C19.8807 4 21 5.11929 21 6.5V17.5C21 17.7359 20.9644 17.9633 20.9033 18.1797L18.6357 15.9121C18.6427 15.4179 18.5958 14.9167 18.4883 14.4385C18.342 13.7879 18.0497 13.0202 17.4824 12.3955L17.3652 12.2725L17.1289 12.0566C16.5623 11.5838 15.8977 11.3217 15.3213 11.1787C14.7241 11.0306 14.0917 10.9777 13.4834 11.0088L13.2246 11.0273C12.177 11.1231 11.3929 11.8478 11.1328 12.7471C11.1026 12.8516 11.0793 12.9573 11.0635 13.0635C10.9574 13.0793 10.8515 13.1026 10.7471 13.1328C9.90392 13.3766 9.21352 14.0809 9.05176 15.0312L9.02734 15.2246C8.96467 15.9107 9.00946 16.6387 9.17871 17.3213C9.34209 17.9801 9.66114 18.7538 10.2725 19.3652C10.5343 19.6271 10.8271 19.8341 11.1279 20H5.5C4.11929 20 3 18.8807 3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H18.5ZM5.5 6C5.22386 6 5 6.22386 5 6.5V8H19V6.5C19 6.22386 18.7761 6 18.5 6H5.5Z"
|
|
119
|
+
}));
|
|
120
|
+
}));
|
|
121
|
+
var c = [ "default", "outlined", "filled" ];
|
|
122
|
+
var d = function e(r) {
|
|
123
|
+
return c.indexOf(r) >= 0;
|
|
124
|
+
};
|
|
125
|
+
var f = function e(r) {
|
|
126
|
+
return r === "default" || r && !d(r) ? "outlined" : r;
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* @description Represents application testing, settings, configurations, adjustments, or generic window customization
|
|
130
|
+
* @category Objects
|
|
131
|
+
* @keywords tool, header
|
|
132
|
+
* @variants outlined,filled
|
|
133
|
+
*/ var v = function e(r) {
|
|
134
|
+
var a = r.children, C = r.variant, c = C === void 0 ? "default" : C, d = u(r, [ "children", "variant" ]);
|
|
135
|
+
var v = f(c);
|
|
136
|
+
var s = "windowwrench-".concat(v);
|
|
137
|
+
var p = (0, t.useContext)(l.IconContext);
|
|
138
|
+
var m = i.get(v);
|
|
139
|
+
if (false) {}
|
|
140
|
+
if (p && m) {
|
|
141
|
+
var L = p.toRender, y = p.addIcon;
|
|
142
|
+
y(s, m());
|
|
143
|
+
if (!L) {
|
|
144
|
+
return null;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
return n().createElement(o(), d, a, p ? n().createElement("use", {
|
|
149
|
+
href: "#".concat(s)
|
|
150
|
+
}) : !!m && m());
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const s = v;
|
|
153
|
+
module.exports = r;
|
|
154
|
+
/******/})();
|
package/icon-catalog.json
CHANGED
|
@@ -2869,6 +2869,18 @@
|
|
|
2869
2869
|
"outlined"
|
|
2870
2870
|
]
|
|
2871
2871
|
},
|
|
2872
|
+
{
|
|
2873
|
+
"name": "CylinderWavesArrowUp",
|
|
2874
|
+
"key": "./CylinderWavesArrowUp",
|
|
2875
|
+
"category": "Data Type",
|
|
2876
|
+
"description": "Represents promoted machine data lake in Splunk Data Management",
|
|
2877
|
+
"keywords": "data source, destination, ingest, input, checked",
|
|
2878
|
+
"variants": [
|
|
2879
|
+
"default",
|
|
2880
|
+
"filled",
|
|
2881
|
+
"outlined"
|
|
2882
|
+
]
|
|
2883
|
+
},
|
|
2872
2884
|
{
|
|
2873
2885
|
"name": "CylinderWrench",
|
|
2874
2886
|
"key": "./CylinderWrench",
|
|
@@ -5107,6 +5119,18 @@
|
|
|
5107
5119
|
"outlined"
|
|
5108
5120
|
]
|
|
5109
5121
|
},
|
|
5122
|
+
{
|
|
5123
|
+
"name": "Megaphone",
|
|
5124
|
+
"key": "./Megaphone",
|
|
5125
|
+
"category": "Objects",
|
|
5126
|
+
"description": "Used for public announcement, release note, or new feature",
|
|
5127
|
+
"keywords": "cone, loud speaker, publish, keynote, notification",
|
|
5128
|
+
"variants": [
|
|
5129
|
+
"default",
|
|
5130
|
+
"filled",
|
|
5131
|
+
"outlined"
|
|
5132
|
+
]
|
|
5133
|
+
},
|
|
5110
5134
|
{
|
|
5111
5135
|
"name": "MeshRandom",
|
|
5112
5136
|
"key": "./MeshRandom",
|
|
@@ -5166,6 +5190,18 @@
|
|
|
5166
5190
|
"outlined"
|
|
5167
5191
|
]
|
|
5168
5192
|
},
|
|
5193
|
+
{
|
|
5194
|
+
"name": "MobilePhoneArrowUpInside",
|
|
5195
|
+
"key": "./MobilePhoneArrowUpInside",
|
|
5196
|
+
"category": "Objects",
|
|
5197
|
+
"description": "Network requests made by mobile applications, mobile upload",
|
|
5198
|
+
"keywords": "remote, send, reply, command",
|
|
5199
|
+
"variants": [
|
|
5200
|
+
"default",
|
|
5201
|
+
"filled",
|
|
5202
|
+
"outlined"
|
|
5203
|
+
]
|
|
5204
|
+
},
|
|
5169
5205
|
{
|
|
5170
5206
|
"name": "Monitor",
|
|
5171
5207
|
"key": "./Monitor",
|
|
@@ -5238,6 +5274,18 @@
|
|
|
5238
5274
|
"outlined"
|
|
5239
5275
|
]
|
|
5240
5276
|
},
|
|
5277
|
+
{
|
|
5278
|
+
"name": "MonitorUser",
|
|
5279
|
+
"key": "./MonitorUser",
|
|
5280
|
+
"category": "Objects",
|
|
5281
|
+
"description": "Used to highlight monitoring user behavior, video chat, teleconference, or remote work",
|
|
5282
|
+
"keywords": "rum, person, human, portrait, display, screen, pc",
|
|
5283
|
+
"variants": [
|
|
5284
|
+
"default",
|
|
5285
|
+
"filled",
|
|
5286
|
+
"outlined"
|
|
5287
|
+
]
|
|
5288
|
+
},
|
|
5241
5289
|
{
|
|
5242
5290
|
"name": "Moon",
|
|
5243
5291
|
"key": "./Moon",
|
|
@@ -6726,6 +6774,18 @@
|
|
|
6726
6774
|
"outlined"
|
|
6727
6775
|
]
|
|
6728
6776
|
},
|
|
6777
|
+
{
|
|
6778
|
+
"name": "StorageMonitor",
|
|
6779
|
+
"key": "./StorageMonitor",
|
|
6780
|
+
"category": "Objects",
|
|
6781
|
+
"description": "Database Monitoring entity (DBMON) in Splunk Observability",
|
|
6782
|
+
"keywords": "data set, source, screen, display",
|
|
6783
|
+
"variants": [
|
|
6784
|
+
"default",
|
|
6785
|
+
"filled",
|
|
6786
|
+
"outlined"
|
|
6787
|
+
]
|
|
6788
|
+
},
|
|
6729
6789
|
{
|
|
6730
6790
|
"name": "Store",
|
|
6731
6791
|
"key": "./Store",
|
|
@@ -6987,6 +7047,18 @@
|
|
|
6987
7047
|
"outlined"
|
|
6988
7048
|
]
|
|
6989
7049
|
},
|
|
7050
|
+
{
|
|
7051
|
+
"name": "TextAlignJustified",
|
|
7052
|
+
"key": "./TextAlignJustified",
|
|
7053
|
+
"category": "Formatting",
|
|
7054
|
+
"description": "Text is aligned evenly along both the left and right edges by adjusting the spacing between words",
|
|
7055
|
+
"keywords": "rich text, edit, format, style, layout",
|
|
7056
|
+
"variants": [
|
|
7057
|
+
"default",
|
|
7058
|
+
"filled",
|
|
7059
|
+
"outlined"
|
|
7060
|
+
]
|
|
7061
|
+
},
|
|
6990
7062
|
{
|
|
6991
7063
|
"name": "TextAlignLeft",
|
|
6992
7064
|
"key": "./TextAlignLeft",
|
|
@@ -7540,6 +7612,30 @@
|
|
|
7540
7612
|
"outlined"
|
|
7541
7613
|
]
|
|
7542
7614
|
},
|
|
7615
|
+
{
|
|
7616
|
+
"name": "WindowUser",
|
|
7617
|
+
"key": "./WindowUser",
|
|
7618
|
+
"category": "Objects",
|
|
7619
|
+
"description": "Represents user-centric applications like video chat or teleconference",
|
|
7620
|
+
"keywords": "screen, monitor, display, human, person, portrait",
|
|
7621
|
+
"variants": [
|
|
7622
|
+
"default",
|
|
7623
|
+
"filled",
|
|
7624
|
+
"outlined"
|
|
7625
|
+
]
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"name": "WindowWrench",
|
|
7629
|
+
"key": "./WindowWrench",
|
|
7630
|
+
"category": "Objects",
|
|
7631
|
+
"description": "Represents application testing, settings, configurations, adjustments, or generic window customization",
|
|
7632
|
+
"keywords": "tool, header",
|
|
7633
|
+
"variants": [
|
|
7634
|
+
"default",
|
|
7635
|
+
"filled",
|
|
7636
|
+
"outlined"
|
|
7637
|
+
]
|
|
7638
|
+
},
|
|
7543
7639
|
{
|
|
7544
7640
|
"name": "Wrench",
|
|
7545
7641
|
"key": "./Wrench",
|
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 Represents promoted machine data lake in Splunk Data Management
|
|
12
|
+
* @category Data Type
|
|
13
|
+
* @keywords data source, destination, ingest, input, checked
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const CylinderWavesArrowUp: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default CylinderWavesArrowUp;
|
|
@@ -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 Used for public announcement, release note, or new feature
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords cone, loud speaker, publish, keynote, notification
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const Megaphone: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default Megaphone;
|
|
@@ -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 Network requests made by mobile applications, mobile upload
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords remote, send, reply, command
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const MobilePhoneArrowUpInside: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default MobilePhoneArrowUpInside;
|
|
@@ -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 Used to highlight monitoring user behavior, video chat, teleconference, or remote work
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords rum, person, human, portrait, display, screen, pc
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const MonitorUser: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default MonitorUser;
|
|
@@ -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 Database Monitoring entity (DBMON) in Splunk Observability
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords data set, source, screen, display
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const StorageMonitor: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default StorageMonitor;
|
|
@@ -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 Text is aligned evenly along both the left and right edges by adjusting the spacing between words
|
|
12
|
+
* @category Formatting
|
|
13
|
+
* @keywords rich text, edit, format, style, layout
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const TextAlignJustified: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default TextAlignJustified;
|
|
@@ -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 Represents user-centric applications like video chat or teleconference
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords screen, monitor, display, human, person, portrait
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const WindowUser: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default WindowUser;
|
|
@@ -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 Represents application testing, settings, configurations, adjustments, or generic window customization
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords tool, header
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const WindowWrench: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default WindowWrench;
|