@splunk/react-icons 4.11.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.
Files changed (57) hide show
  1. package/ArrowCounterClockwise.js +1 -1
  2. package/ArrowDownCircle.d.ts +2 -0
  3. package/ArrowDownCircle.js +151 -0
  4. package/ArrowLeftCircle.d.ts +2 -0
  5. package/ArrowLeftCircle.js +151 -0
  6. package/ArrowRightCircle.d.ts +2 -0
  7. package/ArrowRightCircle.js +151 -0
  8. package/ArrowSquareHalfDown.js +2 -2
  9. package/ArrowSquareHalfUp.js +4 -4
  10. package/ArrowUpCircle.d.ts +2 -0
  11. package/ArrowUpCircle.js +151 -0
  12. package/ArrowsRoundedRectangularDoubleSlashed.js +3 -3
  13. package/CHANGELOG.md +14 -0
  14. package/CaretDown.js +2 -2
  15. package/CaretsSmallUpDown.js +2 -2
  16. package/ChartSingleValueIcon.js +7 -5
  17. package/CheckBoxCompleted.js +7 -5
  18. package/CheckBoxIndeterminate.js +7 -5
  19. package/CircleTiny.d.ts +2 -0
  20. package/CircleTiny.js +147 -0
  21. package/ControlRewind.js +2 -2
  22. package/CounterCumulative.d.ts +2 -0
  23. package/CounterCumulative.js +155 -0
  24. package/DocumentDrawer.js +2 -2
  25. package/DriveIndexes.js +3 -3
  26. package/FileRipped.d.ts +2 -0
  27. package/FileRipped.js +151 -0
  28. package/Fire.js +1 -1
  29. package/LayersDoubleTransparent.d.ts +2 -0
  30. package/LayersDoubleTransparent.js +149 -0
  31. package/ListIndentedSquare.d.ts +2 -0
  32. package/ListIndentedSquare.js +155 -0
  33. package/ListToken.js +7 -5
  34. package/NodeFollowFour.js +1 -1
  35. package/NodeSplit.js +2 -2
  36. package/ParallelDotsHorizontal.js +6 -6
  37. package/Pin.js +7 -5
  38. package/PinStuck.js +7 -5
  39. package/Token.js +7 -5
  40. package/package.json +2 -2
  41. package/types/icons/ArrowDownCircle.d.ts +19 -0
  42. package/types/icons/ArrowLeftCircle.d.ts +19 -0
  43. package/types/icons/ArrowRightCircle.d.ts +19 -0
  44. package/types/icons/ArrowUpCircle.d.ts +19 -0
  45. package/types/icons/ChartSingleValueIcon.d.ts +7 -5
  46. package/types/icons/CheckBoxCompleted.d.ts +7 -5
  47. package/types/icons/CheckBoxIndeterminate.d.ts +7 -5
  48. package/types/icons/CircleTiny.d.ts +19 -0
  49. package/types/icons/CounterCumulative.d.ts +19 -0
  50. package/types/icons/DriveIndexes.d.ts +3 -3
  51. package/types/icons/FileRipped.d.ts +17 -0
  52. package/types/icons/LayersDoubleTransparent.d.ts +19 -0
  53. package/types/icons/ListIndentedSquare.d.ts +19 -0
  54. package/types/icons/ListToken.d.ts +7 -5
  55. package/types/icons/Pin.d.ts +7 -5
  56. package/types/icons/PinStuck.d.ts +7 -5
  57. package/types/icons/Token.d.ts +7 -5
@@ -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/ArrowUpCircle.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: "M16.7071 10.7928L13.0607 7.14637C12.4749 6.56058 11.5251 6.56059 10.9393 7.14637L7.29289 10.7928C6.90237 11.1833 6.90237 11.8165 7.29289 12.207C7.68342 12.5976 8.31658 12.5976 8.70711 12.207L11 9.91414V16.4999C11 17.0522 11.4477 17.4999 12 17.4999C12.5523 17.4999 13 17.0522 13 16.4999V9.91414L15.2929 12.207C15.6834 12.5976 16.3166 12.5976 16.7071 12.207C17.0976 11.8165 17.0976 11.1833 16.7071 10.7928Z"
102
+ }), n().createElement("path", {
103
+ fillRule: "evenodd",
104
+ clipRule: "evenodd",
105
+ 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 2ZM4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 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: "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 12ZM16.7071 10.7928L13.0607 7.14637C12.4749 6.56058 11.5251 6.56059 10.9393 7.14637L7.29289 10.7928C6.90237 11.1833 6.90237 11.8165 7.29289 12.207C7.68342 12.5976 8.31658 12.5976 8.70711 12.207L11 9.91414V16.4999C11 17.0522 11.4477 17.4999 12 17.4999C12.5523 17.4999 13 17.0522 13 16.4999V9.91414L15.2929 12.207C15.6834 12.5976 16.3166 12.5976 16.7071 12.207C17.0976 11.8165 17.0976 11.1833 16.7071 10.7928Z"
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
+ top, 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 = "arrowupcircle-".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
+ /******/})();
@@ -98,11 +98,11 @@
98
98
  i.set("outlined", (function() {
99
99
 
100
100
  return n().createElement(n().Fragment, null, n().createElement("path", {
101
- d: "M20.7073 19.2929L4.70728 3.29292C4.31675 2.9024 3.68359 2.9024 3.29306 3.29292C2.90254 3.68344 2.90254 4.31661 3.29306 4.70713L19.2931 20.7071C19.6836 21.0977 20.3168 21.0977 20.7073 20.7071C21.0978 20.3166 21.0978 19.6834 20.7073 19.2929Z"
101
+ d: "M20.7073 19.2929L4.70729 3.29292C4.31677 2.9024 3.6836 2.9024 3.29308 3.29292C2.90255 3.68344 2.90255 4.31661 3.29308 4.70713L19.2931 20.7071C19.6836 21.0977 20.3168 21.0977 20.7073 20.7071C21.0978 20.3166 21.0978 19.6834 20.7073 19.2929Z"
102
102
  }), n().createElement("path", {
103
- d: "M12.2931 3.29282L10.1061 5.47975L12.6223 7.99593L16.9909 7.99593C18.0955 7.99593 18.9909 8.89137 18.9909 9.99593V13.0011C18.9909 13.5533 19.4386 14.0011 19.9909 14.0011C20.5432 14.0011 20.9909 13.5533 20.9909 13.0011V9.99593C20.9909 7.7868 19.2 5.99593 16.9909 5.99593L12.4184 5.99593L13.7073 4.70706C14.0978 4.31655 14.0978 3.68338 13.7073 3.29285C13.3168 2.90231 12.6837 2.9023 12.2931 3.29282Z"
103
+ d: "M12.2931 3.29282L10.1061 5.47975L12.6223 7.99593L16.9909 7.99593C18.0955 7.99593 18.9909 8.89137 18.9909 9.99593V13.0011C18.9909 13.5533 19.4386 14.0011 19.9909 14.0011C20.5432 14.0011 20.9909 13.5533 20.9909 13.0011V9.99593C20.9909 7.7868 19.2 5.99593 16.9909 5.99593L12.4184 5.99593L13.7073 4.70706C14.0978 4.31655 14.0979 3.68338 13.7073 3.29285C13.3168 2.90231 12.6837 2.9023 12.2931 3.29282Z"
104
104
  }), n().createElement("path", {
105
- d: "M11.7073 20.707L13.894 18.5203L11.3747 16.0011L6.99919 16.0011C5.89462 16.0011 4.99919 15.1056 4.99919 14.0011L4.99919 10.9959C4.99919 10.4436 4.55148 9.99593 3.99919 9.99593C3.44691 9.99593 2.99919 10.4436 2.99919 10.9959L2.99919 14.0011C2.99919 16.2102 4.79005 18.0011 6.99919 18.0011L11.5848 18.0011L10.2931 19.2928C9.90254 19.6834 9.90254 20.3165 10.2931 20.707C10.6836 21.0976 11.3168 21.0976 11.7073 20.707Z"
105
+ d: "M11.7073 20.707L13.894 18.5203L11.3747 16.0011L6.99921 16.0011C5.89464 16.0011 4.99921 15.1056 4.99921 14.0011L4.99921 10.9959C4.99921 10.4436 4.55149 9.99593 3.99921 9.99593C3.44692 9.99593 2.99921 10.4436 2.99921 10.9959L2.99921 14.0011C2.99921 16.2102 4.79007 18.0011 6.99921 18.0011L11.5848 18.0011L10.2931 19.2928C9.90255 19.6834 9.90255 20.3165 10.2931 20.707C10.6836 21.0976 11.3168 21.0976 11.7073 20.707Z"
106
106
  }));
107
107
  }));
108
108
  var d = [ "default", "outlined" ];
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 4.12.0 - March 4, 2025
5
+ ----------
6
+ New Features:
7
+ * Added new icons (SUI-7298):
8
+ * ArrowDownCircle
9
+ * ArrowLeftCircle
10
+ * ArrowRightCircle
11
+ * ArrowUpCircle
12
+ * CircleTiny
13
+ * CounterCumulative
14
+ * FileRipped
15
+ * LayersDoubleTransparent
16
+ * ListIndentedSquare
17
+
4
18
  4.11.0 - February 5, 2025
5
19
  ----------
6
20
  New Features:
package/CaretDown.js CHANGED
@@ -100,13 +100,13 @@
100
100
  return n().createElement(n().Fragment, null, n().createElement("path", {
101
101
  fillRule: "evenodd",
102
102
  clipRule: "evenodd",
103
- d: "M3.40054 9.8308C2.76998 9.12142 3.27355 8 4.22269 8H19.7773C20.7265 8 21.23 9.12142 20.5995 9.8308L13.1211 18.2439C12.5244 18.9152 11.4756 18.9152 10.8789 18.2439L3.40054 9.8308ZM6.22686 10L12 16.4948L17.7732 10H6.22686Z"
103
+ d: "M3.40048 9.8308C2.76992 9.12142 3.27348 8 4.22263 8H19.7773C20.7264 8 21.23 9.12142 20.5994 9.8308L13.1211 18.2439C12.5244 18.9152 11.4755 18.9152 10.8788 18.2439L3.40048 9.8308ZM6.22679 10L12 16.4948L17.7731 10H6.22679Z"
104
104
  }));
105
105
  }));
106
106
  c.set("filled", (function() {
107
107
 
108
108
  return n().createElement(n().Fragment, null, n().createElement("path", {
109
- d: "M4.22269 8C3.27355 8 2.76998 9.12142 3.40054 9.8308L10.8789 18.2439C11.4756 18.9152 12.5244 18.9152 13.1211 18.2439L20.5995 9.8308C21.23 9.12142 20.7265 8 19.7773 8H4.22269Z"
109
+ d: "M4.22275 8C3.27361 8 2.77004 9.12142 3.40061 9.8308L10.879 18.2439C11.4757 18.9152 12.5245 18.9152 13.1212 18.2439L20.5995 9.8308C21.2301 9.12142 20.7265 8 19.7774 8H4.22275Z"
110
110
  }));
111
111
  }));
112
112
  var d = [ "default", "outlined", "filled" ];
@@ -98,9 +98,9 @@
98
98
  i.set("outlined", (function() {
99
99
 
100
100
  return n().createElement(n().Fragment, null, n().createElement("path", {
101
- d: "M16.4984 14.0001C16.9311 14.0001 17.1595 14.5124 16.8703 14.8343L12.3694 19.8426C12.1707 20.0637 11.8242 20.0637 11.6255 19.8425L7.1273 14.8342C6.83821 14.5123 7.06665 14.0001 7.49929 14.0001L16.4984 14.0001Z"
101
+ d: "M16.4984 14.0001C16.9311 14.0001 17.1595 14.5124 16.8703 14.8343L12.3694 19.8426C12.1707 20.0637 11.8242 20.0637 11.6256 19.8425L7.12732 14.8342C6.83823 14.5123 7.06667 14.0001 7.49931 14.0001L16.4984 14.0001Z"
102
102
  }), n().createElement("path", {
103
- d: "M16.4984 9.99999C16.9311 9.99999 17.1595 9.48762 16.8703 9.16578L12.3694 4.15743C12.1707 3.93633 11.8242 3.93638 11.6255 4.15754L7.1273 9.16591C6.83821 9.48778 7.06665 10 7.49929 10L16.4984 9.99999Z"
103
+ d: "M16.4984 9.99999C16.9311 9.99999 17.1595 9.48762 16.8703 9.16578L12.3694 4.15743C12.1707 3.93633 11.8242 3.93638 11.6256 4.15754L7.12732 9.16591C6.83822 9.48778 7.06667 10 7.49931 10L16.4984 9.99999Z"
104
104
  }));
105
105
  }));
106
106
  var d = [ "default", "outlined" ];
@@ -133,11 +133,13 @@
133
133
  return t === "default" || t && !d(t) ? "outlined" : t;
134
134
  };
135
135
  /**
136
- * @description Single value icon for DataViz
137
- * @category Data Visualization
138
- *
139
- * @variants outlined,filled
140
- */ var v = function e(t) {
136
+ * @description Single value icon for DataViz
137
+ Data Visualization
138
+ SV chart, smile, face, major value, number, hash
139
+ *
140
+ *
141
+ * @variants outlined,filled
142
+ */ var v = function e(t) {
141
143
  var l = t.children, u = t.variant, c = u === void 0 ? "default" : u, d = o(t, [ "children", "variant" ]);
142
144
  var v = f(c);
143
145
  var p = "chartsinglevalueicon-".concat(v);
@@ -117,11 +117,13 @@
117
117
  return r === "default" || r && !f(r) ? "outlined" : r;
118
118
  };
119
119
  /**
120
- * @description Check Box Completed *not UI, only for specific use
121
- * @category Controls
122
- * @keywords UI elements, square, box
123
- * @variants outlined,filled
124
- */ var s = function e(r) {
120
+ * @description Checkmark for check box. Used with check box frame
121
+ Controls
122
+ UI elements, square, box, boolean input
123
+ *
124
+ *
125
+ * @variants outlined,filled
126
+ */ var s = function e(r) {
125
127
  var l = r.children, c = r.variant, d = c === void 0 ? "default" : c, f = u(r, [ "children", "variant" ]);
126
128
  var s = v(d);
127
129
  var p = "checkboxcompleted-".concat(s);
@@ -119,11 +119,13 @@
119
119
  return r === "default" || r && !f(r) ? "outlined" : r;
120
120
  };
121
121
  /**
122
- * @description Check Box Indeterminate *not UI, only for specific use
123
- * @category Controls
124
- * @keywords UI elements, square, box
125
- * @variants outlined,filled
126
- */ var s = function e(r) {
122
+ * @description Indeterminate checkmark for check box. Used with check box frame
123
+ Controls
124
+ UI elements, square, box, boolean, input
125
+ *
126
+ *
127
+ * @variants outlined,filled
128
+ */ var s = function e(r) {
127
129
  var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
128
130
  var s = v(d);
129
131
  var p = "checkboxindeterminate-".concat(s);
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/CircleTiny';
2
+ export * from './types/icons/CircleTiny';
package/CircleTiny.js ADDED
@@ -0,0 +1,147 @@
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 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/CircleTiny.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
+ fillRule: "evenodd",
102
+ clipRule: "evenodd",
103
+ d: "M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z"
104
+ }));
105
+ }));
106
+ c.set("filled", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8Z"
110
+ }));
111
+ }));
112
+ var d = [ "default", "outlined", "filled" ];
113
+ var f = function e(r) {
114
+ return d.indexOf(r) >= 0;
115
+ };
116
+ var v = function e(r) {
117
+ return r === "default" || r && !f(r) ? "outlined" : r;
118
+ };
119
+ /**
120
+ * @description UI elements, circle, dot, indicator, boolean input, colored indication, status, and multi-purpose
121
+ Controls
122
+ UI elements, circle, dot, indicator, boolean input
123
+ *
124
+ *
125
+ * @variants outlined,filled
126
+ */ var s = function e(r) {
127
+ var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
128
+ var s = v(d);
129
+ var p = "circletiny-".concat(s);
130
+ var m = (0, t.useContext)(o.IconContext);
131
+ var y = c.get(s);
132
+ if (false) {}
133
+ if (m && y) {
134
+ var C = m.toRender, b = m.addIcon;
135
+ b(p, y());
136
+ if (!C) {
137
+ return null;
138
+ }
139
+ }
140
+
141
+ return n().createElement(a(), f, l, m ? n().createElement("use", {
142
+ href: "#".concat(p)
143
+ }) : !!y && y());
144
+ };
145
+ /* harmony default export */ const p = s;
146
+ module.exports = r;
147
+ /******/})();
package/ControlRewind.js CHANGED
@@ -100,13 +100,13 @@
100
100
  return n().createElement(n().Fragment, null, n().createElement("path", {
101
101
  fillRule: "evenodd",
102
102
  clipRule: "evenodd",
103
- d: "M16.7295 5.3562C17.5674 4.51835 19 5.11174 19 6.29665V17.7033C19 18.8882 17.5674 19.4816 16.7295 18.6437L12 13.9142V17.7033C12 18.8882 10.5674 19.4816 9.72955 18.6437L4.02624 12.9404C3.50684 12.421 3.50684 11.5789 4.02624 11.0595L9.72955 5.3562C10.5674 4.51835 12 5.11174 12 6.29665V10.0858L16.7295 5.3562ZM12.9142 12L17 16.0857V7.91418L12.9142 12ZM5.91421 12L10 16.0857V7.91418L5.91421 12Z"
103
+ d: "M16.7296 5.3562C17.5674 4.51835 19 5.11174 19 6.29665V17.7033C19 18.8882 17.5674 19.4816 16.7296 18.6437L12 13.9142V17.7033C12 18.8882 10.5674 19.4816 9.72958 18.6437L4.02627 12.9404C3.50687 12.421 3.50687 11.5789 4.02627 11.0595L9.72958 5.3562C10.5674 4.51835 12 5.11174 12 6.29665V10.0858L16.7296 5.3562ZM12.9142 12L17 16.0857V7.91418L12.9142 12ZM5.91424 12L10 16.0857V7.91418L5.91424 12Z"
104
104
  }));
105
105
  }));
106
106
  c.set("filled", (function() {
107
107
 
108
108
  return n().createElement(n().Fragment, null, n().createElement("path", {
109
- d: "M9.72955 5.35633C10.5674 4.51848 12 5.11187 12 6.29678V10.0859L16.7295 5.35633C17.5674 4.51848 19 5.11187 19 6.29678V17.7034C19 18.8883 17.5674 19.4817 16.7295 18.6438L12 13.9143V17.7034C12 18.8883 10.5674 19.4817 9.72955 18.6438L4.02624 12.9405C3.50684 12.4211 3.50684 11.579 4.02624 11.0596L9.72955 5.35633Z"
109
+ d: "M9.72958 5.35633C10.5674 4.51848 12 5.11187 12 6.29678V10.0859L16.7296 5.35633C17.5674 4.51848 19 5.11187 19 6.29678V17.7034C19 18.8883 17.5674 19.4817 16.7296 18.6438L12 13.9143V17.7034C12 18.8883 10.5674 19.4817 9.72958 18.6438L4.02627 12.9405C3.50687 12.4211 3.50687 11.579 4.02627 11.0596L9.72958 5.35633Z"
110
110
  }));
111
111
  }));
112
112
  var d = [ "default", "outlined", "filled" ];
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/CounterCumulative';
2
+ export * from './types/icons/CounterCumulative';
@@ -0,0 +1,155 @@
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 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/CounterCumulative.tsx
75
+ function u(e, t) {
76
+ if (null == e) return {};
77
+ var r, n, l = c(e, t);
78
+ if (Object.getOwnPropertySymbols) {
79
+ var a = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < a.length; n++) {
81
+ r = a[n], t.includes(r) || {}.propertyIsEnumerable.call(e, r) && (l[r] = e[r]);
82
+ }
83
+ }
84
+ return l;
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 (t.includes(n)) continue;
92
+ r[n] = e[n];
93
+ }
94
+ }
95
+ return r;
96
+ }
97
+ var i = new Map;
98
+ i.set("outlined", (function() {
99
+
100
+ return n().createElement(n().Fragment, null, n().createElement("path", {
101
+ d: "M10 1C9.44772 1 9 1.44772 9 2C9 2.55228 9.44772 3 10 3H14C14.5523 3 15 2.55228 15 2C15 1.44772 14.5523 1 14 1H10Z"
102
+ }), n().createElement("path", {
103
+ d: "M8.46404 10.3778C7.77107 9.68485 8.26187 8.5 9.24185 8.5H14.5004C15.0527 8.5 15.5004 8.94772 15.5004 9.5C15.5004 10.0523 15.0527 10.5 14.5004 10.5H11.4146L13.1368 12.2222C13.5664 12.6518 13.5664 13.3482 13.1368 13.7778L11.4146 15.5H14.5004C15.0527 15.5 15.5004 15.9477 15.5004 16.5C15.5004 17.0523 15.0527 17.5 14.5004 17.5H9.24185C8.26186 17.5 7.77108 16.3151 8.46404 15.6222L11.0862 13L8.46404 10.3778Z"
104
+ }), n().createElement("path", {
105
+ fillRule: "evenodd",
106
+ clipRule: "evenodd",
107
+ d: "M21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 8.02944 7.02944 4 12 4C14.1251 4 16.0781 4.7365 17.6178 5.96817L18.7929 4.79304C19.1834 4.40252 19.8166 4.40252 20.2071 4.79304C20.5976 5.18357 20.5976 5.81673 20.2071 6.20726L19.032 7.3824C20.2636 8.92206 21 10.875 21 13ZM19 13C19 16.866 15.866 20 12 20C8.13401 20 5 16.866 5 13C5 9.13401 8.13401 6 12 6C15.866 6 19 9.13401 19 13Z"
108
+ }));
109
+ }));
110
+ i.set("filled", (function() {
111
+
112
+ return n().createElement(n().Fragment, null, n().createElement("path", {
113
+ d: "M10 1C9.44772 1 9 1.44772 9 2C9 2.55228 9.44772 3 10 3H14C14.5523 3 15 2.55228 15 2C15 1.44772 14.5523 1 14 1H10Z"
114
+ }), n().createElement("path", {
115
+ fillRule: "evenodd",
116
+ clipRule: "evenodd",
117
+ d: "M12 22C16.9706 22 21 17.9706 21 13C21 10.875 20.2636 8.92206 19.032 7.3824L20.2071 6.20726C20.5976 5.81673 20.5976 5.18357 20.2071 4.79304C19.8166 4.40252 19.1834 4.40252 18.7929 4.79304L17.6178 5.96817C16.0781 4.7365 14.1251 4 12 4C7.02944 4 3 8.02944 3 13C3 17.9706 7.02944 22 12 22ZM8.46404 10.3778C7.77107 9.68485 8.26187 8.5 9.24185 8.5H14.5004C15.0527 8.5 15.5004 8.94772 15.5004 9.5C15.5004 10.0523 15.0527 10.5 14.5004 10.5H11.4146L13.1368 12.2222C13.5664 12.6518 13.5664 13.3482 13.1368 13.7778L11.4146 15.5H14.5004C15.0527 15.5 15.5004 15.9477 15.5004 16.5C15.5004 17.0523 15.0527 17.5 14.5004 17.5H9.24185C8.26186 17.5 7.77108 16.3151 8.46404 15.6222L11.0862 13L8.46404 10.3778Z"
118
+ }));
119
+ }));
120
+ var d = [ "default", "outlined", "filled" ];
121
+ var C = function e(t) {
122
+ return d.indexOf(t) >= 0;
123
+ };
124
+ var f = function e(t) {
125
+ return t === "default" || t && !C(t) ? "outlined" : t;
126
+ };
127
+ /**
128
+ * @description Counting action that sum or integrate overall data, time or values
129
+ Data Visualization
130
+ timer, sigma, total, clock, lap
131
+ *
132
+ *
133
+ * @variants outlined,filled
134
+ */ var v = function e(t) {
135
+ var l = t.children, c = t.variant, d = c === void 0 ? "default" : c, C = u(t, [ "children", "variant" ]);
136
+ var v = f(d);
137
+ var s = "countercumulative-".concat(v);
138
+ var p = (0, r.useContext)(o.IconContext);
139
+ var m = i.get(v);
140
+ if (false) {}
141
+ if (p && m) {
142
+ var y = p.toRender, b = p.addIcon;
143
+ b(s, m());
144
+ if (!y) {
145
+ return null;
146
+ }
147
+ }
148
+
149
+ return n().createElement(a(), C, l, p ? n().createElement("use", {
150
+ href: "#".concat(s)
151
+ }) : !!m && m());
152
+ };
153
+ /* harmony default export */ const s = v;
154
+ module.exports = t;
155
+ /******/})();
package/DocumentDrawer.js CHANGED
@@ -98,11 +98,11 @@
98
98
  c.set("outlined", (function() {
99
99
 
100
100
  return n().createElement(n().Fragment, null, n().createElement("path", {
101
- 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"
101
+ d: "M10 14C9.44772 14 9 14.4477 9 15C9 15.5523 9.44772 16 10 16H14C14.5523 16 15 15.5523 15 15C15 14.4477 14.5523 14 14 14H10Z"
102
102
  }), n().createElement("path", {
103
103
  fillRule: "evenodd",
104
104
  clipRule: "evenodd",
105
- 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"
105
+ d: "M3.89698 10C2.8064 10 1.98146 10.9867 2.17466 12.06L3.70466 20.56C3.85469 21.3935 4.58007 22 5.42698 22H18.5729C19.4198 22 20.1452 21.3935 20.2952 20.56L21.8252 12.06C22.0184 10.9867 21.1935 10 20.1029 10H19.9998L20.4197 8.13412C20.6468 7.12462 19.956 6.16114 18.9669 6.01818L19.2001 3.94567C19.3168 2.90824 18.505 2.00003 17.4611 2.00003L6.53928 2.00003C5.49529 2.00003 4.68353 2.90824 4.80025 3.94567L5.03339 6.01809C4.04396 6.16073 3.35284 7.1244 3.58003 8.13412L3.99985 10H3.89698ZM5.636 20L4.196 12L19.8039 12L18.3639 20H5.636ZM18.3998 7.99998L17.9498 10L6.04985 10L5.59985 7.99998L18.3998 7.99998ZM17.1814 4.00003L16.9564 5.99998L7.04397 5.99998L6.81898 4.00003L17.1814 4.00003Z"
106
106
  }));
107
107
  }));
108
108
  c.set("filled", (function() {
package/DriveIndexes.js CHANGED
@@ -131,9 +131,9 @@
131
131
  return t === "default" || t && !d(t) ? "outlined" : t;
132
132
  };
133
133
  /**
134
- * @description Indexer represents the storage whare index is stored
135
- * @category Data Flow
136
- * @keywords data ingestion, agent
134
+ * @description (Deprecated) Indexer storage where index is stored
135
+ *
136
+ *
137
137
  * @variants outlined,filled
138
138
  */ var H = function e(t) {
139
139
  var a = t.children, u = t.variant, i = u === void 0 ? "default" : u, d = o(t, [ "children", "variant" ]);
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/FileRipped';
2
+ export * from './types/icons/FileRipped';