@splunk/react-icons 4.4.0 → 4.6.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/ArrowTriangleDown.js +12 -10
- package/ArrowTriangleLeft.js +22 -20
- package/ArrowTriangleRight.js +22 -20
- package/ArrowTriangleUp.js +22 -20
- package/CHANGELOG.md +32 -0
- package/Calculation.d.ts +2 -0
- package/Calculation.js +168 -0
- package/Calculator.d.ts +2 -0
- package/Calculator.js +156 -0
- package/ChevronsSlash.js +60 -50
- package/Containership.js +1 -1
- package/CylinderWaves.d.ts +2 -0
- package/CylinderWaves.js +160 -0
- package/DeviceEdgeHub.d.ts +2 -0
- package/DeviceEdgeHub.js +162 -0
- package/ExclamationTriangle.js +6 -6
- package/ExclamationTriangleDown.d.ts +2 -0
- package/ExclamationTriangleDown.js +160 -0
- package/FileChevronRight.d.ts +2 -0
- package/FileChevronRight.js +158 -0
- package/Hammer.js +2 -2
- package/HotAirBalloon.js +2 -2
- package/IconProvider.d.ts +1 -1
- package/Lightning.js +1 -1
- package/ListNumbered.d.ts +2 -0
- package/ListNumbered.js +156 -0
- package/QuotationDouble.d.ts +2 -0
- package/QuotationDouble.js +148 -0
- package/SVG.d.ts +3 -3
- package/SVGEnterprise.d.ts +5 -5
- package/Scissors.js +2 -2
- package/Shield.d.ts +2 -0
- package/Shield.js +158 -0
- package/Snowflake.js +1 -1
- package/TextAlignBottom.d.ts +2 -0
- package/TextAlignBottom.js +156 -0
- package/TextAlignCenter.d.ts +2 -0
- package/TextAlignCenter.js +160 -0
- package/TextAlignLeft.d.ts +2 -0
- package/TextAlignLeft.js +160 -0
- package/TextAlignRight.d.ts +2 -0
- package/TextAlignRight.js +160 -0
- package/TextAlignTop.d.ts +2 -0
- package/TextAlignTop.js +156 -0
- package/TextAlignVerticalCenter.d.ts +2 -0
- package/TextAlignVerticalCenter.js +158 -0
- package/TextBBold.d.ts +2 -0
- package/TextBBold.js +148 -0
- package/TextDirectionMinus45.js +2 -2
- package/TextH.d.ts +2 -0
- package/TextH.js +146 -0
- package/TextIItalic.d.ts +2 -0
- package/TextIItalic.js +146 -0
- package/TextSStrikethrough.d.ts +2 -0
- package/TextSStrikethrough.js +148 -0
- package/TextUUnderline.d.ts +2 -0
- package/TextUUnderline.js +148 -0
- package/Triangle.js +22 -20
- package/TriangleDown.js +156 -0
- package/WindowGlobe.d.ts +2 -0
- package/WindowGlobe.js +172 -0
- package/package.json +12 -10
- package/test-runner-jest.config.js +1 -0
- package/types/icons/Calculation.d.ts +20 -0
- package/types/icons/Calculator.d.ts +20 -0
- package/types/icons/ChevronsSlash.d.ts +2 -2
- package/types/icons/CylinderWaves.d.ts +20 -0
- package/types/icons/DeviceEdgeHub.d.ts +20 -0
- package/types/icons/ExclamationTriangleDown.d.ts +20 -0
- package/types/icons/FileChevronRight.d.ts +20 -0
- package/types/icons/ListNumbered.d.ts +20 -0
- package/types/icons/QuotationDouble.d.ts +20 -0
- package/types/icons/Shield.d.ts +20 -0
- package/types/icons/TextAlignBottom.d.ts +20 -0
- package/types/icons/TextAlignCenter.d.ts +20 -0
- package/types/icons/TextAlignLeft.d.ts +20 -0
- package/types/icons/TextAlignRight.d.ts +20 -0
- package/types/icons/TextAlignTop.d.ts +20 -0
- package/types/icons/TextAlignVerticalCenter.d.ts +20 -0
- package/types/icons/TextBBold.d.ts +20 -0
- package/types/icons/TextH.d.ts +20 -0
- package/types/icons/TextIItalic.d.ts +20 -0
- package/types/icons/TextSStrikethrough.d.ts +20 -0
- package/types/icons/TextUUnderline.d.ts +20 -0
- package/types/icons/TriangleDown.d.ts +20 -0
- package/types/icons/WindowGlobe.d.ts +20 -0
package/ListNumbered.js
ADDED
|
@@ -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 = 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 */ s
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const r = require("react");
|
|
68
|
+
var n = e.n(r);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const a = require("@splunk/react-icons/SVG");
|
|
71
|
+
var o = e.n(a);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const C = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/ListNumbered.tsx
|
|
75
|
+
function u(e, t) {
|
|
76
|
+
if (e == null) return {};
|
|
77
|
+
var r = l(e, t);
|
|
78
|
+
var n, a;
|
|
79
|
+
if (Object.getOwnPropertySymbols) {
|
|
80
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
81
|
+
for (a = 0; a < o.length; a++) {
|
|
82
|
+
n = o[a];
|
|
83
|
+
if (t.indexOf(n) >= 0) continue;
|
|
84
|
+
if (!Object.prototype.propertyIsEnumerable.call(e, n)) continue;
|
|
85
|
+
r[n] = e[n];
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return r;
|
|
89
|
+
}
|
|
90
|
+
function l(e, t) {
|
|
91
|
+
if (e == null) return {};
|
|
92
|
+
var r = {};
|
|
93
|
+
var n = Object.keys(e);
|
|
94
|
+
var a, o;
|
|
95
|
+
for (o = 0; o < n.length; o++) {
|
|
96
|
+
a = n[o];
|
|
97
|
+
if (t.indexOf(a) >= 0) continue;
|
|
98
|
+
r[a] = e[a];
|
|
99
|
+
}
|
|
100
|
+
return r;
|
|
101
|
+
}
|
|
102
|
+
var c = {
|
|
103
|
+
variant: "default"
|
|
104
|
+
};
|
|
105
|
+
var i = new Map;
|
|
106
|
+
i.set("outlined", (function() {
|
|
107
|
+
|
|
108
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
|
+
d: "M8 6.00993C8 5.45765 8.44772 5.00993 9 5.00993H21C21.5523 5.00993 22 5.45765 22 6.00993C22 6.56222 21.5523 7.00993 21 7.00993H9C8.44772 7.00993 8 6.56222 8 6.00993Z"
|
|
110
|
+
}), n().createElement("path", {
|
|
111
|
+
d: "M9 11.0099C8.44772 11.0099 8 11.4576 8 12.0099C8 12.5622 8.44772 13.0099 9 13.0099H21C21.5523 13.0099 22 12.5622 22 12.0099C22 11.4576 21.5523 11.0099 21 11.0099H9Z"
|
|
112
|
+
}), n().createElement("path", {
|
|
113
|
+
d: "M9 17.0099C8.44772 17.0099 8 17.4576 8 18.0099C8 18.5622 8.44772 19.0099 9 19.0099H21C21.5523 19.0099 22 18.5622 22 18.0099C22 17.4576 21.5523 17.0099 21 17.0099H9Z"
|
|
114
|
+
}), n().createElement("path", {
|
|
115
|
+
d: "M4.054 8.00993V5.28593H3.082V4.42193H3.742C3.866 4.42193 3.95 4.40393 3.994 4.36793C4.042 4.33193 4.078 4.25193 4.102 4.12793L4.144 3.92993H5.074V8.00993H4.054Z"
|
|
116
|
+
}), n().createElement("path", {
|
|
117
|
+
d: "M2.8 14.0099V13.4759C2.8 13.2279 2.842 13.0119 2.926 12.8279C3.01 12.6399 3.146 12.4679 3.334 12.3119C3.522 12.1519 3.768 11.9939 4.072 11.8379C4.332 11.7059 4.508 11.5919 4.6 11.4959C4.696 11.3999 4.744 11.2839 4.744 11.1479C4.744 11.0199 4.704 10.9199 4.624 10.8479C4.544 10.7719 4.44 10.7339 4.312 10.7339C4.176 10.7339 4.064 10.7759 3.976 10.8599C3.888 10.9439 3.834 11.0619 3.814 11.2139H2.842C2.862 10.7979 3.01 10.4699 3.286 10.2299C3.566 9.98993 3.93 9.86993 4.378 9.86993C4.814 9.86993 5.158 9.97993 5.41 10.1999C5.666 10.4199 5.794 10.7179 5.794 11.0939C5.794 11.3939 5.698 11.6559 5.506 11.8799C5.314 12.1039 4.99 12.3299 4.534 12.5579C4.322 12.6659 4.164 12.7659 4.06 12.8579C3.96 12.9499 3.894 13.0479 3.862 13.1519H5.794V14.0099H2.8Z"
|
|
118
|
+
}), n().createElement("path", {
|
|
119
|
+
d: "M2.692 18.7379H3.67C3.73 19.0539 3.928 19.2119 4.264 19.2119C4.632 19.2119 4.816 19.0639 4.816 18.7679C4.816 18.4599 4.618 18.3059 4.222 18.3059H3.718V17.5499H4.228C4.384 17.5499 4.506 17.5139 4.594 17.4419C4.682 17.3659 4.726 17.2619 4.726 17.1299C4.726 17.0059 4.682 16.9079 4.594 16.8359C4.51 16.7639 4.398 16.7279 4.258 16.7279C3.954 16.7279 3.78 16.8699 3.736 17.1539H2.77C2.782 16.8899 2.852 16.6619 2.98 16.4699C3.112 16.2779 3.292 16.1299 3.52 16.0259C3.748 15.9219 4.008 15.8699 4.3 15.8699C4.596 15.8699 4.852 15.9179 5.068 16.0139C5.288 16.1059 5.458 16.2379 5.578 16.4099C5.698 16.5779 5.758 16.7759 5.758 17.0039C5.758 17.2039 5.708 17.3819 5.608 17.5379C5.508 17.6899 5.366 17.8079 5.182 17.8919C5.398 17.9639 5.566 18.0839 5.686 18.2519C5.81 18.4159 5.872 18.6139 5.872 18.8459C5.872 19.0899 5.806 19.3039 5.674 19.4879C5.542 19.6719 5.356 19.8159 5.116 19.9199C4.876 20.0199 4.594 20.0699 4.27 20.0699C3.958 20.0699 3.686 20.0159 3.454 19.9079C3.222 19.7999 3.04 19.6459 2.908 19.4459C2.776 19.2459 2.704 19.0099 2.692 18.7379Z"
|
|
120
|
+
}));
|
|
121
|
+
}));
|
|
122
|
+
var d = [ "default", "outlined" ];
|
|
123
|
+
var f = function e(t) {
|
|
124
|
+
return d.indexOf(t) >= 0;
|
|
125
|
+
};
|
|
126
|
+
var v = function e(t) {
|
|
127
|
+
return t === "default" || t && !f(t) ? "outlined" : t;
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* @description Numbered list, ordered list, list with numbers for text styling, or view mode
|
|
131
|
+
* @category Layouts
|
|
132
|
+
* @keywords rich text, edit, format, priority, steps
|
|
133
|
+
* @variants outlined
|
|
134
|
+
*/ var p = function e(t) {
|
|
135
|
+
var a = t.children, l = t.variant, c = u(t, [ "children", "variant" ]);
|
|
136
|
+
var d = v(l);
|
|
137
|
+
var f = "listnumbered-".concat(d);
|
|
138
|
+
var p = (0, r.useContext)(C.IconContext);
|
|
139
|
+
var s = i.get(d);
|
|
140
|
+
if (false) {}
|
|
141
|
+
if (p && s) {
|
|
142
|
+
var m = p.toRender, H = p.addIcon;
|
|
143
|
+
H(f, s());
|
|
144
|
+
if (!m) {
|
|
145
|
+
return null;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
return n().createElement(o(), c, a, p ? n().createElement("use", {
|
|
150
|
+
href: "#".concat(f)
|
|
151
|
+
}) : !!s && s());
|
|
152
|
+
};
|
|
153
|
+
p.defaultProps = c;
|
|
154
|
+
/* harmony default export */ const s = p;
|
|
155
|
+
module.exports = t;
|
|
156
|
+
/******/})();
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = r => {
|
|
12
|
+
/******/ var t = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, t) => {
|
|
27
|
+
/******/ for (var n in t) {
|
|
28
|
+
/******/ if (e.o(t, n) && !e.o(r, n)) {
|
|
29
|
+
/******/ Object.defineProperty(r, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var r = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(r);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(r, {
|
|
64
|
+
default: () => /* binding */ C
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const a = require("@splunk/react-icons/SVG");
|
|
71
|
+
var o = e.n(a);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const u = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/QuotationDouble.tsx
|
|
75
|
+
function l(e, r) {
|
|
76
|
+
if (e == null) return {};
|
|
77
|
+
var t = i(e, r);
|
|
78
|
+
var n, a;
|
|
79
|
+
if (Object.getOwnPropertySymbols) {
|
|
80
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
81
|
+
for (a = 0; a < o.length; a++) {
|
|
82
|
+
n = o[a];
|
|
83
|
+
if (r.indexOf(n) >= 0) continue;
|
|
84
|
+
if (!Object.prototype.propertyIsEnumerable.call(e, n)) continue;
|
|
85
|
+
t[n] = e[n];
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return t;
|
|
89
|
+
}
|
|
90
|
+
function i(e, r) {
|
|
91
|
+
if (e == null) return {};
|
|
92
|
+
var t = {};
|
|
93
|
+
var n = Object.keys(e);
|
|
94
|
+
var a, o;
|
|
95
|
+
for (o = 0; o < n.length; o++) {
|
|
96
|
+
a = n[o];
|
|
97
|
+
if (r.indexOf(a) >= 0) continue;
|
|
98
|
+
t[a] = e[a];
|
|
99
|
+
}
|
|
100
|
+
return t;
|
|
101
|
+
}
|
|
102
|
+
var c = {
|
|
103
|
+
variant: "default"
|
|
104
|
+
};
|
|
105
|
+
var f = new Map;
|
|
106
|
+
f.set("outlined", (function() {
|
|
107
|
+
|
|
108
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
|
+
d: "M4 16.9427C4 17.7712 4.67157 18.4427 5.5 18.4427H9.5C10.3284 18.4427 11 17.7712 11 16.9427V13.6565C11 12.8281 10.3284 12.1565 9.5 12.1565H8.04167C8.15278 11.1872 8.43056 10.4745 8.875 10.0184C9.11609 9.77096 9.43483 9.56127 9.83121 9.38934C10.4846 9.10594 11 8.52363 11 7.81146V6.96186C11 6.126 10.3117 5.43374 9.48798 5.5757C7.95656 5.83962 6.72445 6.49376 5.79167 7.53812C4.59722 8.90654 4 10.8451 4 13.3539V16.9427Z"
|
|
110
|
+
}), n().createElement("path", {
|
|
111
|
+
d: "M13 16.9427C13 17.7712 13.6716 18.4427 14.5 18.4427H18.5C19.3284 18.4427 20 17.7712 20 16.9427V13.6565C20 12.8281 19.3284 12.1565 18.5 12.1565H17.0417C17.1528 11.1872 17.4306 10.4745 17.875 10.0184C18.1161 9.77096 18.4348 9.56127 18.8312 9.38934C19.4846 9.10594 20 8.52363 20 7.81146V6.96186C20 6.126 19.3117 5.43374 18.488 5.5757C16.9566 5.83962 15.7245 6.49376 14.7917 7.53812C13.5972 8.90654 13 10.8451 13 13.3539V16.9427Z"
|
|
112
|
+
}));
|
|
113
|
+
}));
|
|
114
|
+
var d = [ "default", "outlined" ];
|
|
115
|
+
var v = function e(r) {
|
|
116
|
+
return d.indexOf(r) >= 0;
|
|
117
|
+
};
|
|
118
|
+
var s = function e(r) {
|
|
119
|
+
return r === "default" || r && !v(r) ? "outlined" : r;
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
*
|
|
124
|
+
*
|
|
125
|
+
* @variants outlined
|
|
126
|
+
*/ var p = function e(r) {
|
|
127
|
+
var a = r.children, i = r.variant, c = l(r, [ "children", "variant" ]);
|
|
128
|
+
var d = s(i);
|
|
129
|
+
var v = "quotationdouble-".concat(d);
|
|
130
|
+
var p = (0, t.useContext)(u.IconContext);
|
|
131
|
+
var C = f.get(d);
|
|
132
|
+
if (false) {}
|
|
133
|
+
if (p && C) {
|
|
134
|
+
var b = p.toRender, y = p.addIcon;
|
|
135
|
+
y(v, C());
|
|
136
|
+
if (!b) {
|
|
137
|
+
return null;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
return n().createElement(o(), c, a, p ? n().createElement("use", {
|
|
142
|
+
href: "#".concat(v)
|
|
143
|
+
}) : !!C && C());
|
|
144
|
+
};
|
|
145
|
+
p.defaultProps = c;
|
|
146
|
+
/* harmony default export */ const C = p;
|
|
147
|
+
module.exports = r;
|
|
148
|
+
/******/})();
|
package/SVG.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ interface SVGPropsBase {
|
|
|
20
20
|
*/
|
|
21
21
|
width?: number | string;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
type SVGProps = SVGPropsBase & Omit<JSX.IntrinsicElements['svg'], keyof SVGPropsBase | 'ref' | 'color'>;
|
|
24
24
|
declare function SVG({ children, height, inline, viewBox, width, ...otherProps }: SVGProps): JSX.Element;
|
|
25
25
|
declare namespace SVG {
|
|
26
26
|
var defaultProps: {
|
|
@@ -31,9 +31,9 @@ declare namespace SVG {
|
|
|
31
31
|
};
|
|
32
32
|
var propTypes: {
|
|
33
33
|
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
34
|
-
height: PropTypes.Requireable<string | number
|
|
34
|
+
height: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
35
35
|
inline: PropTypes.Requireable<boolean>;
|
|
36
|
-
width: PropTypes.Requireable<string | number
|
|
36
|
+
width: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
export default SVG;
|
package/SVGEnterprise.d.ts
CHANGED
|
@@ -39,19 +39,19 @@ interface SVGPropsBase {
|
|
|
39
39
|
* and centers the icon. These are standard SVG values. */
|
|
40
40
|
preserveAspectRatio?: 'none' | 'xMinYMin' | 'xMidYMin' | 'xMaxYMin' | 'xMinYMid' | 'xMidYMid' | 'xMaxYMid' | 'xMinYMax' | 'xMidYMax' | 'xMaxYMax';
|
|
41
41
|
}
|
|
42
|
-
|
|
42
|
+
type SVGProps = SVGPropsBase & Omit<JSX.IntrinsicElements['svg'], keyof SVGPropsBase | 'ref'>;
|
|
43
43
|
/** @public Props interface for `SVGEnterprise` with `viewBox` optional. Use this when wrapping `SVGEnterprise`. */
|
|
44
|
-
|
|
44
|
+
type SVGPropsOptionalViewBox = Omit<SVGProps, 'viewBox'> & Partial<Pick<SVGProps, 'viewBox'>>;
|
|
45
45
|
declare function SVGEnterprise({ children, height, hideDefaultTooltip, inline, preserveAspectRatio, screenReaderText, size, viewBox, width, ...otherProps }: SVGProps): JSX.Element;
|
|
46
46
|
declare namespace SVGEnterprise {
|
|
47
47
|
var propTypes: {
|
|
48
48
|
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
49
|
-
height: PropTypes.Requireable<string | number
|
|
49
|
+
height: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
50
50
|
hideDefaultTooltip: PropTypes.Requireable<boolean>;
|
|
51
51
|
inline: PropTypes.Requireable<boolean>;
|
|
52
52
|
screenReaderText: PropTypes.Requireable<string>;
|
|
53
|
-
size: PropTypes.Requireable<string | number
|
|
54
|
-
width: PropTypes.Requireable<string | number
|
|
53
|
+
size: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
54
|
+
width: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
55
55
|
viewBox: PropTypes.Validator<string>;
|
|
56
56
|
preserveAspectRatio: PropTypes.Requireable<string>;
|
|
57
57
|
};
|
package/Scissors.js
CHANGED
|
@@ -108,13 +108,13 @@
|
|
|
108
108
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
109
|
fillRule: "evenodd",
|
|
110
110
|
clipRule: "evenodd",
|
|
111
|
-
d: "M7.77279 1.
|
|
111
|
+
d: "M7.77279 1.77624C7.2944 1.96606 7.03821 2.488 7.18069 2.98256L8.77822 8.52812L3.2328 6.93062C2.73824 6.78815 2.21631 7.04434 2.02649 7.52273C1.83666 8.00111 2.04095 8.54546 2.49865 8.78084L9.17131 12.2124C9.30089 12.279 9.44347 12.3166 9.58907 12.3223L9.87449 12.3336L10.6266 14.9446C10.2153 15.1292 9.83027 15.3904 9.49407 15.7266C8.04706 17.1736 7.98982 19.5258 9.44396 20.98C10.8981 22.4341 13.2504 22.3769 14.6974 20.9299C16.1444 19.4828 16.2016 17.1306 14.7475 15.6764C14.1907 15.1196 13.5022 14.7844 12.7833 14.664L12.6954 12.4454L14.9134 12.5332C15.0338 13.2523 15.369 13.9409 15.9259 14.4978C17.38 15.9519 19.7323 15.8947 21.1793 14.4477C22.6263 13.0007 22.6836 10.6484 21.2294 9.19426C19.7753 7.74012 17.423 7.79736 15.976 9.24438C15.64 9.58043 15.3789 9.9653 15.1942 10.3764L12.5837 9.62438L12.5724 9.33883C12.5666 9.19323 12.5291 9.05065 12.4625 8.92107L9.0309 2.2484C8.79552 1.79071 8.25118 1.58642 7.77279 1.77624ZM17.3401 13.0836C16.7016 12.4451 16.6892 11.3596 17.3902 10.6586C18.0912 9.95759 19.1767 9.96996 19.8152 10.6085C20.4537 11.247 20.4661 12.3325 19.7651 13.0335C19.0641 13.7345 17.9786 13.7221 17.3401 13.0836ZM10.8582 19.5658C10.2197 18.9272 10.2073 17.8418 10.9083 17.1408C11.6093 16.4398 12.6948 16.4521 13.3333 17.0907C13.9718 17.7292 13.9842 18.8146 13.2832 19.5156C12.5822 20.2166 11.4967 20.2043 10.8582 19.5658Z"
|
|
112
112
|
}));
|
|
113
113
|
}));
|
|
114
114
|
C.set("filled", (function() {
|
|
115
115
|
|
|
116
116
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
117
|
-
d: "M7.
|
|
117
|
+
d: "M7.18007 2.98256C7.0376 2.488 7.29379 1.96606 7.77218 1.77624C8.25057 1.58642 8.79491 1.79071 9.03029 2.2484L12.4619 8.92106C12.5285 9.05065 12.566 9.19323 12.5718 9.33883L12.5831 9.62432L15.1941 10.3765C15.3787 9.96534 15.6398 9.58044 15.9759 9.24437C17.4229 7.79736 19.7752 7.74012 21.2293 9.19426C22.6834 10.6484 22.6262 13.0007 21.1792 14.4477C19.7322 15.8947 17.3799 15.9519 15.9258 14.4978C15.3689 13.9409 15.0336 13.2522 14.9133 12.5332L12.6948 12.4453L12.7827 14.6639C13.5018 14.7843 14.1904 15.1195 14.7474 15.6764C16.2015 17.1306 16.1443 19.4828 14.6973 20.9299C13.2502 22.3769 10.898 22.4341 9.44383 20.98C7.98969 19.5258 8.04694 17.1736 9.49395 15.7266C9.83003 15.3905 10.2149 15.1294 10.6261 14.9448L9.87386 12.3336L9.58846 12.3223C9.44286 12.3165 9.30028 12.279 9.1707 12.2123L2.49804 8.78078C2.04034 8.5454 1.83605 8.00105 2.02587 7.52266C2.2157 7.04427 2.73763 6.78809 3.23219 6.93056L8.77759 8.52805L7.18007 2.98256Z"
|
|
118
118
|
}));
|
|
119
119
|
}));
|
|
120
120
|
var f = [ "default", "outlined", "filled" ];
|
package/Shield.d.ts
ADDED
package/Shield.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 = 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/SVG"
|
|
70
|
+
const a = require("@splunk/react-icons/SVG");
|
|
71
|
+
var l = e.n(a);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const o = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/Shield.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (e == null) return {};
|
|
77
|
+
var t = i(e, r);
|
|
78
|
+
var n, a;
|
|
79
|
+
if (Object.getOwnPropertySymbols) {
|
|
80
|
+
var l = Object.getOwnPropertySymbols(e);
|
|
81
|
+
for (a = 0; a < l.length; a++) {
|
|
82
|
+
n = l[a];
|
|
83
|
+
if (r.indexOf(n) >= 0) continue;
|
|
84
|
+
if (!Object.prototype.propertyIsEnumerable.call(e, n)) continue;
|
|
85
|
+
t[n] = e[n];
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return t;
|
|
89
|
+
}
|
|
90
|
+
function i(e, r) {
|
|
91
|
+
if (e == null) return {};
|
|
92
|
+
var t = {};
|
|
93
|
+
var n = Object.keys(e);
|
|
94
|
+
var a, l;
|
|
95
|
+
for (l = 0; l < n.length; l++) {
|
|
96
|
+
a = n[l];
|
|
97
|
+
if (r.indexOf(a) >= 0) continue;
|
|
98
|
+
t[a] = e[a];
|
|
99
|
+
}
|
|
100
|
+
return t;
|
|
101
|
+
}
|
|
102
|
+
var c = {
|
|
103
|
+
variant: "default"
|
|
104
|
+
};
|
|
105
|
+
var d = new Map;
|
|
106
|
+
d.set("outlined", (function() {
|
|
107
|
+
|
|
108
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
|
+
fillRule: "evenodd",
|
|
110
|
+
clipRule: "evenodd",
|
|
111
|
+
d: "M11.1941 2.32738C11.6876 2.02076 12.3127 2.02076 12.8061 2.32738C13.7471 2.91204 16.836 4.71652 19.7537 5.25247C20.4628 5.38273 21.0052 6.00641 20.9983 6.75477C20.9506 11.9204 20.0738 15.2072 18.5174 17.4717C16.9541 19.7463 14.7997 20.8421 12.6125 21.8218C12.2233 21.9961 11.777 21.9961 11.3878 21.8218C9.20062 20.8421 7.0462 19.7463 5.48287 17.4717C3.92652 15.2072 3.04969 11.9204 3.00202 6.75477C2.99511 6.00641 3.53752 5.38273 4.24662 5.25247C7.16424 4.71652 10.2532 2.91204 11.1941 2.32738ZM12.0001 4.17905C10.8488 4.87511 7.9483 6.50532 5.00749 7.1397C5.09466 11.8756 5.93216 14.5944 7.13112 16.3389C8.3175 18.065 9.9447 18.9732 12.0001 19.9041C14.0556 18.9732 15.6828 18.065 16.8692 16.3389C18.0681 14.5944 18.9056 11.8757 18.9928 7.1397C16.052 6.50532 13.1515 4.87511 12.0001 4.17905Z"
|
|
112
|
+
}));
|
|
113
|
+
}));
|
|
114
|
+
d.set("filled", (function() {
|
|
115
|
+
|
|
116
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
117
|
+
d: "M6.54688 8.29207C8.73271 7.64689 10.7504 6.62125 12.0001 5.91599C13.2497 6.62125 15.2674 7.64689 17.4532 8.29207C17.2619 12.1251 16.5098 14.2134 15.6329 15.4892C14.7916 16.7133 13.6658 17.4555 12.0001 18.2504C10.3343 17.4555 9.20851 16.7133 8.36722 15.4892C7.49036 14.2134 6.73821 12.1251 6.54688 8.29207Z"
|
|
118
|
+
}), n().createElement("path", {
|
|
119
|
+
fillRule: "evenodd",
|
|
120
|
+
clipRule: "evenodd",
|
|
121
|
+
d: "M12.8061 2.32738C12.3127 2.02076 11.6876 2.02076 11.1941 2.32738C10.2532 2.91204 7.16424 4.71652 4.24662 5.25247C3.53752 5.38273 2.99511 6.00641 3.00202 6.75477C3.04969 11.9204 3.92652 15.2072 5.48287 17.4717C7.0462 19.7463 9.20062 20.8421 11.3878 21.8218C11.777 21.9961 12.2233 21.9961 12.6125 21.8218C14.7997 20.8421 16.9541 19.7463 18.5174 17.4717C20.0738 15.2072 20.9506 11.9204 20.9983 6.75477C21.0052 6.00641 20.4628 5.38273 19.7537 5.25247C16.836 4.71652 13.7471 2.91204 12.8061 2.32738ZM5.00749 7.1397C7.9483 6.50532 10.8488 4.87511 12.0001 4.17905C13.1515 4.87511 16.052 6.50532 18.9928 7.1397C18.9056 11.8757 18.0681 14.5944 16.8692 16.3389C15.6828 18.065 14.0556 18.9732 12.0001 19.9041C9.9447 18.9732 8.3175 18.065 7.13112 16.3389C5.93216 14.5944 5.09466 11.8756 5.00749 7.1397Z"
|
|
122
|
+
}));
|
|
123
|
+
}));
|
|
124
|
+
var f = [ "default", "outlined", "filled" ];
|
|
125
|
+
var C = function e(r) {
|
|
126
|
+
return f.indexOf(r) >= 0;
|
|
127
|
+
};
|
|
128
|
+
var v = function e(r) {
|
|
129
|
+
return r === "default" || r && !C(r) ? "outlined" : r;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* @description Security represent, category, protection, anti-virus
|
|
133
|
+
* @category Objects
|
|
134
|
+
* @keywords block cyber attack
|
|
135
|
+
* @variants outlined,filled
|
|
136
|
+
*/ var s = function e(r) {
|
|
137
|
+
var a = r.children, i = r.variant, c = u(r, [ "children", "variant" ]);
|
|
138
|
+
var f = v(i);
|
|
139
|
+
var C = "shield-".concat(f);
|
|
140
|
+
var s = (0, t.useContext)(o.IconContext);
|
|
141
|
+
var p = d.get(f);
|
|
142
|
+
if (false) {}
|
|
143
|
+
if (s && p) {
|
|
144
|
+
var m = s.toRender, y = s.addIcon;
|
|
145
|
+
y(C, p());
|
|
146
|
+
if (!m) {
|
|
147
|
+
return null;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
return n().createElement(l(), c, a, s ? n().createElement("use", {
|
|
152
|
+
href: "#".concat(C)
|
|
153
|
+
}) : !!p && p());
|
|
154
|
+
};
|
|
155
|
+
s.defaultProps = c;
|
|
156
|
+
/* harmony default export */ const p = s;
|
|
157
|
+
module.exports = r;
|
|
158
|
+
/******/})();
|
package/Snowflake.js
CHANGED
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
115
115
|
fillRule: "evenodd",
|
|
116
116
|
clipRule: "evenodd",
|
|
117
|
-
d: "M6.
|
|
117
|
+
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"
|
|
118
118
|
}));
|
|
119
119
|
}));
|
|
120
120
|
var c = [ "default", "outlined", "filled" ];
|