@splunk/react-icons 5.2.0 → 5.3.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/ArrowsDoubleLeftRight.d.ts +2 -0
- package/ArrowsDoubleLeftRight.js +146 -0
- package/ArrowsFourRightLeftUpDown.d.ts +2 -0
- package/ArrowsFourRightLeftUpDown.js +146 -0
- package/AsteriskCircle.js +3 -3
- package/CHANGELOG.md +12 -0
- package/Calculation.js +1 -1
- package/CaretDown.js +2 -2
- package/CaretsSmallUpDown.js +2 -2
- package/ControlFastForward.js +3 -3
- package/ControlNext.js +3 -3
- package/ControlPrevious.js +3 -3
- package/ControlRewind.js +5 -5
- package/CrossHexagon.js +3 -3
- package/DotsThreeCircle.js +3 -3
- package/FileRipped.js +3 -3
- package/InformationSerifSquare.js +3 -3
- package/NodeSplit.js +2 -2
- package/PaperFolded.js +2 -2
- package/Scope.js +1 -1
- package/ShoppingCart.d.ts +2 -0
- package/ShoppingCart.js +154 -0
- package/StarEightPoints.js +1 -1
- package/TagMarkerRight.js +3 -3
- package/TildeCircle.js +3 -3
- package/WallBricks.d.ts +2 -0
- package/WallBricks.js +158 -0
- package/WeightingScale.js +1 -1
- package/package.json +1 -1
- package/types/icons/ArrowsDoubleLeftRight.d.ts +17 -0
- package/types/icons/ArrowsFourRightLeftUpDown.d.ts +17 -0
- package/types/icons/AsteriskCircle.d.ts +3 -3
- package/types/icons/ControlFastForward.d.ts +3 -3
- package/types/icons/ControlNext.d.ts +3 -3
- package/types/icons/ControlPrevious.d.ts +3 -3
- package/types/icons/ControlRewind.d.ts +3 -3
- package/types/icons/CrossHexagon.d.ts +3 -3
- package/types/icons/DotsThreeCircle.d.ts +3 -3
- package/types/icons/FileRipped.d.ts +3 -3
- package/types/icons/InformationSerifSquare.d.ts +3 -3
- package/types/icons/PaperFolded.d.ts +2 -2
- package/types/icons/ShoppingCart.d.ts +17 -0
- package/types/icons/TagMarkerRight.d.ts +3 -3
- package/types/icons/TildeCircle.d.ts +3 -3
- package/types/icons/WallBricks.d.ts +17 -0
package/ShoppingCart.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 */ p
|
|
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 a = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const l = require("@splunk/react-icons/SVG");
|
|
73
|
+
var o = e.n(l);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/ShoppingCart.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, a = i(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var l = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < l.length; n++) {
|
|
81
|
+
t = l[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return a;
|
|
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: "M8 17C9.10457 17 10 17.8954 10 19C10 20.1046 9.10457 21 8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
fillRule: "evenodd",
|
|
107
|
+
clipRule: "evenodd",
|
|
108
|
+
d: "M5.16309 3.01465C5.49682 3.0718 5.78087 3.29345 5.91699 3.60352L5.97168 3.76465L6.28027 5H19.4873C20.1443 5.00007 20.6262 5.61741 20.4668 6.25488L18.9717 12.2354C18.8591 12.6847 18.4555 13 17.9922 13H8.28027L8.78027 15H18C18.5523 15 19 15.4477 19 16C19 16.5523 18.5523 17 18 17H8.00781C7.54452 17 7.14088 16.6847 7.02832 16.2354L4.21973 5H2C1.44772 5 1 4.55228 1 4C1 3.44772 1.44772 3 2 3H4.99219L5.16309 3.01465ZM17 17C18.1046 17 19 17.8954 19 19C19 20.1046 18.1046 21 17 21C15.8954 21 15 20.1046 15 19C15 17.8954 15.8954 17 17 17ZM7.78027 11H17.2197L18.2188 7H6.78027L7.78027 11Z"
|
|
109
|
+
}));
|
|
110
|
+
}));
|
|
111
|
+
c.set("filled", (function() {
|
|
112
|
+
|
|
113
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
+
d: "M8 17C9.10457 17 10 17.8954 10 19C10 20.1046 9.10457 21 8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17Z"
|
|
115
|
+
}), n().createElement("path", {
|
|
116
|
+
fillRule: "evenodd",
|
|
117
|
+
clipRule: "evenodd",
|
|
118
|
+
d: "M5.16309 3.01465C5.49682 3.0718 5.78087 3.29345 5.91699 3.60352L5.97168 3.76465L6.28027 5H19.4873C20.1442 5.00007 20.6262 5.6174 20.4668 6.25488L18.9717 12.2354C18.8591 12.6847 18.4555 13 17.9922 13H8.28027L8.78027 15H18C18.5523 15 19 15.4477 19 16C19 16.5523 18.5523 17 18 17H8.00781C7.54452 17 7.14088 16.6847 7.02832 16.2354L5.04004 8.28223L4.49902 6.27246C4.47302 6.17581 4.46368 6.07938 4.46582 5.98535L4.21973 5H2C1.44772 5 1 4.55228 1 4C1 3.44772 1.44772 3 2 3H4.99219L5.16309 3.01465ZM17 17C18.1046 17 19 17.8954 19 19C19 20.1046 18.1046 21 17 21C15.8954 21 15 20.1046 15 19C15 17.8954 15.8954 17 17 17Z"
|
|
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 Online store purchasing, e-commerse experience
|
|
130
|
+
* @category Objects
|
|
131
|
+
* @keywords buy, expense, checkout, wheels
|
|
132
|
+
* @variants outlined,filled
|
|
133
|
+
*/ var v = function e(r) {
|
|
134
|
+
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
135
|
+
var v = C(d);
|
|
136
|
+
var p = "shoppingcart-".concat(v);
|
|
137
|
+
var s = (0, t.useContext)(a.IconContext);
|
|
138
|
+
var m = c.get(v);
|
|
139
|
+
if (false) {}
|
|
140
|
+
if (s && m) {
|
|
141
|
+
var L = s.toRender, y = s.addIcon;
|
|
142
|
+
y(p, m());
|
|
143
|
+
if (!L) {
|
|
144
|
+
return null;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
return n().createElement(o(), f, l, s ? n().createElement("use", {
|
|
149
|
+
href: "#".concat(p)
|
|
150
|
+
}) : !!m && m());
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const p = v;
|
|
153
|
+
module.exports = r;
|
|
154
|
+
/******/})();
|
package/StarEightPoints.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: "M10.
|
|
106
|
+
d: "M10.6781 2.23402C11.2865 1.25321 12.7135 1.25321 13.3219 2.23402L14.9548 4.86651L17.9709 4.15968C19.0946 3.89633 20.1037 4.90542 19.8403 6.02914L19.1335 9.04522L21.766 10.6781C22.7468 11.2865 22.7468 12.7135 21.766 13.3219L19.1335 14.9548L19.8403 17.9709C20.1037 19.0946 19.0946 20.1037 17.9709 19.8403L14.9548 19.1335L13.3219 21.766C12.7135 22.7468 11.2865 22.7468 10.6781 21.766L9.04522 19.1335L6.02914 19.8403C4.90542 20.1037 3.89633 19.0946 4.15968 17.9709L4.86651 14.9548L2.23402 13.3219C1.25321 12.7135 1.25321 11.2865 2.23402 10.6781L4.86651 9.04522L4.15968 6.02914C3.89633 4.90542 4.90542 3.89633 6.02914 4.15968L9.04522 4.86651L10.6781 2.23402ZM12 3.89714L10.5765 6.19203C10.2246 6.75944 9.54978 7.03895 8.89969 6.8866L6.27041 6.27041L6.8866 8.89969C7.03895 9.54978 6.75944 10.2246 6.19203 10.5765L3.89714 12L6.19203 13.4235C6.75944 13.7754 7.03895 14.4502 6.8866 15.1003L6.27041 17.7296L8.89969 17.1134C9.54978 16.9611 10.2246 17.2406 10.5765 17.808L12 20.1029L13.4235 17.808C13.7754 17.2406 14.4502 16.9611 15.1003 17.1134L17.7296 17.7296L17.1134 15.1003C16.9611 14.4502 17.2406 13.7754 17.808 13.4235L20.1029 12L17.808 10.5765C17.2406 10.2246 16.9611 9.54978 17.1134 8.89969L17.7296 6.27041L15.1003 6.8866C14.4502 7.03895 13.7754 6.75944 13.4235 6.19203L12 3.89714Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
L.set("filled", (function() {
|
package/TagMarkerRight.js
CHANGED
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
121
121
|
};
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
123
|
+
* @description Run a script up to this marker for debugging in DMX
|
|
124
|
+
* @category Actions
|
|
125
|
+
* @keywords play until, pause, tag, marker, editor
|
|
126
126
|
* @variants outlined,filled
|
|
127
127
|
*/ var s = function e(r) {
|
|
128
128
|
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
package/TildeCircle.js
CHANGED
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
125
125
|
};
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
127
|
+
* @description Low warning indicator for status, notifications, badges, and alert
|
|
128
|
+
* @category Severity
|
|
129
|
+
* @keywords wave, alternating current
|
|
130
130
|
* @variants outlined,filled
|
|
131
131
|
*/ var C = function e(r) {
|
|
132
132
|
var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
package/WallBricks.d.ts
ADDED
package/WallBricks.js
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = 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 */ H
|
|
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 a = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const l = require("@splunk/react-icons/SVG");
|
|
73
|
+
var o = e.n(l);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/WallBricks.tsx
|
|
75
|
+
function u(e, t) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var r, n, a = c(e, t);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var l = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < l.length; n++) {
|
|
81
|
+
r = l[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (a[r] = e[r]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return a;
|
|
85
|
+
}
|
|
86
|
+
function c(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
|
+
fillRule: "evenodd",
|
|
105
|
+
clipRule: "evenodd",
|
|
106
|
+
d: "M19.5 4C20.8807 4 22 5.11929 22 6.5V18.5C22 19.8807 20.8807 21 19.5 21H4.5C3.11929 21 2 19.8807 2 18.5V6.5C2 5.11929 3.11929 4 4.5 4H19.5ZM10 16V19H19.5C19.7761 19 20 18.7761 20 18.5V16H10ZM4 18.5C4 18.7761 4.22386 19 4.5 19H8V16H4V18.5ZM16 11V14H20V11H16ZM4 14H14V11H4V14ZM10 9H20V6.5C20 6.22386 19.7761 6 19.5 6H10V9ZM4.5 6C4.22386 6 4 6.22386 4 6.5V9H8V6H4.5Z"
|
|
107
|
+
}));
|
|
108
|
+
}));
|
|
109
|
+
i.set("filled", (function() {
|
|
110
|
+
|
|
111
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
112
|
+
d: "M8 16.5V20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V16.5H8Z"
|
|
113
|
+
}), n().createElement("path", {
|
|
114
|
+
d: "M21.5 18.5C21.5 19.6046 20.6046 20.5 19.5 20.5H10V16.5H21.5V18.5Z"
|
|
115
|
+
}), n().createElement("path", {
|
|
116
|
+
d: "M21.5 14.5H16V10.5H21.5V14.5Z"
|
|
117
|
+
}), n().createElement("path", {
|
|
118
|
+
d: "M14 10.5V14.5H2.5V10.5H14Z"
|
|
119
|
+
}), n().createElement("path", {
|
|
120
|
+
d: "M19.5 4.5C20.6046 4.5 21.5 5.39543 21.5 6.5V8.5H10V4.5H19.5Z"
|
|
121
|
+
}), n().createElement("path", {
|
|
122
|
+
d: "M8 4.5V8.5H2.5V6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H8Z"
|
|
123
|
+
}));
|
|
124
|
+
}));
|
|
125
|
+
var d = [ "default", "outlined", "filled" ];
|
|
126
|
+
var f = function e(t) {
|
|
127
|
+
return d.indexOf(t) >= 0;
|
|
128
|
+
};
|
|
129
|
+
var v = function e(t) {
|
|
130
|
+
return t === "default" || t && !f(t) ? "outlined" : t;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* @description Firewall security, building blocks
|
|
134
|
+
* @category Objects
|
|
135
|
+
* @keywords solid, network, gateway, internet
|
|
136
|
+
* @variants outlined,filled
|
|
137
|
+
*/ var V = function e(t) {
|
|
138
|
+
var l = t.children, c = t.variant, d = c === void 0 ? "default" : c, f = u(t, [ "children", "variant" ]);
|
|
139
|
+
var V = v(d);
|
|
140
|
+
var H = "wallbricks-".concat(V);
|
|
141
|
+
var p = (0, r.useContext)(a.IconContext);
|
|
142
|
+
var s = i.get(V);
|
|
143
|
+
if (false) {}
|
|
144
|
+
if (p && s) {
|
|
145
|
+
var m = p.toRender, M = p.addIcon;
|
|
146
|
+
M(H, s());
|
|
147
|
+
if (!m) {
|
|
148
|
+
return null;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
return n().createElement(o(), f, l, p ? n().createElement("use", {
|
|
153
|
+
href: "#".concat(H)
|
|
154
|
+
}) : !!s && s());
|
|
155
|
+
};
|
|
156
|
+
/* harmony default export */ const H = V;
|
|
157
|
+
module.exports = t;
|
|
158
|
+
/******/})();
|
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: "M8.99988 2C8.44759 2 7.99988 2.44772 7.99988 3V6H5.99988C5.44759 6 4.99988 6.44772 4.99988 7V10.0001H4.41417L3.70706 9.29297L2.29285 10.7072L3.29285 11.7072C3.48038 11.8947 3.73474 12.0001 3.99995 12.0001H10.9999V13.0164C7.09088 13.2737 3.99988 16.5259 3.99988 20.5V21C3.99988 21.5523 4.44759 22 4.99988 22H18.9999C19.5522 22 19.9999 21.5523 19.9999 21V20.5C19.9999 16.5259 16.9089 13.2737 12.9999 13.0164V12.0001H20C20.2652 12.0001 20.5195 11.8947 20.7071 11.7072L21.7071 10.7072L20.2928 9.29297L19.5857 10.0001H18.9999V7C18.9999 6.44772 18.5522 6 17.9999 6H15.9999V3C15.9999 2.44772 15.5522 2 14.9999 2H8.99988ZM11.4999 15C8.63086 15 6.27491 17.1968 6.0223 20H11.1337C11.1618 19.9514 11.1945 19.9044 11.2317 19.8598L13.7317 16.8598C14.0852 16.4355 14.7158 16.3782 15.1401 16.7318C15.5644 17.0853 15.6217 17.7159 15.2681 18.1402L13.7183 20H17.9775C17.7248 17.1968 15.3689 15 12.4999 15H11.4999ZM13.9999 6V4H9.99988V6H13.9999ZM6.99988 8V10H10.9999V8H6.99988ZM12.9999 8V10H16.9999V8H12.9999Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
c.set("filled", (function() {
|
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';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description Switch device of network topology
|
|
12
|
+
* @category Controls
|
|
13
|
+
* @keywords diagram, graph, entity, flow chart
|
|
14
|
+
* @variants outlined
|
|
15
|
+
*/
|
|
16
|
+
declare const ArrowsDoubleLeftRight: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default ArrowsDoubleLeftRight;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SVG from '@splunk/react-icons/SVG';
|
|
3
|
+
export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
|
+
*/
|
|
8
|
+
variant?: 'default' | 'outlined';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description Router device of network topology
|
|
12
|
+
* @category Controls
|
|
13
|
+
* @keywords diagram, graph, entity, flow chart
|
|
14
|
+
* @variants outlined
|
|
15
|
+
*/
|
|
16
|
+
declare const ArrowsFourRightLeftUpDown: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default ArrowsFourRightLeftUpDown;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Excellent indicator for status, notifications, badges, and alert
|
|
12
|
+
* @category Severity
|
|
13
|
+
* @keywords star, splat, wildcard, multiplication sign
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const AsteriskCircle: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Action or fast search/seeking status
|
|
12
|
+
* @category Controls
|
|
13
|
+
* @keywords fast forward button, next, preview
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlFastForward: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Action to skip current or jump to the end of content
|
|
12
|
+
* @category Controls
|
|
13
|
+
* @keywords triangle play, pause, next, end
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlNext: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Action to go back to previous or the beginning
|
|
12
|
+
* @category Controls
|
|
13
|
+
* @keywords triangle play back, pause, previous
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlPrevious: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Action or rewind/seeking status
|
|
12
|
+
* @category Controls
|
|
13
|
+
* @keywords fast rewind button, previous, preview
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlRewind: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Negative indicator for status, notifications, badges, and alert
|
|
12
|
+
* @category Severity
|
|
13
|
+
* @keywords error, incident, warning, alert, broken
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const CrossHexagon: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description More actions button, In progress status indicator for status, notifications, badges, severity and alert
|
|
12
|
+
* @category Navigation
|
|
13
|
+
* @keywords overflow, horizontal
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const DotsThreeCircle: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Broken file, data source or document. Read error, file path not found.
|
|
12
|
+
* @category Reports
|
|
13
|
+
* @keywords file extension, status
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const FileRipped: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Alternative information indicator for status, notifications, badges, and alert
|
|
12
|
+
* @category Notifications
|
|
13
|
+
* @keywords box, info, annotation
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const InformationSerifSquare: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* @description Map
|
|
11
|
+
* @description Map view, navigation data, gps location
|
|
12
12
|
* @category Objects
|
|
13
|
-
*
|
|
13
|
+
* @keywords visualization, world atlas, globe
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const PaperFolded: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -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 Online store purchasing, e-commerse experience
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords buy, expense, checkout, wheels
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const ShoppingCart: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default ShoppingCart;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Run a script up to this marker for debugging in DMX
|
|
12
|
+
* @category Actions
|
|
13
|
+
* @keywords play until, pause, tag, marker, editor
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const TagMarkerRight: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* @description Low warning indicator for status, notifications, badges, and alert
|
|
12
|
+
* @category Severity
|
|
13
|
+
* @keywords wave, alternating current
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const TildeCircle: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
@@ -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 Firewall security, building blocks
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords solid, network, gateway, internet
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const WallBricks: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default WallBricks;
|