@splunk/react-icons 4.13.0 → 4.14.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 +13 -1
- package/Certification.d.ts +2 -0
- package/Certification.js +151 -0
- package/ChartGaugeLevelMarker.d.ts +2 -0
- package/ChartGaugeLevelMarker.js +147 -0
- package/ChartGaugeMarker.js +28 -28
- package/License.d.ts +2 -0
- package/License.js +159 -0
- package/LicenseCog.d.ts +2 -0
- package/LicenseCog.js +165 -0
- package/MonitorArrowUp.d.ts +2 -0
- package/MonitorArrowUp.js +149 -0
- package/NewSquare.d.ts +2 -0
- package/NewSquare.js +153 -0
- package/ServerLicense.d.ts +2 -0
- package/ServerLicense.js +169 -0
- package/package.json +1 -1
- package/types/icons/Certification.d.ts +19 -0
- package/types/icons/ChartGaugeLevelMarker.d.ts +17 -0
- package/types/icons/ChartGaugeMarker.d.ts +2 -2
- package/types/icons/License.d.ts +19 -0
- package/types/icons/LicenseCog.d.ts +19 -0
- package/types/icons/MonitorArrowUp.d.ts +17 -0
- package/types/icons/NewSquare.d.ts +17 -0
- package/types/icons/ServerLicense.d.ts +19 -0
package/LicenseCog.js
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
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 = L => {
|
|
12
|
+
/******/ var C = L && L.__esModule ?
|
|
13
|
+
/******/ () => L["default"]
|
|
14
|
+
/******/ : () => L
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(C, {
|
|
17
|
+
a: C
|
|
18
|
+
});
|
|
19
|
+
/******/ return C;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (L, C) => {
|
|
27
|
+
/******/ for (var t in C) {
|
|
28
|
+
/******/ if (e.o(C, t) && !e.o(L, t)) {
|
|
29
|
+
/******/ Object.defineProperty(L, t, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: C[t]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, L) => Object.prototype.hasOwnProperty.call(e, L)
|
|
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 L = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(L);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(L, {
|
|
64
|
+
default: () => /* binding */ v
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const C = require("react");
|
|
68
|
+
var t = e.n(C);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const r = require("@splunk/react-icons/SVG");
|
|
71
|
+
var n = e.n(r);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const l = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/LicenseCog.tsx
|
|
75
|
+
function a(e, L) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var C, t, r = o(e, L);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var n = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (t = 0; t < n.length; t++) {
|
|
81
|
+
C = n[t], L.includes(C) || {}.propertyIsEnumerable.call(e, C) && (r[C] = e[C]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return r;
|
|
85
|
+
}
|
|
86
|
+
function o(e, L) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var C = {};
|
|
89
|
+
for (var t in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, t)) {
|
|
91
|
+
if (L.includes(t)) continue;
|
|
92
|
+
C[t] = e[t];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return C;
|
|
96
|
+
}
|
|
97
|
+
var u = new Map;
|
|
98
|
+
u.set("outlined", (function() {
|
|
99
|
+
|
|
100
|
+
return t().createElement(t().Fragment, null, t().createElement("path", {
|
|
101
|
+
d: "M3 2.5C3 1.67157 3.67157 1 4.5 1H17.5C18.3284 1 19 1.67157 19 2.5V13H17V3H5V19H12.7096C12.7096 19.3912 12.5603 19.7825 12.2618 20.0809C12.0149 20.3278 11.9381 20.6843 12.0507 21H4.5C3.67157 21 3 20.3284 3 19.5V2.5Z"
|
|
102
|
+
}), t().createElement("path", {
|
|
103
|
+
d: "M7.99903 15.125H13.1512C13.1444 15.1354 13.1378 15.146 13.1313 15.1567L12.1247 16.8433C12.1184 16.8538 12.1124 16.8643 12.1066 16.875H7.99903C7.51578 16.875 7.12403 16.4832 7.12403 16C7.12403 15.5167 7.51578 15.125 7.99903 15.125Z"
|
|
104
|
+
}), t().createElement("path", {
|
|
105
|
+
d: "M12.8008 9.6345C13.1512 9.30173 13.1655 8.7479 12.8328 8.39747C12.5 8.04705 11.9462 8.03273 11.5957 8.3655L10.6606 9.25354L10.3421 8.90749C10.0149 8.55189 9.46134 8.5289 9.10574 8.85614C8.75015 9.18337 8.72716 9.73691 9.05439 10.0925L9.9747 11.0926C10.1335 11.2651 10.3548 11.3667 10.5891 11.3746C10.8234 11.3825 11.0511 11.296 11.2211 11.1346L12.8008 9.6345Z"
|
|
106
|
+
}), t().createElement("path", {
|
|
107
|
+
fillRule: "evenodd",
|
|
108
|
+
clipRule: "evenodd",
|
|
109
|
+
d: "M10.2793 4.78676C10.7275 4.5724 11.2573 4.57238 11.7056 4.78672L11.7282 4.79754L12.4703 5.20615C12.7578 5.35976 13.0615 5.44245 13.4663 5.55264C13.5741 5.58198 13.6892 5.6133 13.813 5.64841L13.8596 5.66162L13.9044 5.67988C14.3346 5.85519 14.677 6.20881 14.838 6.64552L14.8488 6.67502L15.0866 7.49786C15.1995 7.85103 15.3803 8.17848 15.6102 8.59475L15.6897 8.73903L15.7015 8.76048L15.7121 8.78255C15.9267 9.23053 15.9267 9.76027 15.7121 10.2083L15.7014 10.2307L15.6894 10.2524C15.6367 10.3481 15.5867 10.4372 15.5396 10.5212C15.3332 10.889 15.1806 11.1608 15.0905 11.4689L14.8546 12.3071L14.8439 12.3366C14.6762 12.8018 14.3035 13.1737 13.838 13.3405L13.8115 13.35L12.9855 13.5874C12.806 13.6457 12.6295 13.7173 12.4566 13.8011L11.7304 14.2071L11.7047 14.2194C11.2586 14.4318 10.7317 14.4348 10.2783 14.2136L10.2572 14.2034L10.2367 14.192C10.1452 14.1411 10.0597 14.0928 9.97892 14.0471C9.60868 13.8378 9.33669 13.684 9.02789 13.5937L8.19098 13.3582L8.16391 13.3486C7.70127 13.185 7.32971 12.8178 7.16067 12.3571L7.15007 12.3282L6.91257 11.5063C6.7972 11.1498 6.6181 10.8258 6.38816 10.4099L6.30836 10.2654L6.29588 10.2427L6.28477 10.2193C6.07167 9.77145 6.07175 9.24282 6.28498 8.79499L6.29581 8.77226L6.30792 8.75019C6.3618 8.652 6.41285 8.56081 6.46093 8.4749C6.6654 8.1096 6.81659 7.83949 6.90567 7.53322L7.14079 6.69809L7.14914 6.67393C7.30992 6.20881 7.67557 5.83373 8.13621 5.66105L8.16851 5.64894L8.99796 5.41057C9.35413 5.2954 9.678 5.11671 10.0943 4.88703L10.2354 4.80928L10.257 4.7974L10.2793 4.78676ZM10.9926 6.39022L10.9352 6.42204C10.5358 6.6435 10.054 6.9106 9.5185 7.08143L9.50644 7.08527L8.79201 7.29059L8.58752 8.01692C8.43683 8.53763 8.16468 9.01933 7.95481 9.3908C7.93212 9.43096 7.91004 9.47004 7.88904 9.50753L7.92158 9.56614C8.14262 9.96397 8.40953 10.4444 8.5807 10.9772L8.58655 10.9955L8.79292 11.7096L9.51308 11.9123C10.0388 12.0651 10.521 12.3403 10.8936 12.5529L10.9973 12.612L11.6442 12.2503L11.6651 12.24C11.9211 12.1143 12.1874 12.0057 12.4627 11.9173L12.4755 11.9131L13.2066 11.703L13.4091 10.9837C13.561 10.4614 13.834 9.97942 14.0449 9.60692L14.1081 9.49508L14.0762 9.43766C13.8552 9.03941 13.5838 8.55054 13.4148 8.01525L13.4116 8.00501L13.2068 7.29645L13.0902 7.26507C12.6702 7.15244 12.1265 7.00665 11.6455 6.74958L11.6312 6.74193L10.9926 6.39022Z"
|
|
110
|
+
}), t().createElement("path", {
|
|
111
|
+
fillRule: "evenodd",
|
|
112
|
+
clipRule: "evenodd",
|
|
113
|
+
d: "M17.2199 15C16.952 15 16.7166 15.1776 16.643 15.4352L16.3675 16.3993L15.3949 16.1558C15.135 16.0907 14.8635 16.2058 14.7295 16.4378L14.0804 17.5622C13.9465 17.7942 13.9825 18.0869 14.1688 18.2794L14.866 19L14.1688 19.7206C13.9825 19.9132 13.9465 20.2058 14.0804 20.4378L14.7295 21.5622C14.8635 21.7942 15.135 21.9093 15.3949 21.8442L16.3676 21.6007L16.643 22.5648C16.7166 22.8224 16.952 23 17.2199 23H18.5182C18.7861 23 19.0215 22.8224 19.0951 22.5648L19.3706 21.6007L20.3433 21.8442C20.6031 21.9093 20.8747 21.7942 21.0086 21.5622L21.6577 20.4378C21.7917 20.2058 21.7556 19.9132 21.5693 19.7206L20.8721 19L21.5693 18.2794C21.7556 18.0869 21.7917 17.7942 21.6577 17.5622L21.0086 16.4378C20.8747 16.2058 20.6031 16.0907 20.3433 16.1558L19.3706 16.3993L19.0951 15.4352C19.0215 15.1776 18.7861 15 18.5182 15H17.2199ZM19.0875 19C19.0875 19.6628 18.5502 20.2 17.8875 20.2C17.2248 20.2 16.6875 19.6628 16.6875 19C16.6875 18.3373 17.2248 17.8 17.8875 17.8C18.5502 17.8 19.0875 18.3373 19.0875 19Z"
|
|
114
|
+
}));
|
|
115
|
+
}));
|
|
116
|
+
u.set("filled", (function() {
|
|
117
|
+
|
|
118
|
+
return t().createElement(t().Fragment, null, t().createElement("path", {
|
|
119
|
+
d: "M12.8008 9.6345C13.1512 9.30173 13.1655 8.7479 12.8328 8.39747C12.5 8.04705 11.9462 8.03273 11.5957 8.3655L10.6606 9.25354L10.3421 8.90749C10.0149 8.55189 9.46134 8.5289 9.10574 8.85614C8.75015 9.18337 8.72716 9.73691 9.05439 10.0925L9.9747 11.0926C10.1335 11.2651 10.3548 11.3667 10.5891 11.3746C10.8234 11.3825 11.0511 11.296 11.2211 11.1346L12.8008 9.6345Z"
|
|
120
|
+
}), t().createElement("path", {
|
|
121
|
+
fillRule: "evenodd",
|
|
122
|
+
clipRule: "evenodd",
|
|
123
|
+
d: "M4.5 1C3.67157 1 3 1.67157 3 2.5V19.5C3 20.3284 3.67157 21 4.5 21H12.0507C11.9381 20.6843 12.0149 20.3278 12.2618 20.0809C12.8589 19.484 12.8589 18.516 12.2618 17.9191C12.2474 17.9047 12.2337 17.89 12.2205 17.875H8C7.51675 17.875 7.125 17.4832 7.125 17C7.125 16.5168 7.51675 16.125 8 16.125H12.5534L13.1313 15.1567C13.3391 14.8088 13.7601 14.6361 14.1631 14.7337L14.2059 14.7441C15.0268 14.9428 15.8594 14.4628 16.0987 13.6528C16.2128 13.2664 16.5779 13 16.9933 13H19V2.5C19 1.67157 18.3284 1 17.5 1H4.5ZM10.2793 4.78676C10.7275 4.5724 11.2573 4.57238 11.7056 4.78672L11.7282 4.79754L12.4703 5.20615C12.7578 5.35976 13.0615 5.44245 13.4663 5.55264C13.5741 5.58198 13.6892 5.61329 13.813 5.64841L13.8596 5.66162L13.9044 5.67988C14.3346 5.85519 14.677 6.20881 14.838 6.64552L14.8488 6.67502L15.0866 7.49786C15.1995 7.85103 15.3803 8.17848 15.6102 8.59475L15.6897 8.73903L15.7015 8.76048L15.7121 8.78255C15.9267 9.23053 15.9267 9.76027 15.7121 10.2083L15.7014 10.2307L15.6894 10.2524C15.6367 10.3481 15.5867 10.4372 15.5396 10.5212C15.3332 10.889 15.1806 11.1608 15.0905 11.4689L14.8546 12.3071L14.8439 12.3366C14.6762 12.8018 14.3035 13.1737 13.838 13.3405L13.8115 13.35L12.9855 13.5874C12.806 13.6457 12.6295 13.7173 12.4566 13.8011L11.7304 14.2071L11.7047 14.2194C11.2586 14.4318 10.7317 14.4348 10.2783 14.2136L10.2572 14.2034L10.2367 14.192C10.1452 14.1411 10.0597 14.0928 9.97892 14.0471C9.60868 13.8378 9.33669 13.684 9.02789 13.5937L8.19098 13.3582L8.16391 13.3486C7.70127 13.185 7.32971 12.8178 7.16067 12.3571L7.15007 12.3282L6.91257 11.5063C6.7972 11.1498 6.6181 10.8258 6.38816 10.4099L6.30836 10.2654L6.29588 10.2427L6.28477 10.2193C6.07167 9.77145 6.07175 9.24282 6.28498 8.79499L6.29581 8.77226L6.30792 8.75019C6.36185 8.65193 6.41292 8.56067 6.46104 8.4747C6.66551 8.1094 6.81659 7.83949 6.90567 7.53322L7.14079 6.69809L7.14914 6.67393C7.30992 6.20881 7.67557 5.83373 8.13621 5.66105L8.16851 5.64894L8.99796 5.41057C9.35413 5.2954 9.678 5.11671 10.0943 4.88703L10.2354 4.80928L10.257 4.7974L10.2793 4.78676Z"
|
|
124
|
+
}), t().createElement("path", {
|
|
125
|
+
fillRule: "evenodd",
|
|
126
|
+
clipRule: "evenodd",
|
|
127
|
+
d: "M17.2199 15C16.952 15 16.7166 15.1776 16.643 15.4352L16.3675 16.3993L15.3949 16.1558C15.135 16.0907 14.8635 16.2058 14.7295 16.4378L14.0804 17.5622C13.9465 17.7942 13.9825 18.0869 14.1688 18.2794L14.866 19L14.1688 19.7206C13.9825 19.9132 13.9465 20.2058 14.0804 20.4378L14.7295 21.5622C14.8635 21.7942 15.135 21.9093 15.3949 21.8442L16.3676 21.6007L16.643 22.5648C16.7166 22.8224 16.952 23 17.2199 23H18.5182C18.7861 23 19.0215 22.8224 19.0951 22.5648L19.3706 21.6007L20.3433 21.8442C20.6031 21.9093 20.8747 21.7942 21.0086 21.5622L21.6577 20.4378C21.7917 20.2058 21.7556 19.9132 21.5693 19.7206L20.8721 19L21.5693 18.2794C21.7556 18.0869 21.7917 17.7942 21.6577 17.5622L21.0086 16.4378C20.8747 16.2058 20.6031 16.0907 20.3433 16.1558L19.3706 16.3993L19.0951 15.4352C19.0215 15.1776 18.7861 15 18.5182 15H17.2199ZM19.0875 19C19.0875 19.6628 18.5502 20.2 17.8875 20.2C17.2248 20.2 16.6875 19.6628 16.6875 19C16.6875 18.3373 17.2248 17.8 17.8875 17.8C18.5502 17.8 19.0875 18.3373 19.0875 19Z"
|
|
128
|
+
}));
|
|
129
|
+
}));
|
|
130
|
+
var c = [ "default", "outlined", "filled" ];
|
|
131
|
+
var d = function e(L) {
|
|
132
|
+
return c.indexOf(L) >= 0;
|
|
133
|
+
};
|
|
134
|
+
var i = function e(L) {
|
|
135
|
+
return L === "default" || L && !d(L) ? "outlined" : L;
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* @description Management user license or configuration
|
|
139
|
+
Data Type
|
|
140
|
+
settings, licesing, checked, flower, badge, gear, award, certification
|
|
141
|
+
*
|
|
142
|
+
*
|
|
143
|
+
* @variants outlined,filled
|
|
144
|
+
*/ var f = function e(L) {
|
|
145
|
+
var r = L.children, o = L.variant, c = o === void 0 ? "default" : o, d = a(L, [ "children", "variant" ]);
|
|
146
|
+
var f = i(c);
|
|
147
|
+
var v = "licensecog-".concat(f);
|
|
148
|
+
var p = (0, C.useContext)(l.IconContext);
|
|
149
|
+
var s = u.get(f);
|
|
150
|
+
if (false) {}
|
|
151
|
+
if (p && s) {
|
|
152
|
+
var m = p.toRender, H = p.addIcon;
|
|
153
|
+
H(v, s());
|
|
154
|
+
if (!m) {
|
|
155
|
+
return null;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
return t().createElement(n(), d, r, p ? t().createElement("use", {
|
|
160
|
+
href: "#".concat(v)
|
|
161
|
+
}) : !!s && s());
|
|
162
|
+
};
|
|
163
|
+
/* harmony default export */ const v = f;
|
|
164
|
+
module.exports = L;
|
|
165
|
+
/******/})();
|
|
@@ -0,0 +1,149 @@
|
|
|
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/SVG"
|
|
70
|
+
const l = require("@splunk/react-icons/SVG");
|
|
71
|
+
var a = e.n(l);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const o = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/MonitorArrowUp.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], r.includes(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 (r.includes(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
var c = new Map;
|
|
98
|
+
c.set("outlined", (function() {
|
|
99
|
+
|
|
100
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
|
+
d: "M11.3623 6.73047C11.7326 6.42845 12.2674 6.42843 12.6377 6.73047L12.7139 6.7998L15.707 9.79297L15.7754 9.86914C16.0957 10.2619 16.0731 10.8409 15.707 11.207C15.3409 11.5731 14.7619 11.5957 14.3691 11.2754L14.293 11.207L13 9.91406V14H11V9.91406L9.70703 11.207C9.31652 11.5975 8.6835 11.5975 8.29297 11.207C7.90244 10.8165 7.90244 10.1835 8.29297 9.79297L11.2861 6.7998L11.3623 6.73047Z"
|
|
102
|
+
}), n().createElement("path", {
|
|
103
|
+
fillRule: "evenodd",
|
|
104
|
+
clipRule: "evenodd",
|
|
105
|
+
d: "M18.5 2.97461C19.8807 2.97461 21 4.0939 21 5.47461V14.4746C20.9999 15.8552 19.8806 16.9746 18.5 16.9746H15V19H17C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20C6 19.4477 6.44772 19 7 19H9V16.9746H5.5C4.11937 16.9746 3.00013 15.8552 3 14.4746V5.47461C3 4.0939 4.11929 2.97461 5.5 2.97461H18.5ZM11 19H13V17H11V19ZM5.5 4.97461C5.22386 4.97461 5 5.19847 5 5.47461V14.4746C5.00013 14.7506 5.22394 14.9746 5.5 14.9746H18.5C18.7761 14.9746 18.9999 14.7506 19 14.4746V5.47461C19 5.19847 18.7761 4.97461 18.5 4.97461H5.5Z"
|
|
106
|
+
}));
|
|
107
|
+
}));
|
|
108
|
+
c.set("filled", (function() {
|
|
109
|
+
|
|
110
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
111
|
+
fillRule: "evenodd",
|
|
112
|
+
clipRule: "evenodd",
|
|
113
|
+
d: "M21 5.47461C21 4.0939 19.8807 2.97461 18.5 2.97461H5.5C4.11929 2.97461 3 4.0939 3 5.47461V14.4746C3.00013 15.8552 4.11937 16.9746 5.5 16.9746H9V19H7C6.44772 19 6 19.4477 6 20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20C18 19.4477 17.5523 19 17 19H15V16.9746H18.5C19.8806 16.9746 20.9999 15.8552 21 14.4746V5.47461ZM13 19H11V17H13V19ZM12.6377 6.73047C12.2674 6.42843 11.7326 6.42845 11.3623 6.73047L11.2861 6.7998L8.29297 9.79297C7.90244 10.1835 7.90244 10.8165 8.29297 11.207C8.6835 11.5975 9.31652 11.5975 9.70703 11.207L11 9.91406V14H13V9.91406L14.293 11.207L14.3691 11.2754C14.7619 11.5957 15.3409 11.5731 15.707 11.207C16.0731 10.8409 16.0957 10.2619 15.7754 9.86914L15.707 9.79297L12.7139 6.7998L12.6377 6.73047Z"
|
|
114
|
+
}));
|
|
115
|
+
}));
|
|
116
|
+
var d = [ "default", "outlined", "filled" ];
|
|
117
|
+
var f = function e(r) {
|
|
118
|
+
return d.indexOf(r) >= 0;
|
|
119
|
+
};
|
|
120
|
+
var C = function e(r) {
|
|
121
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
*
|
|
126
|
+
*
|
|
127
|
+
* @variants outlined,filled
|
|
128
|
+
*/ var v = function e(r) {
|
|
129
|
+
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
130
|
+
var v = C(d);
|
|
131
|
+
var s = "monitorarrowup-".concat(v);
|
|
132
|
+
var p = (0, t.useContext)(o.IconContext);
|
|
133
|
+
var H = c.get(v);
|
|
134
|
+
if (false) {}
|
|
135
|
+
if (p && H) {
|
|
136
|
+
var V = p.toRender, m = p.addIcon;
|
|
137
|
+
m(s, H());
|
|
138
|
+
if (!V) {
|
|
139
|
+
return null;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
return n().createElement(a(), f, l, p ? n().createElement("use", {
|
|
144
|
+
href: "#".concat(s)
|
|
145
|
+
}) : !!H && H());
|
|
146
|
+
};
|
|
147
|
+
/* harmony default export */ const s = v;
|
|
148
|
+
module.exports = r;
|
|
149
|
+
/******/})();
|
package/NewSquare.d.ts
ADDED
package/NewSquare.js
ADDED
|
@@ -0,0 +1,153 @@
|
|
|
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 */ H
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const l = require("@splunk/react-icons/SVG");
|
|
71
|
+
var a = e.n(l);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const o = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/NewSquare.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], r.includes(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 (r.includes(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
var c = new Map;
|
|
98
|
+
c.set("outlined", (function() {
|
|
99
|
+
|
|
100
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
|
+
d: "M6.60645 10.1338C6.62022 10.1411 6.63237 10.1519 6.6416 10.165L8.13867 12.3047V10.2227L8.14648 10.1836C8.16166 10.1477 8.19783 10.123 8.23926 10.123H9.0498L9.08887 10.1309C9.12466 10.1461 9.15039 10.1813 9.15039 10.2227V13.7783C9.15007 13.8333 9.10483 13.8779 9.0498 13.8779H8.26758C8.23516 13.8779 8.20429 13.8623 8.18555 13.8359L6.68848 11.6943V13.7783C6.68816 13.8331 6.64368 13.8777 6.58887 13.8779H5.77734C5.72231 13.8779 5.67805 13.8333 5.67773 13.7783V10.2227L5.68555 10.1836C5.70078 10.1478 5.73602 10.123 5.77734 10.123H6.55957L6.60645 10.1338Z"
|
|
102
|
+
}), n().createElement("path", {
|
|
103
|
+
d: "M12.9053 10.1309C12.941 10.1461 12.9658 10.1814 12.9658 10.2227V10.8721C12.9655 10.927 12.9212 10.9716 12.8662 10.9717H11.1494V11.54H12.7002C12.7554 11.54 12.8007 11.5845 12.8008 11.6396V12.2842C12.8003 12.339 12.7551 12.3838 12.7002 12.3838H11.1494V13.0293H12.918C12.973 13.0295 13.0176 13.0738 13.0176 13.1289V13.7783C13.0173 13.8331 12.9728 13.8777 12.918 13.8779H10.2217C10.1667 13.8779 10.1224 13.8332 10.1221 13.7783V10.2227L10.1299 10.1836C10.1451 10.1479 10.1804 10.1231 10.2217 10.123H12.8662L12.9053 10.1309Z"
|
|
104
|
+
}), n().createElement("path", {
|
|
105
|
+
d: "M14.3145 10.1289C14.3461 10.1403 14.3714 10.1668 14.3789 10.2012L14.8779 12.5137L15.5039 10.1963L15.5176 10.167C15.5358 10.1399 15.5666 10.123 15.6006 10.123H16.3545L16.3867 10.1279C16.4174 10.1385 16.4423 10.1637 16.4512 10.1963L17.0762 12.5137L17.5762 10.2012L17.5889 10.1699C17.6067 10.1412 17.6385 10.123 17.6738 10.123H18.5879L18.6318 10.1328C18.6456 10.1396 18.6585 10.1495 18.668 10.1621C18.6866 10.1871 18.6921 10.2201 18.6836 10.25L17.6553 13.8057C17.6428 13.8482 17.6039 13.8779 17.5596 13.8779H16.6455C16.6008 13.8778 16.5609 13.8477 16.5488 13.8047L15.96 11.6641L15.3711 13.8047C15.3591 13.8477 15.32 13.8777 15.2754 13.8779H14.3613C14.317 13.8779 14.2772 13.8482 14.2646 13.8057L13.2373 10.25C13.2287 10.22 13.2343 10.1871 13.2529 10.1621C13.2718 10.1371 13.3017 10.123 13.333 10.123H14.2812L14.3145 10.1289Z"
|
|
106
|
+
}), n().createElement("path", {
|
|
107
|
+
fillRule: "evenodd",
|
|
108
|
+
clipRule: "evenodd",
|
|
109
|
+
d: "M18.5762 3.01367C19.9376 3.15198 21 4.30225 21 5.7002V18.2998L20.9863 18.5762C20.8572 19.8468 19.8468 20.8572 18.5762 20.9863L18.2998 21H5.7002L5.42383 20.9863C4.15317 20.8572 3.14275 19.8468 3.01367 18.5762L3 18.2998V5.7002C3 4.30225 4.06238 3.15198 5.42383 3.01367L5.7002 3H18.2998L18.5762 3.01367ZM5.7002 5C5.3136 5 5 5.3136 5 5.7002V18.2998C5 18.6864 5.3136 19 5.7002 19H18.2998C18.6864 19 19 18.6864 19 18.2998V5.7002C19 5.3136 18.6864 5 18.2998 5H5.7002Z"
|
|
110
|
+
}));
|
|
111
|
+
}));
|
|
112
|
+
c.set("filled", (function() {
|
|
113
|
+
|
|
114
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
115
|
+
fillRule: "evenodd",
|
|
116
|
+
clipRule: "evenodd",
|
|
117
|
+
d: "M18.2998 3C19.791 3 21 4.20903 21 5.7002V18.2998C21 19.791 19.791 21 18.2998 21H5.7002C4.20903 21 3 19.791 3 18.2998V5.7002C3 4.20903 4.20903 3 5.7002 3H18.2998ZM5 10V14H5.91211V11.2988L7.80176 14H8.68164V10H7.76953V12.7012L5.87988 10H5ZM10 10V14H13.0332V13.2695H10.9316V12.3184H12.7891V11.5938H10.9316V10.7305H12.9746V10H10ZM13.5 10L14.6562 14H15.6846L16.4561 11.2002L17.2266 14H18.2549L19.4111 10H18.3838L17.7988 12.707C17.786 12.765 17.7577 12.7939 17.7148 12.7939C17.6764 12.7938 17.6489 12.7669 17.6318 12.7129L16.8994 10H16.0508L15.3184 12.7129C15.3013 12.7668 15.2737 12.7937 15.2354 12.7939C15.1925 12.7939 15.1642 12.765 15.1514 12.707L14.5664 10H13.5Z"
|
|
118
|
+
}));
|
|
119
|
+
}));
|
|
120
|
+
var C = [ "default", "outlined", "filled" ];
|
|
121
|
+
var d = function e(r) {
|
|
122
|
+
return C.indexOf(r) >= 0;
|
|
123
|
+
};
|
|
124
|
+
var f = function e(r) {
|
|
125
|
+
return r === "default" || r && !d(r) ? "outlined" : r;
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
*
|
|
130
|
+
*
|
|
131
|
+
* @variants outlined,filled
|
|
132
|
+
*/ var L = function e(r) {
|
|
133
|
+
var l = r.children, i = r.variant, C = i === void 0 ? "default" : i, d = u(r, [ "children", "variant" ]);
|
|
134
|
+
var L = f(C);
|
|
135
|
+
var H = "newsquare-".concat(L);
|
|
136
|
+
var v = (0, t.useContext)(o.IconContext);
|
|
137
|
+
var V = c.get(L);
|
|
138
|
+
if (false) {}
|
|
139
|
+
if (v && V) {
|
|
140
|
+
var s = v.toRender, p = v.addIcon;
|
|
141
|
+
p(H, V());
|
|
142
|
+
if (!s) {
|
|
143
|
+
return null;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
return n().createElement(a(), d, l, v ? n().createElement("use", {
|
|
148
|
+
href: "#".concat(H)
|
|
149
|
+
}) : !!V && V());
|
|
150
|
+
};
|
|
151
|
+
/* harmony default export */ const H = L;
|
|
152
|
+
module.exports = r;
|
|
153
|
+
/******/})();
|