@splunk/react-icons 4.11.0 → 4.13.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 (112) 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 +37 -0
  14. package/CaretDown.js +2 -2
  15. package/CaretsSmallUpDown.js +2 -2
  16. package/ChartGaugeMarker.js +28 -28
  17. package/ChartSingleValueIcon.js +7 -5
  18. package/CheckBoxCompleted.js +7 -5
  19. package/CheckBoxIndeterminate.js +7 -5
  20. package/CircleTiny.d.ts +2 -0
  21. package/CircleTiny.js +147 -0
  22. package/ControlRewind.js +2 -2
  23. package/CounterCumulative.d.ts +2 -0
  24. package/CounterCumulative.js +155 -0
  25. package/DocumentDrawer.js +2 -2
  26. package/DonutPie.d.ts +2 -0
  27. package/DonutPie.js +147 -0
  28. package/DonutPie25.d.ts +2 -0
  29. package/DonutPie25.js +145 -0
  30. package/DonutPie50.d.ts +2 -0
  31. package/DonutPie50.js +145 -0
  32. package/DonutPie75.d.ts +2 -0
  33. package/DonutPie75.js +145 -0
  34. package/DriveIndexes.js +3 -3
  35. package/FileRipped.d.ts +2 -0
  36. package/FileRipped.js +151 -0
  37. package/Fire.js +1 -1
  38. package/LayersDoubleTransparent.d.ts +2 -0
  39. package/LayersDoubleTransparent.js +149 -0
  40. package/LevelGauge14.d.ts +2 -0
  41. package/LevelGauge14.js +147 -0
  42. package/LevelGauge24.d.ts +2 -0
  43. package/LevelGauge24.js +149 -0
  44. package/LevelGauge34.d.ts +2 -0
  45. package/LevelGauge34.js +151 -0
  46. package/LevelGauge44.d.ts +2 -0
  47. package/LevelGauge44.js +153 -0
  48. package/ListIndentedSquare.d.ts +2 -0
  49. package/ListIndentedSquare.js +155 -0
  50. package/ListToken.js +7 -5
  51. package/MonitorArrow.d.ts +2 -0
  52. package/MonitorArrow.js +155 -0
  53. package/NodeFollowFour.js +1 -1
  54. package/ParallelDotsHorizontal.js +6 -6
  55. package/Pin.js +7 -5
  56. package/PinStuck.js +7 -5
  57. package/PipeS.d.ts +2 -0
  58. package/PipeS.js +151 -0
  59. package/SignalAntenna.d.ts +2 -0
  60. package/SignalAntenna.js +163 -0
  61. package/SignalColumns14.d.ts +2 -0
  62. package/SignalColumns14.js +147 -0
  63. package/SignalColumns24.d.ts +2 -0
  64. package/SignalColumns24.js +149 -0
  65. package/SignalColumns34.d.ts +2 -0
  66. package/SignalColumns34.js +151 -0
  67. package/SignalColumns44.d.ts +2 -0
  68. package/SignalColumns44.js +153 -0
  69. package/Token.js +7 -5
  70. package/TokenKey.d.ts +2 -0
  71. package/TokenKey.js +157 -0
  72. package/WiFiSignal.d.ts +2 -0
  73. package/WiFiSignal.js +151 -0
  74. package/WiFiSignalSlash.d.ts +2 -0
  75. package/WiFiSignalSlash.js +153 -0
  76. package/package.json +2 -2
  77. package/types/icons/ArrowDownCircle.d.ts +19 -0
  78. package/types/icons/ArrowLeftCircle.d.ts +19 -0
  79. package/types/icons/ArrowRightCircle.d.ts +19 -0
  80. package/types/icons/ArrowUpCircle.d.ts +19 -0
  81. package/types/icons/ChartGaugeMarker.d.ts +2 -2
  82. package/types/icons/ChartSingleValueIcon.d.ts +7 -5
  83. package/types/icons/CheckBoxCompleted.d.ts +7 -5
  84. package/types/icons/CheckBoxIndeterminate.d.ts +7 -5
  85. package/types/icons/CircleTiny.d.ts +19 -0
  86. package/types/icons/CounterCumulative.d.ts +19 -0
  87. package/types/icons/DonutPie.d.ts +19 -0
  88. package/types/icons/DonutPie25.d.ts +19 -0
  89. package/types/icons/DonutPie50.d.ts +19 -0
  90. package/types/icons/DonutPie75.d.ts +19 -0
  91. package/types/icons/DriveIndexes.d.ts +3 -3
  92. package/types/icons/FileRipped.d.ts +17 -0
  93. package/types/icons/LayersDoubleTransparent.d.ts +19 -0
  94. package/types/icons/LevelGauge14.d.ts +19 -0
  95. package/types/icons/LevelGauge24.d.ts +19 -0
  96. package/types/icons/LevelGauge34.d.ts +19 -0
  97. package/types/icons/LevelGauge44.d.ts +19 -0
  98. package/types/icons/ListIndentedSquare.d.ts +19 -0
  99. package/types/icons/ListToken.d.ts +7 -5
  100. package/types/icons/MonitorArrow.d.ts +19 -0
  101. package/types/icons/Pin.d.ts +7 -5
  102. package/types/icons/PinStuck.d.ts +7 -5
  103. package/types/icons/PipeS.d.ts +19 -0
  104. package/types/icons/SignalAntenna.d.ts +19 -0
  105. package/types/icons/SignalColumns14.d.ts +19 -0
  106. package/types/icons/SignalColumns24.d.ts +19 -0
  107. package/types/icons/SignalColumns34.d.ts +19 -0
  108. package/types/icons/SignalColumns44.d.ts +19 -0
  109. package/types/icons/Token.d.ts +7 -5
  110. package/types/icons/TokenKey.d.ts +19 -0
  111. package/types/icons/WiFiSignal.d.ts +19 -0
  112. package/types/icons/WiFiSignalSlash.d.ts +19 -0
@@ -0,0 +1,149 @@
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/LevelGauge24.tsx
75
+ function u(e, r) {
76
+ if (null == e) return {};
77
+ var t, n, a = i(e, r);
78
+ if (Object.getOwnPropertySymbols) {
79
+ var l = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < l.length; n++) {
81
+ t = l[n], r.includes(t) || {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
82
+ }
83
+ }
84
+ return a;
85
+ }
86
+ function i(e, r) {
87
+ if (null == e) return {};
88
+ var t = {};
89
+ for (var n in e) {
90
+ if ({}.hasOwnProperty.call(e, n)) {
91
+ if (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: "M18 20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V11H18V20ZM8 15V13L16 13V15L8 15ZM8 17L8 19L16 19V17L8 17Z"
104
+ }));
105
+ }));
106
+ c.set("filled", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M18 16V13H6V16L18 16Z"
110
+ }), n().createElement("path", {
111
+ d: "M17 20.9999C17.5523 20.9999 18 20.5522 18 20V18L6 18V20C6.00004 20.5522 6.44774 20.9999 7 20.9999L17 20.9999Z"
112
+ }));
113
+ }));
114
+ var d = [ "default", "outlined", "filled" ];
115
+ var f = function e(r) {
116
+ return d.indexOf(r) >= 0;
117
+ };
118
+ var v = function e(r) {
119
+ return r === "default" || r && !f(r) ? "outlined" : r;
120
+ };
121
+ /**
122
+ * @description Small visualization element for level filler gauge
123
+ Data Visualization
124
+ percentage, progress, sparkline, table cell, status, gauge
125
+ *
126
+ *
127
+ * @variants outlined,filled
128
+ */ var s = function e(r) {
129
+ var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
130
+ var s = v(d);
131
+ var p = "levelgauge24-".concat(s);
132
+ var m = (0, t.useContext)(o.IconContext);
133
+ var y = c.get(s);
134
+ if (false) {}
135
+ if (m && y) {
136
+ var b = m.toRender, g = m.addIcon;
137
+ g(p, y());
138
+ if (!b) {
139
+ return null;
140
+ }
141
+ }
142
+
143
+ return n().createElement(l(), f, a, m ? n().createElement("use", {
144
+ href: "#".concat(p)
145
+ }) : !!y && y());
146
+ };
147
+ /* harmony default export */ const p = s;
148
+ module.exports = r;
149
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/LevelGauge34';
2
+ export * from './types/icons/LevelGauge34';
@@ -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 */ 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/LevelGauge34.tsx
75
+ function u(e, r) {
76
+ if (null == e) return {};
77
+ var t, n, a = i(e, r);
78
+ if (Object.getOwnPropertySymbols) {
79
+ var l = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < l.length; n++) {
81
+ t = l[n], r.includes(t) || {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
82
+ }
83
+ }
84
+ return a;
85
+ }
86
+ function i(e, r) {
87
+ if (null == e) return {};
88
+ var t = {};
89
+ for (var n in e) {
90
+ if ({}.hasOwnProperty.call(e, n)) {
91
+ if (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: "M18 7V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V7H18ZM8 9V11L16 11V9L8 9ZM8 15L16 15V13L8 13V15ZM8 17L8 19H16V17L8 17Z"
104
+ }));
105
+ }));
106
+ c.set("filled", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M17 20.9999C17.5523 20.9999 18 20.5522 18 20L18 18H6L6 20C6.00004 20.5522 6.44774 20.9999 7 20.9999H17Z"
110
+ }), n().createElement("path", {
111
+ d: "M18 13V16L6 16L6 13L18 13Z"
112
+ }), n().createElement("path", {
113
+ d: "M18 8V11L6 11L6 8L18 8Z"
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 Small visualization element for level filler gauge
125
+ Data Visualization
126
+ percentage, progress, sparkline, table cell, status, gauge
127
+ *
128
+ *
129
+ * @variants outlined,filled
130
+ */ var s = function e(r) {
131
+ var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
132
+ var s = v(d);
133
+ var p = "levelgauge34-".concat(s);
134
+ var m = (0, t.useContext)(o.IconContext);
135
+ var y = c.get(s);
136
+ if (false) {}
137
+ if (m && y) {
138
+ var L = m.toRender, b = m.addIcon;
139
+ b(p, y());
140
+ if (!L) {
141
+ return null;
142
+ }
143
+ }
144
+
145
+ return n().createElement(l(), f, a, m ? n().createElement("use", {
146
+ href: "#".concat(p)
147
+ }) : !!y && y());
148
+ };
149
+ /* harmony default export */ const p = s;
150
+ module.exports = r;
151
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/LevelGauge44';
2
+ export * from './types/icons/LevelGauge44';
@@ -0,0 +1,153 @@
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/LevelGauge44.tsx
75
+ function u(e, r) {
76
+ if (null == e) return {};
77
+ var t, n, a = c(e, r);
78
+ if (Object.getOwnPropertySymbols) {
79
+ var l = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < l.length; n++) {
81
+ t = l[n], r.includes(t) || {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
82
+ }
83
+ }
84
+ return a;
85
+ }
86
+ function c(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 i = new Map;
98
+ i.set("outlined", (function() {
99
+
100
+ return n().createElement(n().Fragment, null, n().createElement("path", {
101
+ fillRule: "evenodd",
102
+ clipRule: "evenodd",
103
+ d: "M18 4C18 3.44772 17.5523 3 17 3H7C6.44772 3 6 3.44772 6 4V20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20V4ZM8 5L8 7L16 7V5L8 5ZM16 15V13H8V15L16 15ZM16 17L8 17L8 19H16V17ZM8 11V9L16 9V11L8 11Z"
104
+ }));
105
+ }));
106
+ i.set("filled", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M18 3.99992C18 3.44767 17.5523 3 17 3H7C6.44774 3 6.00004 3.44767 6 3.99992V5.99992L18 5.99992V3.99992Z"
110
+ }), n().createElement("path", {
111
+ d: "M18 10.9999V7.99992L6 7.99992V10.9999L18 10.9999Z"
112
+ }), n().createElement("path", {
113
+ d: "M18 15.9999V12.9999L6 12.9999V15.9999L18 15.9999Z"
114
+ }), n().createElement("path", {
115
+ d: "M17 20.9998C17.5523 20.9998 18 20.5522 18 19.9999V17.9999L6 17.9999V19.9999C6.00004 20.5522 6.44774 20.9998 7 20.9998H17Z"
116
+ }));
117
+ }));
118
+ var d = [ "default", "outlined", "filled" ];
119
+ var f = function e(r) {
120
+ return d.indexOf(r) >= 0;
121
+ };
122
+ var v = function e(r) {
123
+ return r === "default" || r && !f(r) ? "outlined" : r;
124
+ };
125
+ /**
126
+ * @description Small visualization element for level filler gauge
127
+ Data Visualization
128
+ percentage, progress, sparkline, table cell, status, gauge
129
+ *
130
+ *
131
+ * @variants outlined,filled
132
+ */ var s = function e(r) {
133
+ var a = r.children, c = r.variant, d = c === void 0 ? "default" : c, f = u(r, [ "children", "variant" ]);
134
+ var s = v(d);
135
+ var p = "levelgauge44-".concat(s);
136
+ var m = (0, t.useContext)(o.IconContext);
137
+ var V = i.get(s);
138
+ if (false) {}
139
+ if (m && V) {
140
+ var y = m.toRender, L = m.addIcon;
141
+ L(p, V());
142
+ if (!y) {
143
+ return null;
144
+ }
145
+ }
146
+
147
+ return n().createElement(l(), f, a, m ? n().createElement("use", {
148
+ href: "#".concat(p)
149
+ }) : !!V && V());
150
+ };
151
+ /* harmony default export */ const p = s;
152
+ module.exports = r;
153
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/ListIndentedSquare';
2
+ export * from './types/icons/ListIndentedSquare';
@@ -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/ListIndentedSquare.tsx
75
+ function u(e, t) {
76
+ if (null == e) return {};
77
+ var r, n, l = i(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 i(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 c = new Map;
98
+ c.set("outlined", (function() {
99
+
100
+ return n().createElement(n().Fragment, null, n().createElement("path", {
101
+ d: "M7.5 7C6.94772 7 6.5 7.44772 6.5 8C6.5 8.55228 6.94772 9 7.5 9H13C13.5523 9 14 8.55228 14 8C14 7.44772 13.5523 7 13 7H7.5Z"
102
+ }), n().createElement("path", {
103
+ d: "M10 12C10 11.4477 10.4477 11 11 11H16.5C17.0523 11 17.5 11.4477 17.5 12C17.5 12.5523 17.0523 13 16.5 13H11C10.4477 13 10 12.5523 10 12Z"
104
+ }), n().createElement("path", {
105
+ d: "M11 15C10.4477 15 10 15.4477 10 16C10 16.5523 10.4477 17 11 17H16.5C17.0523 17 17.5 16.5523 17.5 16C17.5 15.4477 17.0523 15 16.5 15H11Z"
106
+ }), n().createElement("path", {
107
+ fillRule: "evenodd",
108
+ clipRule: "evenodd",
109
+ d: "M5.5 3C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5C21 4.11929 19.8807 3 18.5 3H5.5ZM5 5.5C5 5.22386 5.22386 5 5.5 5H18.5C18.7761 5 19 5.22386 19 5.5V18.5C19 18.7761 18.7761 19 18.5 19H5.5C5.22386 19 5 18.7761 5 18.5V5.5Z"
110
+ }));
111
+ }));
112
+ c.set("filled", (function() {
113
+
114
+ return n().createElement(n().Fragment, null, n().createElement("path", {
115
+ fillRule: "evenodd",
116
+ clipRule: "evenodd",
117
+ d: "M3 5.5C3 4.11929 4.11929 3 5.5 3H18.5C19.8807 3 21 4.11929 21 5.5V18.5C21 19.8807 19.8807 21 18.5 21H5.5C4.11929 21 3 19.8807 3 18.5V5.5ZM7.5 7C6.94772 7 6.5 7.44772 6.5 8C6.5 8.55228 6.94772 9 7.5 9H13C13.5523 9 14 8.55228 14 8C14 7.44772 13.5523 7 13 7H7.5ZM11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13H16.5C17.0523 13 17.5 12.5523 17.5 12C17.5 11.4477 17.0523 11 16.5 11H11ZM11 15C10.4477 15 10 15.4477 10 16C10 16.5523 10.4477 17 11 17H16.5C17.0523 17 17.5 16.5523 17.5 16C17.5 15.4477 17.0523 15 16.5 15H11Z"
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 Cascaded list view represents call graph in Splunk Observability APM
129
+ Data Visualization
130
+ AppDynamics, page, file, document, trace, waterfall, hierarchy, function, class
131
+ *
132
+ *
133
+ * @variants outlined,filled
134
+ */ var v = function e(t) {
135
+ var l = t.children, i = t.variant, d = i === void 0 ? "default" : i, C = u(t, [ "children", "variant" ]);
136
+ var v = f(d);
137
+ var s = "listindentedsquare-".concat(v);
138
+ var p = (0, r.useContext)(o.IconContext);
139
+ var m = c.get(v);
140
+ if (false) {}
141
+ if (p && m) {
142
+ var H = p.toRender, y = p.addIcon;
143
+ y(s, m());
144
+ if (!H) {
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/ListToken.js CHANGED
@@ -131,11 +131,13 @@
131
131
  return t === "default" || t && !d(t) ? "outlined" : t;
132
132
  };
133
133
  /**
134
- *
135
- *
136
- *
137
- * @variants outlined,filled
138
- */ var v = function e(t) {
134
+ * @description Manage dashboard tokens in Dashboad Studio
135
+ Data Type
136
+ dynamic variable parameter, search result, eval
137
+ *
138
+ *
139
+ * @variants outlined,filled
140
+ */ var v = function e(t) {
139
141
  var a = t.children, u = t.variant, i = u === void 0 ? "default" : u, d = o(t, [ "children", "variant" ]);
140
142
  var v = f(i);
141
143
  var p = "listtoken-".concat(v);
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/MonitorArrow';
2
+ export * from './types/icons/MonitorArrow';