@splunk/react-icons 5.7.0 → 5.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Bell.js +2 -2
- package/BellDot.js +3 -3
- package/BellSlashed.js +3 -3
- package/CHANGELOG.md +20 -0
- package/CloudArrowInRight.js +1 -1
- package/CloudArrowOutRight.d.ts +2 -0
- package/CloudArrowOutRight.js +150 -0
- package/CloudNodesInside.js +3 -3
- package/CogChevronSlashWrench.d.ts +2 -0
- package/CogChevronSlashWrench.js +158 -0
- package/CursorArrowClicking.js +9 -9
- package/EraserUnderline.d.ts +2 -0
- package/EraserUnderline.js +154 -0
- package/FilterArrowDown.js +4 -4
- package/FilterArrowUp.js +2 -2
- package/FilterArrowUpDown.js +2 -2
- package/FingerPointClicking.js +5 -5
- package/HeartRibbon.js +1 -1
- package/KubernetesHelm.js +2 -2
- package/LayersDoubleTransparent.js +1 -1
- package/LayoutStacked.d.ts +2 -0
- package/LayoutStacked.js +166 -0
- package/MultipleFolders.d.ts +2 -0
- package/{MutipleFolders.js → MultipleFolders.js} +2 -2
- package/NodeFollowFour.js +1 -1
- package/PhoneReceiverAngledSlashed.js +2 -2
- package/RectangularsArrowInto.js +1 -1
- 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/TextLambdaBroad.js +4 -4
- 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 +87 -4
- package/package.json +1 -1
- package/types/icons/CloudArrowInRight.d.ts +1 -1
- package/types/icons/CloudArrowOutRight.d.ts +17 -0
- package/types/icons/CloudNodesInside.d.ts +1 -1
- package/types/icons/CogChevronSlashWrench.d.ts +17 -0
- package/types/icons/EraserUnderline.d.ts +17 -0
- package/types/icons/LayoutStacked.d.ts +17 -0
- package/types/icons/{MutipleFolders.d.ts → MultipleFolders.d.ts} +2 -2
- 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/MutipleFolders.d.ts +0 -2
|
@@ -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/TextLambdaBroad.js
CHANGED
|
@@ -103,19 +103,19 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M8.
|
|
106
|
+
d: "M8.72576 10.5566C9.0841 10.568 9.40911 10.7703 9.57732 11.0869L11.467 14.6416C11.6347 14.9575 11.6208 15.3396 11.4308 15.6426L8.36052 20.5322C8.17755 20.8233 7.85766 20.9999 7.51384 21H3.50017C3.13801 21 2.80389 20.8044 2.62712 20.4883C2.45043 20.1721 2.45893 19.7851 2.64861 19.4766L7.84294 11.0312L7.92009 10.9229C8.11528 10.6839 8.41241 10.5469 8.72576 10.5566ZM5.28923 19H6.96111L9.42888 15.0684L8.63103 13.5664L5.28923 19Z"
|
|
107
107
|
}), n().createElement("path", {
|
|
108
108
|
fillRule: "evenodd",
|
|
109
109
|
clipRule: "evenodd",
|
|
110
|
-
d: "M11.
|
|
110
|
+
d: "M11.6662 3.00977C11.9854 3.05458 12.2674 3.25202 12.4172 3.54395L18.7482 15.8887H20.4992C21.0514 15.8887 21.4991 16.3365 21.4992 16.8887V20C21.4992 20.5523 21.0514 21 20.4992 21H16.2492C15.88 21 15.5412 20.7964 15.3674 20.4707L9.03533 8.59766L6.78533 8.55566C6.24082 8.54503 5.80491 8.10031 5.80486 7.55566V4C5.80486 3.44772 6.25257 3 6.80486 3H11.5275L11.6662 3.00977ZM7.80486 6.57422L9.66033 6.61035L9.79411 6.62207C10.1024 6.66987 10.3744 6.85985 10.5236 7.13965L16.8498 19H19.4992V17.8887H18.1379C17.763 17.8886 17.4194 17.6792 17.2482 17.3457L10.9162 5H7.80486V6.57422Z"
|
|
111
111
|
}));
|
|
112
112
|
}));
|
|
113
113
|
c.set("filled", (function() {
|
|
114
114
|
|
|
115
115
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
116
|
-
d: "M8.
|
|
116
|
+
d: "M8.72576 10.5566C9.0841 10.568 9.40911 10.7703 9.57732 11.0869L11.467 14.6416C11.6347 14.9575 11.6208 15.3396 11.4308 15.6426L8.36052 20.5322C8.17755 20.8233 7.85766 20.9999 7.51384 21H3.50017C3.13801 21 2.80389 20.8044 2.62712 20.4883C2.45043 20.1721 2.45893 19.7851 2.64861 19.4766L7.84294 11.0312L7.92009 10.9229C8.11528 10.6839 8.41241 10.5469 8.72576 10.5566Z"
|
|
117
117
|
}), n().createElement("path", {
|
|
118
|
-
d: "M11.
|
|
118
|
+
d: "M11.6681 3.00977C11.9874 3.05458 12.2694 3.25202 12.4191 3.54395L18.7502 15.8887H20.5011C21.0533 15.8887 21.501 16.3365 21.5011 16.8887V20C21.5011 20.5523 21.0534 21 20.5011 21H16.2511C15.882 21 15.5431 20.7964 15.3693 20.4707L9.03728 8.59766L6.78728 8.55566C6.24277 8.54503 5.80687 8.10031 5.80681 7.55566V4C5.80681 3.44772 6.25453 3 6.80681 3H11.5295L11.6681 3.00977Z"
|
|
119
119
|
}));
|
|
120
120
|
}));
|
|
121
121
|
var d = [ "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.70752 3.29289C3.31699 2.90237 2.68383 2.90237 2.2933 3.29289C1.90278 3.68342 1.90278 4.31658 2.2933 4.70711L3.99819 6.41199C2.92193 7.05555 1.90648 7.84008 0.978477 8.76559L0.974488 8.76959L0.963292 8.78077C0.583523 9.17563 0.579333 9.81101 0.977435 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.70752 3.29289ZM11.5519 13.9657L9.14323 11.557C8.22918 11.8725 7.35703 12.344 6.56823 12.9715L8.61759 15.0208C9.50082 14.3963 10.5179 14.0446 11.5519 13.9657ZM7.60338 10.0172L5.46378 7.87758C4.63714 8.33063 3.84758 8.87592 3.11021 9.51345L5.14649 11.5497C5.90721 10.9176 6.73472 10.4068 7.60338 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.1027 3.33603 7.88116 4.75942L9.55144 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() {
|