@splunk/react-icons 4.10.0 → 4.12.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/ArrowCounterClockwise.js +1 -1
- package/ArrowDownCircle.d.ts +2 -0
- package/ArrowDownCircle.js +151 -0
- package/ArrowLeftCircle.d.ts +2 -0
- package/ArrowLeftCircle.js +151 -0
- package/ArrowRightCircle.d.ts +2 -0
- package/ArrowRightCircle.js +151 -0
- package/ArrowSquareHalfDown.js +2 -2
- package/ArrowSquareHalfUp.js +4 -4
- package/ArrowUpCircle.d.ts +2 -0
- package/ArrowUpCircle.js +151 -0
- package/ArrowsRoundedRectangularDoubleSlashed.js +3 -3
- package/CHANGELOG.md +19 -2
- package/CaretDown.js +2 -2
- package/CaretsSmallUpDown.js +2 -2
- package/ChartSingleValueIcon.js +7 -5
- package/CheckBoxCompleted.js +7 -5
- package/CheckBoxIndeterminate.js +7 -5
- package/CircleTiny.d.ts +2 -0
- package/CircleTiny.js +147 -0
- package/ControlRewind.js +2 -2
- package/CounterCumulative.d.ts +2 -0
- package/CounterCumulative.js +155 -0
- package/DocumentDrawer.js +2 -2
- package/DriveIndexes.js +3 -3
- package/FileRipped.d.ts +2 -0
- package/FileRipped.js +151 -0
- package/Fire.js +1 -1
- package/Keyboard.d.ts +2 -0
- package/Keyboard.js +175 -0
- package/LayersDoubleTransparent.d.ts +2 -0
- package/LayersDoubleTransparent.js +149 -0
- package/ListIndentedSquare.d.ts +2 -0
- package/ListIndentedSquare.js +155 -0
- package/ListToken.js +7 -5
- package/MapUSA.js +2 -2
- package/NodeFollowFour.js +1 -1
- package/NodeSplit.js +2 -2
- package/ParallelDotsHorizontal.js +6 -6
- package/Pin.js +7 -5
- package/PinStuck.js +7 -5
- package/Token.js +7 -5
- package/package.json +2 -2
- package/types/icons/ArrowDownCircle.d.ts +19 -0
- package/types/icons/ArrowLeftCircle.d.ts +19 -0
- package/types/icons/ArrowRightCircle.d.ts +19 -0
- package/types/icons/ArrowUpCircle.d.ts +19 -0
- package/types/icons/ChartSingleValueIcon.d.ts +7 -5
- package/types/icons/CheckBoxCompleted.d.ts +7 -5
- package/types/icons/CheckBoxIndeterminate.d.ts +7 -5
- package/types/icons/CircleTiny.d.ts +19 -0
- package/types/icons/CounterCumulative.d.ts +19 -0
- package/types/icons/DriveIndexes.d.ts +3 -3
- package/types/icons/FileRipped.d.ts +17 -0
- package/types/icons/Keyboard.d.ts +19 -0
- package/types/icons/LayersDoubleTransparent.d.ts +19 -0
- package/types/icons/ListIndentedSquare.d.ts +19 -0
- package/types/icons/ListToken.d.ts +7 -5
- package/types/icons/Pin.d.ts +7 -5
- package/types/icons/PinStuck.d.ts +7 -5
- package/types/icons/Token.d.ts +7 -5
package/ArrowCounterClockwise.js
CHANGED
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
i.set("outlined", (function() {
|
|
99
99
|
|
|
100
100
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
|
-
d: "M4.
|
|
101
|
+
d: "M4.00014 4.61373C4.00013 4.06144 4.44784 3.61372 5.00012 3.61371C5.55241 3.6137 6.00013 4.06141 6.00014 4.61369L6.00018 6.86904C7.4821 5.35846 9.56353 4.4212 11.8634 4.4212C16.3364 4.4212 20 7.97464 20 12.4037C20 16.8328 16.3364 20.3863 11.8634 20.3863C8.20793 20.3863 5.10073 18.018 4.08008 14.7366C3.91604 14.2093 4.21057 13.6488 4.73794 13.4847C5.2653 13.3207 5.82579 13.6152 5.98982 14.1426C6.75039 16.5878 9.08371 18.3863 11.8634 18.3863C15.2732 18.3863 18 15.6873 18 12.4037C18 9.12013 15.2732 6.4212 11.8634 6.4212C10.1119 6.4212 8.53623 7.13547 7.42018 8.27736H9.66699C10.2193 8.27736 10.667 8.72508 10.667 9.27736C10.667 9.82965 10.2193 10.2774 9.66699 10.2774H5.50021C4.67179 10.2774 4.00023 9.6058 4.00021 8.77739L4.00014 4.61373Z"
|
|
102
102
|
}));
|
|
103
103
|
}));
|
|
104
104
|
var f = [ "default", "outlined" ];
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = r => {
|
|
12
|
+
/******/ var t = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, t) => {
|
|
27
|
+
/******/ for (var n in t) {
|
|
28
|
+
/******/ if (e.o(t, n) && !e.o(r, n)) {
|
|
29
|
+
/******/ Object.defineProperty(r, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var r = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(r);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(r, {
|
|
64
|
+
default: () => /* binding */ s
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const l = require("@splunk/react-icons/SVG");
|
|
71
|
+
var a = e.n(l);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const o = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/ArrowDownCircle.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, l = i(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
t = a[n], r.includes(t) || {}.propertyIsEnumerable.call(e, t) && (l[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return l;
|
|
85
|
+
}
|
|
86
|
+
function i(e, r) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (r.includes(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
var c = new Map;
|
|
98
|
+
c.set("outlined", (function() {
|
|
99
|
+
|
|
100
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
|
+
d: "M7.29289 13.2072L10.9393 16.8536C11.5251 17.4394 12.4749 17.4394 13.0607 16.8536L16.7071 13.2072C17.0976 12.8167 17.0976 12.1835 16.7071 11.793C16.3166 11.4024 15.6834 11.4024 15.2929 11.793L13 14.0859L13 7.50008C13 6.94779 12.5523 6.50008 12 6.50008C11.4477 6.50008 11 6.94779 11 7.50008L11 14.0859L8.70711 11.793C8.31658 11.4024 7.68342 11.4024 7.29289 11.793C6.90237 12.1835 6.90237 12.8167 7.29289 13.2072Z"
|
|
102
|
+
}), n().createElement("path", {
|
|
103
|
+
fillRule: "evenodd",
|
|
104
|
+
clipRule: "evenodd",
|
|
105
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"
|
|
106
|
+
}));
|
|
107
|
+
}));
|
|
108
|
+
c.set("filled", (function() {
|
|
109
|
+
|
|
110
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
111
|
+
fillRule: "evenodd",
|
|
112
|
+
clipRule: "evenodd",
|
|
113
|
+
d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM7.29289 13.2072L10.9393 16.8536C11.5251 17.4394 12.4749 17.4394 13.0607 16.8536L16.7071 13.2072C17.0976 12.8167 17.0976 12.1835 16.7071 11.793C16.3166 11.4024 15.6834 11.4024 15.2929 11.793L13 14.0859L13 7.50007C13 6.94779 12.5523 6.50007 12 6.50007C11.4477 6.50007 11 6.94779 11 7.50007L11 14.0859L8.70711 11.793C8.31658 11.4024 7.68342 11.4024 7.29289 11.793C6.90237 12.1835 6.90237 12.8167 7.29289 13.2072Z"
|
|
114
|
+
}));
|
|
115
|
+
}));
|
|
116
|
+
var d = [ "default", "outlined", "filled" ];
|
|
117
|
+
var f = function e(r) {
|
|
118
|
+
return d.indexOf(r) >= 0;
|
|
119
|
+
};
|
|
120
|
+
var v = function e(r) {
|
|
121
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @description Arrow direction for action button like sending, forwarding, paging, scrolling, reordering, etc
|
|
125
|
+
Controls
|
|
126
|
+
bottom, move, jump, connect
|
|
127
|
+
*
|
|
128
|
+
*
|
|
129
|
+
* @variants outlined,filled
|
|
130
|
+
*/ var C = function e(r) {
|
|
131
|
+
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
132
|
+
var C = v(d);
|
|
133
|
+
var s = "arrowdowncircle-".concat(C);
|
|
134
|
+
var p = (0, t.useContext)(o.IconContext);
|
|
135
|
+
var m = c.get(C);
|
|
136
|
+
if (false) {}
|
|
137
|
+
if (p && m) {
|
|
138
|
+
var y = p.toRender, b = p.addIcon;
|
|
139
|
+
b(s, m());
|
|
140
|
+
if (!y) {
|
|
141
|
+
return null;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
return n().createElement(a(), f, l, p ? n().createElement("use", {
|
|
146
|
+
href: "#".concat(s)
|
|
147
|
+
}) : !!m && m());
|
|
148
|
+
};
|
|
149
|
+
/* harmony default export */ const s = C;
|
|
150
|
+
module.exports = r;
|
|
151
|
+
/******/})();
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = r => {
|
|
12
|
+
/******/ var t = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, t) => {
|
|
27
|
+
/******/ for (var n in t) {
|
|
28
|
+
/******/ if (e.o(t, n) && !e.o(r, n)) {
|
|
29
|
+
/******/ Object.defineProperty(r, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var r = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(r);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(r, {
|
|
64
|
+
default: () => /* binding */ s
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const l = require("@splunk/react-icons/SVG");
|
|
71
|
+
var a = e.n(l);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const o = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/ArrowLeftCircle.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, l = i(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
t = a[n], r.includes(t) || {}.propertyIsEnumerable.call(e, t) && (l[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return l;
|
|
85
|
+
}
|
|
86
|
+
function i(e, r) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (r.includes(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
var c = new Map;
|
|
98
|
+
c.set("outlined", (function() {
|
|
99
|
+
|
|
100
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
|
+
d: "M10.7928 7.29289L7.14637 10.9393C6.56058 11.5251 6.56059 12.4749 7.14637 13.0607L10.7928 16.7071C11.1833 17.0976 11.8165 17.0976 12.207 16.7071C12.5976 16.3166 12.5976 15.6834 12.207 15.2929L9.91414 13H16.4999C17.0522 13 17.4999 12.5523 17.4999 12C17.4999 11.4477 17.0522 11 16.4999 11H9.91414L12.207 8.70711C12.5976 8.31658 12.5976 7.68342 12.207 7.29289C11.8165 6.90237 11.1833 6.90237 10.7928 7.29289Z"
|
|
102
|
+
}), n().createElement("path", {
|
|
103
|
+
fillRule: "evenodd",
|
|
104
|
+
clipRule: "evenodd",
|
|
105
|
+
d: "M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12ZM12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20Z"
|
|
106
|
+
}));
|
|
107
|
+
}));
|
|
108
|
+
c.set("filled", (function() {
|
|
109
|
+
|
|
110
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
111
|
+
fillRule: "evenodd",
|
|
112
|
+
clipRule: "evenodd",
|
|
113
|
+
d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM10.7928 7.29289L7.14637 10.9393C6.56058 11.5251 6.56059 12.4749 7.14637 13.0607L10.7928 16.7071C11.1833 17.0976 11.8165 17.0976 12.207 16.7071C12.5976 16.3166 12.5976 15.6834 12.207 15.2929L9.91414 13H16.4999C17.0522 13 17.4999 12.5523 17.4999 12C17.4999 11.4477 17.0522 11 16.4999 11H9.91414L12.207 8.70711C12.5976 8.31658 12.5976 7.68342 12.207 7.29289C11.8165 6.90237 11.1833 6.90237 10.7928 7.29289Z"
|
|
114
|
+
}));
|
|
115
|
+
}));
|
|
116
|
+
var d = [ "default", "outlined", "filled" ];
|
|
117
|
+
var f = function e(r) {
|
|
118
|
+
return d.indexOf(r) >= 0;
|
|
119
|
+
};
|
|
120
|
+
var v = function e(r) {
|
|
121
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @description Arrow direction for action button like sending, forwarding, paging, scrolling, reordering, etc
|
|
125
|
+
Controls
|
|
126
|
+
back, previous, move, jump, connect
|
|
127
|
+
*
|
|
128
|
+
*
|
|
129
|
+
* @variants outlined,filled
|
|
130
|
+
*/ var C = function e(r) {
|
|
131
|
+
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
132
|
+
var C = v(d);
|
|
133
|
+
var s = "arrowleftcircle-".concat(C);
|
|
134
|
+
var p = (0, t.useContext)(o.IconContext);
|
|
135
|
+
var m = c.get(C);
|
|
136
|
+
if (false) {}
|
|
137
|
+
if (p && m) {
|
|
138
|
+
var y = p.toRender, b = p.addIcon;
|
|
139
|
+
b(s, m());
|
|
140
|
+
if (!y) {
|
|
141
|
+
return null;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
return n().createElement(a(), f, l, p ? n().createElement("use", {
|
|
146
|
+
href: "#".concat(s)
|
|
147
|
+
}) : !!m && m());
|
|
148
|
+
};
|
|
149
|
+
/* harmony default export */ const s = C;
|
|
150
|
+
module.exports = r;
|
|
151
|
+
/******/})();
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = r => {
|
|
12
|
+
/******/ var t = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, t) => {
|
|
27
|
+
/******/ for (var n in t) {
|
|
28
|
+
/******/ if (e.o(t, n) && !e.o(r, n)) {
|
|
29
|
+
/******/ Object.defineProperty(r, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var r = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(r);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(r, {
|
|
64
|
+
default: () => /* binding */ s
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const l = require("@splunk/react-icons/SVG");
|
|
71
|
+
var a = e.n(l);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const o = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/ArrowRightCircle.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, l = i(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
t = a[n], r.includes(t) || {}.propertyIsEnumerable.call(e, t) && (l[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return l;
|
|
85
|
+
}
|
|
86
|
+
function i(e, r) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (r.includes(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
var c = new Map;
|
|
98
|
+
c.set("outlined", (function() {
|
|
99
|
+
|
|
100
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
|
+
d: "M13.2072 16.7071L16.8536 13.0607C17.4394 12.4749 17.4394 11.5251 16.8536 10.9393L13.2072 7.29289C12.8167 6.90237 12.1835 6.90237 11.793 7.29289C11.4024 7.68342 11.4024 8.31658 11.793 8.70711L14.0859 11L7.50008 11C6.94779 11 6.50008 11.4477 6.50008 12C6.50008 12.5523 6.94779 13 7.50008 13L14.0859 13L11.793 15.2929C11.4024 15.6834 11.4024 16.3166 11.793 16.7071C12.1835 17.0976 12.8167 17.0976 13.2072 16.7071Z"
|
|
102
|
+
}), n().createElement("path", {
|
|
103
|
+
fillRule: "evenodd",
|
|
104
|
+
clipRule: "evenodd",
|
|
105
|
+
d: "M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12ZM12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4Z"
|
|
106
|
+
}));
|
|
107
|
+
}));
|
|
108
|
+
c.set("filled", (function() {
|
|
109
|
+
|
|
110
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
111
|
+
fillRule: "evenodd",
|
|
112
|
+
clipRule: "evenodd",
|
|
113
|
+
d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM13.2072 16.7071L16.8536 13.0607C17.4394 12.4749 17.4394 11.5251 16.8536 10.9393L13.2072 7.29289C12.8167 6.90237 12.1835 6.90237 11.793 7.29289C11.4024 7.68342 11.4024 8.31658 11.793 8.70711L14.0859 11H7.50008C6.94779 11 6.50008 11.4477 6.50008 12C6.50007 12.5523 6.94779 13 7.50007 13L14.0859 13L11.793 15.2929C11.4024 15.6834 11.4024 16.3166 11.793 16.7071C12.1835 17.0976 12.8167 17.0976 13.2072 16.7071Z"
|
|
114
|
+
}));
|
|
115
|
+
}));
|
|
116
|
+
var d = [ "default", "outlined", "filled" ];
|
|
117
|
+
var f = function e(r) {
|
|
118
|
+
return d.indexOf(r) >= 0;
|
|
119
|
+
};
|
|
120
|
+
var v = function e(r) {
|
|
121
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @description Arrow direction for action button like sending, forwarding, paging, scrolling, reordering, etc
|
|
125
|
+
Controls
|
|
126
|
+
next, send, move, jump, connect
|
|
127
|
+
*
|
|
128
|
+
*
|
|
129
|
+
* @variants outlined,filled
|
|
130
|
+
*/ var C = function e(r) {
|
|
131
|
+
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
132
|
+
var C = v(d);
|
|
133
|
+
var s = "arrowrightcircle-".concat(C);
|
|
134
|
+
var p = (0, t.useContext)(o.IconContext);
|
|
135
|
+
var m = c.get(C);
|
|
136
|
+
if (false) {}
|
|
137
|
+
if (p && m) {
|
|
138
|
+
var y = p.toRender, b = p.addIcon;
|
|
139
|
+
b(s, m());
|
|
140
|
+
if (!y) {
|
|
141
|
+
return null;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
return n().createElement(a(), f, l, p ? n().createElement("use", {
|
|
146
|
+
href: "#".concat(s)
|
|
147
|
+
}) : !!m && m());
|
|
148
|
+
};
|
|
149
|
+
/* harmony default export */ const s = C;
|
|
150
|
+
module.exports = r;
|
|
151
|
+
/******/})();
|
package/ArrowSquareHalfDown.js
CHANGED
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
c.set("filled", (function() {
|
|
109
109
|
|
|
110
110
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
111
|
-
d: "M19.
|
|
111
|
+
d: "M19.5001 7C20.0369 7 20.5454 7.12085 21.0001 7.33682V3.5C21.0001 2.67157 20.3285 2 19.5001 2L4.50006 2C3.67163 2 3.00006 2.67157 3.00006 3.5L3.00006 7.33682C3.45469 7.12085 3.96326 7 4.50006 7H5.00006L5.00006 4L19.0001 4V7H19.5001Z"
|
|
112
112
|
}), n().createElement("path", {
|
|
113
|
-
d: "M21 10.5C21 9.6716 20.
|
|
113
|
+
d: "M21.0001 10.5C21.0001 9.6716 20.3285 9.00002 19.5001 9.00002L13.0001 9.00002L13 15.5649L14.2408 14.1173C14.6002 13.6979 15.2315 13.6494 15.6509 14.0088C16.0702 14.3682 16.1188 14.9995 15.7593 15.4188L13.1388 18.4761C12.5402 19.1745 11.4596 19.1745 10.861 18.476L8.24079 15.4188C7.88139 14.9995 7.92998 14.3682 8.34933 14.0088C8.76867 13.6494 9.39997 13.698 9.75937 14.1173L11 15.5648L11.0001 9.00002L4.50006 9.00002C3.67164 9.00002 3.00006 9.6716 3.00006 10.5L3.00006 20.5C3.00006 21.3285 3.67163 22 4.50006 22L19.5001 22C20.3285 22 21.0001 21.3285 21.0001 20.5L21.0001 10.5Z"
|
|
114
114
|
}));
|
|
115
115
|
}));
|
|
116
116
|
var d = [ "default", "outlined", "filled" ];
|
package/ArrowSquareHalfUp.js
CHANGED
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
101
|
fillRule: "evenodd",
|
|
102
102
|
clipRule: "evenodd",
|
|
103
|
-
d: "M19.
|
|
103
|
+
d: "M19.5001 9.00002C20.3285 9.00002 21.0001 9.6716 21.0001 10.5L21.0001 20.5C21.0001 21.3285 20.3285 22 19.5001 22L4.50006 22C3.67164 22 3.00006 21.3285 3.00006 20.5L3.00006 10.5C3.00006 9.6716 3.67164 9.00002 4.50006 9.00002L19.5001 9.00002ZM19.0001 11L5.00006 11L5.00006 20H11.0001L11 15.7032L9.75937 17.1507C9.39997 17.57 8.76867 17.6186 8.34933 17.2592C7.92998 16.8998 7.88139 16.2685 8.24079 15.8492L10.861 12.792C11.4596 12.0935 12.5402 12.0935 13.1388 12.7919L15.7593 15.8491C16.1188 16.2685 16.0702 16.8998 15.6509 17.2592C15.2316 17.6186 14.6002 17.5701 14.2408 17.1507L13 15.7031L13.0001 20L19.0001 20L19.0001 11Z"
|
|
104
104
|
}), n().createElement("path", {
|
|
105
|
-
d: "M21 7.33682C20.5454 7.12085 20.
|
|
105
|
+
d: "M21.0001 7.33682C20.5454 7.12085 20.0369 7 19.5001 7H19.0001V4L5.00006 4L5.00006 7H4.50006C3.96326 7 3.45469 7.12085 3.00006 7.33682L3.00006 3.5C3.00006 2.67157 3.67163 2 4.50006 2L19.5001 2C20.3285 2 21.0001 2.67157 21.0001 3.5V7.33682Z"
|
|
106
106
|
}));
|
|
107
107
|
}));
|
|
108
108
|
c.set("filled", (function() {
|
|
109
109
|
|
|
110
110
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
111
|
-
d: "M19.5001 7.00006C20.0369 7.00006 20.5455 7.12091 21.0001 7.33688V3.50006C21.0001 2.67163 20.
|
|
111
|
+
d: "M19.5001 7.00006C20.0369 7.00006 20.5455 7.12091 21.0001 7.33688V3.50006C21.0001 2.67163 20.3285 2.00006 19.5001 2.00006L4.50012 2.00006C3.67169 2.00006 3.00012 2.67163 3.00012 3.50006L3.00012 7.33688C3.45475 7.12091 3.96332 7.00006 4.50012 7.00006H5.00012L5.00012 4.00006L19.0001 4.00006V7.00006H19.5001Z"
|
|
112
112
|
}), n().createElement("path", {
|
|
113
|
-
d: "M21.0001 10.5C21.0001 9.67153 20.
|
|
113
|
+
d: "M21.0001 10.5C21.0001 9.67153 20.3285 8.99996 19.5001 8.99996L4.50012 8.99996C3.6717 8.99996 3.00012 9.67153 3.00012 10.5L3.00012 20.5C3.00012 21.3284 3.67169 22 4.50012 22L11.0001 22L11 15.7031L9.75943 17.1506C9.40003 17.57 8.76873 17.6186 8.34939 17.2592C7.93004 16.8998 7.88145 16.2685 8.24085 15.8491L10.8611 12.7919C11.4597 12.0934 12.5402 12.0934 13.1389 12.7918L15.7594 15.8491C16.1188 16.2684 16.0703 16.8997 15.6509 17.2591C15.2316 17.6186 14.6003 17.57 14.2409 17.1507L13 15.703L13.0001 21.9999L19.5001 22C20.3285 22 21.0001 21.3284 21.0001 20.5L21.0001 10.5Z"
|
|
114
114
|
}));
|
|
115
115
|
}));
|
|
116
116
|
var d = [ "default", "outlined", "filled" ];
|