@splunk/react-icons 4.3.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/Chain.js +52 -44
- package/ChainSlashed.d.ts +2 -0
- package/ChainSlashed.js +160 -0
- package/CircleSmall.d.ts +2 -0
- package/CircleSmall.js +154 -0
- package/ControlFastForward.d.ts +2 -0
- package/ControlFastForward.js +154 -0
- package/ControlNext.d.ts +2 -0
- package/ControlNext.js +158 -0
- package/ControlPrevious.d.ts +2 -0
- package/ControlPrevious.js +158 -0
- package/ControlRewind.d.ts +2 -0
- package/ControlRewind.js +154 -0
- package/ControlStopCircle.d.ts +2 -0
- package/ControlStopCircle.js +158 -0
- package/CursorArrow.js +1 -1
- package/DocumentDrawer.js +2 -2
- package/Flashlight.js +2 -2
- package/Pin.js +2 -2
- package/RectangularsArrowInto.js +1 -1
- package/SquaresLayered.js +2 -2
- package/StarSparklesDouble.js +6 -8
- package/Telescope.js +43 -43
- package/package.json +1 -1
- package/types/icons/Chain.d.ts +2 -2
- package/types/icons/ChainSlashed.d.ts +20 -0
- package/types/icons/CircleSmall.d.ts +20 -0
- package/types/icons/ControlFastForward.d.ts +20 -0
- package/types/icons/ControlNext.d.ts +20 -0
- package/types/icons/ControlPrevious.d.ts +20 -0
- package/types/icons/ControlRewind.d.ts +20 -0
- package/types/icons/ControlStopCircle.d.ts +20 -0
|
@@ -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 */ 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 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/ControlStopCircle.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: "M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z"
|
|
112
|
+
}), n().createElement("path", {
|
|
113
|
+
d: "M8.29999 9.05005C8.29999 8.63584 8.63577 8.30005 9.04999 8.30005H14.95C15.3642 8.30005 15.7 8.63584 15.7 9.05005V14.95C15.7 15.3643 15.3642 15.7 14.95 15.7H9.04999C8.63577 15.7 8.29999 15.3643 8.29999 14.95V9.05005Z"
|
|
114
|
+
}));
|
|
115
|
+
}));
|
|
116
|
+
d.set("filled", (function() {
|
|
117
|
+
|
|
118
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
119
|
+
fillRule: "evenodd",
|
|
120
|
+
clipRule: "evenodd",
|
|
121
|
+
d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM8.81081 8C8.36301 8 8 8.36301 8 8.81081V15.1892C8 15.637 8.36301 16 8.81081 16H15.1892C15.637 16 16 15.637 16 15.1892V8.81081C16 8.36301 15.637 8 15.1892 8H8.81081Z"
|
|
122
|
+
}));
|
|
123
|
+
}));
|
|
124
|
+
var f = [ "default", "outlined", "filled" ];
|
|
125
|
+
var v = function e(r) {
|
|
126
|
+
return f.indexOf(r) >= 0;
|
|
127
|
+
};
|
|
128
|
+
var s = function e(r) {
|
|
129
|
+
return r === "default" || r && !v(r) ? "outlined" : r;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* @description Stop button with circle indicates running status or stop sequence action (e.g. AI assistant)
|
|
133
|
+
* @category Controls
|
|
134
|
+
* @keywords play, pause, stop, conversation, stream, streaming, music, video, movie
|
|
135
|
+
* @variants outlined,filled
|
|
136
|
+
*/ var p = function e(r) {
|
|
137
|
+
var a = r.children, i = r.variant, c = u(r, [ "children", "variant" ]);
|
|
138
|
+
var f = s(i);
|
|
139
|
+
var v = "controlstopcircle-".concat(f);
|
|
140
|
+
var p = (0, t.useContext)(o.IconContext);
|
|
141
|
+
var C = d.get(f);
|
|
142
|
+
if (false) {}
|
|
143
|
+
if (p && C) {
|
|
144
|
+
var m = p.toRender, y = p.addIcon;
|
|
145
|
+
y(v, C());
|
|
146
|
+
if (!m) {
|
|
147
|
+
return null;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
return n().createElement(l(), c, a, p ? n().createElement("use", {
|
|
152
|
+
href: "#".concat(v)
|
|
153
|
+
}) : !!C && C());
|
|
154
|
+
};
|
|
155
|
+
p.defaultProps = c;
|
|
156
|
+
/* harmony default export */ const C = p;
|
|
157
|
+
module.exports = r;
|
|
158
|
+
/******/})();
|
package/CursorArrow.js
CHANGED
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
f.set("filled", (function() {
|
|
115
115
|
|
|
116
116
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
117
|
-
d: "M4.78567 3.
|
|
117
|
+
d: "M4.78567 3.04922C3.74261 2.8478 2.82649 3.76462 3.02869 4.80752L5.74654 18.8254C6.01809 20.226 7.9072 20.4923 8.55537 19.2214L10.5251 15.3592L15.2204 19.9875C16.5525 21.3006 18.6962 21.2873 20.012 19.9577C21.3236 18.6324 21.3193 16.4968 20.0024 15.1767L15.3711 10.5342L19.2226 8.5693C20.4938 7.92075 20.2265 6.03094 18.8253 5.76035L4.78567 3.04922Z"
|
|
118
118
|
}));
|
|
119
119
|
}));
|
|
120
120
|
var d = [ "default", "outlined", "filled" ];
|
package/DocumentDrawer.js
CHANGED
|
@@ -106,11 +106,11 @@
|
|
|
106
106
|
d.set("outlined", (function() {
|
|
107
107
|
|
|
108
108
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
|
-
d: "M10 14C9.
|
|
109
|
+
d: "M10.0001 14C9.44784 14 9.00012 14.4477 9.00012 15C9.00012 15.5523 9.44784 16 10.0001 16H14.0001C14.5524 16 15.0001 15.5523 15.0001 15C15.0001 14.4477 14.5524 14 14.0001 14H10.0001Z"
|
|
110
110
|
}), n().createElement("path", {
|
|
111
111
|
fillRule: "evenodd",
|
|
112
112
|
clipRule: "evenodd",
|
|
113
|
-
d: "M3.
|
|
113
|
+
d: "M3.8971 10C2.80652 10 1.98158 10.9867 2.17478 12.06L3.70478 20.56C3.85481 21.3935 4.58019 22 5.4271 22H18.573C19.4199 22 20.1453 21.3935 20.2953 20.56L21.8253 12.06C22.0185 10.9867 21.1936 10 20.103 10H20L20.4198 8.13412C20.6469 7.12462 19.9562 6.16114 18.9671 6.01818L19.2002 3.94567C19.3169 2.90824 18.5052 2.00003 17.4612 2.00003L6.5394 2.00003C5.49542 2.00003 4.68366 2.90824 4.80037 3.94567L5.03351 6.01809C4.04408 6.16073 3.35296 7.1244 3.58015 8.13412L3.99998 10H3.8971ZM5.63612 20L4.19612 12L19.804 12L18.364 20H5.63612ZM18.4 7.99998L17.95 10L6.04998 10L5.59997 7.99998L18.4 7.99998ZM17.1815 4.00003L16.9565 5.99998L7.04409 5.99998L6.8191 4.00003L17.1815 4.00003Z"
|
|
114
114
|
}));
|
|
115
115
|
}));
|
|
116
116
|
d.set("filled", (function() {
|
package/Flashlight.js
CHANGED
|
@@ -106,11 +106,11 @@
|
|
|
106
106
|
d.set("outlined", (function() {
|
|
107
107
|
|
|
108
108
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
|
-
d: "M11.
|
|
109
|
+
d: "M11.7355 12.2504C11.3832 11.8982 10.8121 11.8982 10.4598 12.2504L9.73025 12.98C9.37799 13.3322 9.37799 13.9034 9.73025 14.2556C10.0825 14.6079 10.6536 14.6079 11.0059 14.2556L11.7355 13.5261C12.0877 13.1738 12.0877 12.6027 11.7355 12.2504Z"
|
|
110
110
|
}), n().createElement("path", {
|
|
111
111
|
fillRule: "evenodd",
|
|
112
112
|
clipRule: "evenodd",
|
|
113
|
-
d: "M14.
|
|
113
|
+
d: "M14.7682 2.85357C13.7919 1.87726 12.209 1.87726 11.2327 2.85357L10.4932 3.59309C10.1442 3.94209 9.90629 4.38659 9.80949 4.87057L8.92697 9.28318C8.90761 9.37997 8.86004 9.46887 8.79024 9.53867L3.45452 14.8744C2.47821 15.8507 2.47821 17.4336 3.45452 18.4099L5.57584 20.5312C6.55215 21.5076 8.13507 21.5076 9.11138 20.5312L14.4471 15.1955C14.5169 15.1257 14.6058 15.0781 14.7026 15.0588L19.1152 14.1763C19.5992 14.0795 20.0437 13.8416 20.3927 13.4926L21.1322 12.7531C22.1085 11.7768 22.1085 10.1938 21.1322 9.21753L14.7682 2.85357ZM12.6469 4.26778C12.8422 4.07252 13.1588 4.07252 13.354 4.26778L19.718 10.6317C19.9132 10.827 19.9132 11.1436 19.718 11.3389L18.9785 12.0784C18.9087 12.1482 18.8198 12.1957 18.723 12.2151L14.3104 13.0976C13.8264 13.1944 13.3819 13.4323 13.0329 13.7813L7.69716 19.117C7.5019 19.3123 7.18532 19.3123 6.99006 19.117L4.86874 16.9957C4.67347 16.8004 4.67347 16.4839 4.86874 16.2886L10.2044 10.9529C10.5535 10.6039 10.7913 10.1594 10.8881 9.67541L11.7707 5.2628C11.79 5.166 11.8376 5.0771 11.9074 5.0073L12.6469 4.26778Z"
|
|
114
114
|
}));
|
|
115
115
|
}));
|
|
116
116
|
d.set("filled", (function() {
|
package/Pin.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: "M21.5461 8.30334C22.4914 9.24857 21.8214 10.8647 20.4846 10.864L18.
|
|
111
|
+
d: "M21.5461 8.30334C22.4914 9.24857 21.8214 10.8647 20.4846 10.864L18.4321 10.8629L16.282 13.0129L15.5513 18.1277C15.3765 19.3513 13.8798 19.8502 13.0058 18.9762L9.88233 15.8528L4.71858 21.0165C4.32806 21.4071 3.69489 21.4071 3.30437 21.0165C2.91384 20.626 2.91384 19.9929 3.30437 19.6023L8.46812 14.4386L5.22759 11.1981C4.35355 10.324 4.85248 8.82726 6.07614 8.65247L11.191 7.92185L13.341 5.77179L13.3399 3.71924C13.3393 2.38251 14.9554 1.7126 15.9006 2.65781L21.5461 8.30334ZM18.2259 8.86275L19.2777 8.86333L15.3406 4.9262L15.3411 5.97801C15.3413 6.37611 15.1833 6.75795 14.9018 7.03945L12.4873 9.45392C12.2578 9.68342 11.9601 9.83229 11.6388 9.87819L7.34892 10.491L13.7129 16.8549L14.3257 12.5651C14.3716 12.2438 14.5204 11.946 14.7499 11.7165L17.1644 9.30208C17.4459 9.02058 17.8278 8.86253 18.2259 8.86275Z"
|
|
112
112
|
}));
|
|
113
113
|
}));
|
|
114
114
|
f.set("filled", (function() {
|
|
115
115
|
|
|
116
116
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
117
|
-
d: "M21.5848 8.04394C22.5301 8.98917 21.8601 10.6053 20.5233 10.6046L18.4707 10.6035L16.3207 12.7535L15.59 17.8683C15.4152 19.0919 13.9185 19.5909 13.0444 18.7168L9.92108 15.5935L4.7574 20.7571C4.
|
|
117
|
+
d: "M21.5848 8.04394C22.5301 8.98917 21.8601 10.6053 20.5233 10.6046L18.4707 10.6035L16.3207 12.7535L15.59 17.8683C15.4152 19.0919 13.9185 19.5909 13.0444 18.7168L9.92108 15.5935L4.7574 20.7571C4.36687 21.1477 3.73371 21.1477 3.34319 20.7571C2.95266 20.3666 2.95266 19.7334 3.34319 19.3429L8.50686 14.1792L5.26627 10.9387C4.39224 10.0646 4.89116 8.56786 6.11482 8.39307L11.2296 7.66245L13.3797 5.51239L13.3786 3.45985C13.3779 2.12311 14.9941 1.4532 15.9393 2.39841L21.5848 8.04394Z"
|
|
118
118
|
}));
|
|
119
119
|
}));
|
|
120
120
|
var d = [ "default", "outlined", "filled" ];
|
package/RectangularsArrowInto.js
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
119
119
|
fillRule: "evenodd",
|
|
120
120
|
clipRule: "evenodd",
|
|
121
|
-
d: "M1.
|
|
121
|
+
d: "M1.99984 4C1.99984 3.44772 2.44755 3 2.99984 3L16.9998 3C17.5521 3 17.9998 3.44772 17.9998 4V9.99999C17.9998 10.5523 17.5521 11 16.9998 11L10.9998 11L10.9998 13L20.9998 13C21.2651 13 21.5194 13.1054 21.7069 13.2929C21.8945 13.4804 21.9998 13.7348 21.9998 14L21.9998 20C21.9998 20.5523 21.5521 21 20.9998 21L7.99984 21C7.44755 21 6.99984 20.5523 6.99984 20L6.99984 14C6.99984 13.4477 7.44755 13 7.99984 13H8.99979L8.99976 11H2.99984C2.44755 11 1.99984 10.5523 1.99984 9.99999L1.99984 4ZM9.01004 6.21721C9.55674 5.67044 10.4432 5.67039 10.9899 6.21709L12.6366 7.86356C12.9881 8.21501 12.9881 8.78486 12.6367 9.13635C12.2852 9.48784 11.7154 9.48788 11.3639 9.13642L10.8999 8.67251L10.8998 11L9.09977 10.9999L9.09991 8.67306L8.63666 9.13635C8.28521 9.48784 7.71536 9.48788 7.36387 9.13642C7.01238 8.78497 7.01234 8.21512 7.3638 7.86363L9.01004 6.21721Z"
|
|
122
122
|
}));
|
|
123
123
|
}));
|
|
124
124
|
var f = [ "default", "outlined", "filled" ];
|
package/SquaresLayered.js
CHANGED
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
109
|
fillRule: "evenodd",
|
|
110
110
|
clipRule: "evenodd",
|
|
111
|
-
d: "M7.36865 4.
|
|
111
|
+
d: "M7.36865 4.00586C7.36865 3.45357 7.81637 3.00586 8.36865 3.00586H19.9942C20.5465 3.00586 20.9942 3.45357 20.9942 4.00586V15.6314C20.9942 16.1837 20.5465 16.6314 19.9942 16.6314H8.36865C7.81637 16.6314 7.36865 16.1837 7.36865 15.6314V4.00586ZM9.36865 14.6314V5.00586H18.9942V14.6314H9.36865Z"
|
|
112
112
|
}), n().createElement("path", {
|
|
113
|
-
d: "M5 8.
|
|
113
|
+
d: "M5 8.58545C5 8.03316 4.55228 7.58545 4 7.58545C3.44772 7.58545 3 8.03316 3 8.58545V19.4999C3 20.3283 3.67157 20.9999 4.5 20.9999H15.4144C15.9667 20.9999 16.4144 20.5522 16.4144 19.9999C16.4144 19.4476 15.9667 18.9999 15.4144 18.9999H5V8.58545Z"
|
|
114
114
|
}));
|
|
115
115
|
}));
|
|
116
116
|
d.set("filled", (function() {
|
package/StarSparklesDouble.js
CHANGED
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
73
|
const o = require("@splunk/react-icons/IconProvider");
|
|
74
74
|
// CONCATENATED MODULE: ./src/icons/StarSparklesDouble.tsx
|
|
75
|
-
function
|
|
75
|
+
function u(e, t) {
|
|
76
76
|
if (e == null) return {};
|
|
77
|
-
var r =
|
|
77
|
+
var r = C(e, t);
|
|
78
78
|
var n, a;
|
|
79
79
|
if (Object.getOwnPropertySymbols) {
|
|
80
80
|
var l = Object.getOwnPropertySymbols(e);
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
}
|
|
88
88
|
return r;
|
|
89
89
|
}
|
|
90
|
-
function
|
|
90
|
+
function C(e, t) {
|
|
91
91
|
if (e == null) return {};
|
|
92
92
|
var r = {};
|
|
93
93
|
var n = Object.keys(e);
|
|
@@ -109,12 +109,10 @@
|
|
|
109
109
|
fillRule: "evenodd",
|
|
110
110
|
clipRule: "evenodd",
|
|
111
111
|
d: "M10.5 5.5C11.0523 5.5 11.5 5.94772 11.5 6.5C11.5 9.81371 14.1863 12.5 17.5 12.5C18.0523 12.5 18.5 12.9477 18.5 13.5C18.5 14.0523 18.0523 14.5 17.5 14.5C14.1863 14.5 11.5 17.1863 11.5 20.5C11.5 21.0523 11.0523 21.5 10.5 21.5C9.94771 21.5 9.5 21.0523 9.5 20.5C9.5 17.1863 6.81371 14.5 3.5 14.5C2.94772 14.5 2.5 14.0523 2.5 13.5C2.5 12.9477 2.94772 12.5 3.5 12.5C6.81371 12.5 9.5 9.81371 9.5 6.5C9.5 5.94772 9.94771 5.5 10.5 5.5ZM10.5 10.376C9.77243 11.6872 8.68717 12.7724 7.37601 13.5C8.68717 14.2276 9.77243 15.3128 10.5 16.624C11.2276 15.3128 12.3128 14.2276 13.624 13.5C12.3128 12.7724 11.2276 11.6872 10.5 10.376Z"
|
|
112
|
-
}), n().createElement("path", {
|
|
113
|
-
d: "M18 3C18 4.65685 16.6569 6 15 6C16.6569 6 18 7.34315 18 9C18 7.34315 19.3431 6 21 6C19.3431 6 18 4.65685 18 3Z"
|
|
114
112
|
}), n().createElement("path", {
|
|
115
113
|
fillRule: "evenodd",
|
|
116
114
|
clipRule: "evenodd",
|
|
117
|
-
d: "M18 2.25C18.4142 2.25 18.75 2.58579 18.75 3C18.75 4.24264 19.7574 5.25 21 5.25C21.4142 5.25 21.75 5.58579 21.75 6C21.75 6.41421 21.4142 6.75 21 6.75C19.7574 6.75 18.75 7.75736 18.75 9C18.75 9.41421 18.4142 9.75 18 9.75C17.5858 9.75 17.25 9.41421 17.25 9C17.25 7.75736 16.2426 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6C14.25 5.58579 14.5858 5.25 15 5.25C16.2426 5.25 17.25 4.24264 17.25 3C17.25 2.58579 17.5858 2.25 18 2.
|
|
115
|
+
d: "M18 2.25C18.4142 2.25 18.75 2.58579 18.75 3C18.75 4.24264 19.7574 5.25 21 5.25C21.4142 5.25 21.75 5.58579 21.75 6C21.75 6.41421 21.4142 6.75 21 6.75C19.7574 6.75 18.75 7.75736 18.75 9C18.75 9.41421 18.4142 9.75 18 9.75C17.5858 9.75 17.25 9.41421 17.25 9C17.25 7.75736 16.2426 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6C14.25 5.58579 14.5858 5.25 15 5.25C16.2426 5.25 17.25 4.24264 17.25 3C17.25 2.58579 17.5858 2.25 18 2.25Z"
|
|
118
116
|
}));
|
|
119
117
|
}));
|
|
120
118
|
c.set("filled", (function() {
|
|
@@ -138,8 +136,8 @@
|
|
|
138
136
|
*
|
|
139
137
|
* @variants outlined,filled
|
|
140
138
|
*/ var s = function e(t) {
|
|
141
|
-
var a = t.children,
|
|
142
|
-
var d = v(
|
|
139
|
+
var a = t.children, C = t.variant, i = u(t, [ "children", "variant" ]);
|
|
140
|
+
var d = v(C);
|
|
143
141
|
var f = "starsparklesdouble-".concat(d);
|
|
144
142
|
var s = (0, r.useContext)(o.IconContext);
|
|
145
143
|
var p = c.get(d);
|
package/Telescope.js
CHANGED
|
@@ -61,25 +61,25 @@
|
|
|
61
61
|
e.r(t);
|
|
62
62
|
// EXPORTS
|
|
63
63
|
e.d(t, {
|
|
64
|
-
default: () => /* binding */
|
|
64
|
+
default: () => /* binding */ s
|
|
65
65
|
});
|
|
66
66
|
// CONCATENATED MODULE: external "react"
|
|
67
67
|
const r = require("react");
|
|
68
68
|
var n = e.n(r);
|
|
69
69
|
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
-
const
|
|
71
|
-
var
|
|
70
|
+
const a = require("@splunk/react-icons/SVG");
|
|
71
|
+
var o = e.n(a);
|
|
72
72
|
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
-
const
|
|
73
|
+
const l = require("@splunk/react-icons/IconProvider");
|
|
74
74
|
// CONCATENATED MODULE: ./src/icons/Telescope.tsx
|
|
75
|
-
function
|
|
75
|
+
function u(e, t) {
|
|
76
76
|
if (e == null) return {};
|
|
77
|
-
var r =
|
|
78
|
-
var n,
|
|
77
|
+
var r = i(e, t);
|
|
78
|
+
var n, a;
|
|
79
79
|
if (Object.getOwnPropertySymbols) {
|
|
80
|
-
var
|
|
81
|
-
for (
|
|
82
|
-
n = a
|
|
80
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
81
|
+
for (a = 0; a < o.length; a++) {
|
|
82
|
+
n = o[a];
|
|
83
83
|
if (t.indexOf(n) >= 0) continue;
|
|
84
84
|
if (!Object.prototype.propertyIsEnumerable.call(e, n)) continue;
|
|
85
85
|
r[n] = e[n];
|
|
@@ -87,72 +87,72 @@
|
|
|
87
87
|
}
|
|
88
88
|
return r;
|
|
89
89
|
}
|
|
90
|
-
function
|
|
90
|
+
function i(e, t) {
|
|
91
91
|
if (e == null) return {};
|
|
92
92
|
var r = {};
|
|
93
93
|
var n = Object.keys(e);
|
|
94
|
-
var
|
|
95
|
-
for (
|
|
96
|
-
|
|
97
|
-
if (t.indexOf(
|
|
98
|
-
r[
|
|
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
99
|
}
|
|
100
100
|
return r;
|
|
101
101
|
}
|
|
102
|
-
var
|
|
102
|
+
var c = {
|
|
103
103
|
variant: "default"
|
|
104
104
|
};
|
|
105
|
-
var
|
|
106
|
-
|
|
105
|
+
var d = new Map;
|
|
106
|
+
d.set("outlined", (function() {
|
|
107
107
|
|
|
108
108
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
109
|
fillRule: "evenodd",
|
|
110
110
|
clipRule: "evenodd",
|
|
111
|
-
d: "
|
|
111
|
+
d: "M15.7498 2.25C16.015 2.25 16.2694 2.35536 16.4569 2.54289L21.4569 7.54289C21.8474 7.93341 21.8474 8.56657 21.4569 8.9571L16.207 14.2071C16.0195 14.3946 15.7651 14.5 15.4999 14.5C15.3349 14.5 15.1741 14.4592 15.0309 14.3832L11.2068 18.2071C10.8163 18.5976 10.1831 18.5976 9.79263 18.2071L9.74974 18.1642L7.38313 20.5309C7.58405 20.9089 7.52525 21.3887 7.20675 21.7072C6.81619 22.0977 6.18303 22.0976 5.79254 21.707L2.29271 18.2069C1.90229 17.8162 1.90245 17.1831 2.29308 16.7927C2.61151 16.4744 3.09111 16.4157 3.46901 16.6165L5.83548 14.25L5.79263 14.2071C5.60509 14.0196 5.49973 13.7652 5.49974 13.5C5.49974 13.2348 5.6051 12.9804 5.79264 12.7929L9.61651 8.96917C9.41558 8.59116 9.47435 8.11136 9.7928 7.7929L15.0427 2.5429C15.2302 2.35536 15.4846 2.25 15.7498 2.25ZM11.9141 8.49999L15.7498 4.66422L19.3356 8.25001L15.4999 12.0858L11.9141 8.49999ZM13.5857 13L10.9999 10.4142L7.91396 13.5L10.4568 16.0429L10.4998 16.0858L13.5857 13ZM7.24969 15.6642L4.91395 17.9999L5.99978 19.0858L8.33553 16.75L7.24969 15.6642Z"
|
|
112
112
|
}));
|
|
113
113
|
}));
|
|
114
|
-
|
|
114
|
+
d.set("filled", (function() {
|
|
115
115
|
|
|
116
116
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
117
|
-
d: "
|
|
117
|
+
d: "M15.7504 2.75C15.883 2.75 16.0101 2.80268 16.1039 2.89645L21.1039 7.89645C21.2992 8.09171 21.2992 8.40829 21.1039 8.60355L15.854 13.8535C15.7603 13.9473 15.6331 14 15.5005 14C15.3679 14 15.2407 13.9473 15.1469 13.8536L10.1469 8.85355C9.95167 8.65829 9.95167 8.34171 10.1469 8.14645L15.3968 2.89645C15.4906 2.80268 15.6178 2.75 15.7504 2.75Z"
|
|
118
118
|
}), n().createElement("path", {
|
|
119
|
-
d: "
|
|
119
|
+
d: "M9.23278 10.0607L6.14694 13.1464C6.05317 13.2402 6.00049 13.3674 6.00049 13.5C6.00049 13.6326 6.05317 13.7598 6.14693 13.8536L10.1469 17.8536C10.3422 18.0488 10.6588 18.0488 10.854 17.8536L13.9399 14.7678L9.23278 10.0607Z"
|
|
120
120
|
}), n().createElement("path", {
|
|
121
|
-
d: "
|
|
121
|
+
d: "M5.4823 15.3107L3.8539 16.9392L3.70778 16.793C3.31736 16.4024 2.68419 16.4022 2.29357 16.7926C1.90294 17.1831 1.90277 17.8162 2.2932 18.2069L5.79303 21.707C6.18352 22.0976 6.81668 22.0976 7.20724 21.7072C7.5978 21.3167 7.59785 20.6835 7.20736 20.2929L7.0609 20.1465L8.68946 18.5179L5.4823 15.3107Z"
|
|
122
122
|
}));
|
|
123
123
|
}));
|
|
124
|
-
var
|
|
125
|
-
var
|
|
126
|
-
return
|
|
124
|
+
var f = [ "default", "outlined", "filled" ];
|
|
125
|
+
var L = function e(t) {
|
|
126
|
+
return f.indexOf(t) >= 0;
|
|
127
127
|
};
|
|
128
128
|
var v = function e(t) {
|
|
129
|
-
return t === "default" || t && !
|
|
129
|
+
return t === "default" || t && !L(t) ? "outlined" : t;
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
132
132
|
* @description Represent of Open Telemetry Collector, OTEL
|
|
133
133
|
* @category Data Flow
|
|
134
134
|
* @keywords agent, forwarder, indexer, monocular, monitoring
|
|
135
135
|
* @variants outlined,filled
|
|
136
|
-
*/ var
|
|
137
|
-
var
|
|
138
|
-
var
|
|
139
|
-
var
|
|
140
|
-
var
|
|
141
|
-
var
|
|
136
|
+
*/ var C = function e(t) {
|
|
137
|
+
var a = t.children, i = t.variant, c = u(t, [ "children", "variant" ]);
|
|
138
|
+
var f = v(i);
|
|
139
|
+
var L = "telescope-".concat(f);
|
|
140
|
+
var C = (0, r.useContext)(l.IconContext);
|
|
141
|
+
var s = d.get(f);
|
|
142
142
|
if (false) {}
|
|
143
|
-
if (
|
|
144
|
-
var
|
|
145
|
-
m(
|
|
146
|
-
if (!
|
|
143
|
+
if (C && s) {
|
|
144
|
+
var p = C.toRender, m = C.addIcon;
|
|
145
|
+
m(L, s());
|
|
146
|
+
if (!p) {
|
|
147
147
|
return null;
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
return n().createElement(
|
|
152
|
-
href: "#".concat(
|
|
153
|
-
}) : !!
|
|
151
|
+
return n().createElement(o(), c, a, C ? n().createElement("use", {
|
|
152
|
+
href: "#".concat(L)
|
|
153
|
+
}) : !!s && s());
|
|
154
154
|
};
|
|
155
|
-
|
|
156
|
-
/* harmony default export */ const
|
|
155
|
+
C.defaultProps = c;
|
|
156
|
+
/* harmony default export */ const s = C;
|
|
157
157
|
module.exports = t;
|
|
158
158
|
/******/})();
|
package/package.json
CHANGED
package/types/icons/Chain.d.ts
CHANGED
|
@@ -5,13 +5,13 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
5
5
|
/**
|
|
6
6
|
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
7
|
*/
|
|
8
|
-
variant?: 'default' | 'outlined';
|
|
8
|
+
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* @description Link action or indicator used for adding URL or opening other website
|
|
12
12
|
* @category Actions
|
|
13
13
|
* @keywords chain, connection, external
|
|
14
|
-
* @variants outlined
|
|
14
|
+
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const Chain: {
|
|
17
17
|
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
@@ -0,0 +1,20 @@
|
|
|
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 Unlink action or indicator used for unlinking status
|
|
12
|
+
* @category Actions
|
|
13
|
+
* @keywords link, connection, external, URL
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const ChainSlashed: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default ChainSlashed;
|
|
@@ -0,0 +1,20 @@
|
|
|
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 Circle used for colored indication, status, and multi-purpose
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords geometry, object, shape, sphere, ball
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const CircleSmall: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default CircleSmall;
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
*
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const ControlFastForward: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default ControlFastForward;
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
*
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const ControlNext: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default ControlNext;
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
*
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const ControlPrevious: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default ControlPrevious;
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
*
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const ControlRewind: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default ControlRewind;
|