@splunk/react-icons 4.12.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 (61) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/ChartGaugeMarker.js +28 -28
  3. package/DonutPie.d.ts +2 -0
  4. package/DonutPie.js +147 -0
  5. package/DonutPie25.d.ts +2 -0
  6. package/DonutPie25.js +145 -0
  7. package/DonutPie50.d.ts +2 -0
  8. package/DonutPie50.js +145 -0
  9. package/DonutPie75.d.ts +2 -0
  10. package/DonutPie75.js +145 -0
  11. package/LevelGauge14.d.ts +2 -0
  12. package/LevelGauge14.js +147 -0
  13. package/LevelGauge24.d.ts +2 -0
  14. package/LevelGauge24.js +149 -0
  15. package/LevelGauge34.d.ts +2 -0
  16. package/LevelGauge34.js +151 -0
  17. package/LevelGauge44.d.ts +2 -0
  18. package/LevelGauge44.js +153 -0
  19. package/MonitorArrow.d.ts +2 -0
  20. package/MonitorArrow.js +155 -0
  21. package/NodeSplit.js +2 -2
  22. package/PipeS.d.ts +2 -0
  23. package/PipeS.js +151 -0
  24. package/SignalAntenna.d.ts +2 -0
  25. package/SignalAntenna.js +163 -0
  26. package/SignalColumns14.d.ts +2 -0
  27. package/SignalColumns14.js +147 -0
  28. package/SignalColumns24.d.ts +2 -0
  29. package/SignalColumns24.js +149 -0
  30. package/SignalColumns34.d.ts +2 -0
  31. package/SignalColumns34.js +151 -0
  32. package/SignalColumns44.d.ts +2 -0
  33. package/SignalColumns44.js +153 -0
  34. package/Token.js +1 -1
  35. package/TokenKey.d.ts +2 -0
  36. package/TokenKey.js +157 -0
  37. package/WiFiSignal.d.ts +2 -0
  38. package/WiFiSignal.js +151 -0
  39. package/WiFiSignalSlash.d.ts +2 -0
  40. package/WiFiSignalSlash.js +153 -0
  41. package/package.json +1 -1
  42. package/types/icons/ChartGaugeMarker.d.ts +2 -2
  43. package/types/icons/DonutPie.d.ts +19 -0
  44. package/types/icons/DonutPie25.d.ts +19 -0
  45. package/types/icons/DonutPie50.d.ts +19 -0
  46. package/types/icons/DonutPie75.d.ts +19 -0
  47. package/types/icons/LevelGauge14.d.ts +19 -0
  48. package/types/icons/LevelGauge24.d.ts +19 -0
  49. package/types/icons/LevelGauge34.d.ts +19 -0
  50. package/types/icons/LevelGauge44.d.ts +19 -0
  51. package/types/icons/MonitorArrow.d.ts +19 -0
  52. package/types/icons/PipeS.d.ts +19 -0
  53. package/types/icons/SignalAntenna.d.ts +19 -0
  54. package/types/icons/SignalColumns14.d.ts +19 -0
  55. package/types/icons/SignalColumns24.d.ts +19 -0
  56. package/types/icons/SignalColumns34.d.ts +19 -0
  57. package/types/icons/SignalColumns44.d.ts +19 -0
  58. package/types/icons/Token.d.ts +1 -1
  59. package/types/icons/TokenKey.d.ts +19 -0
  60. package/types/icons/WiFiSignal.d.ts +19 -0
  61. package/types/icons/WiFiSignalSlash.d.ts +19 -0
@@ -0,0 +1,163 @@
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 */ p
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 C = require("@splunk/react-icons/SVG");
71
+ var a = e.n(C);
72
+ // CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
73
+ const l = require("@splunk/react-icons/IconProvider");
74
+ // CONCATENATED MODULE: ./src/icons/SignalAntenna.tsx
75
+ function o(e, t) {
76
+ if (null == e) return {};
77
+ var r, n, C = u(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) && (C[r] = e[r]);
82
+ }
83
+ }
84
+ return C;
85
+ }
86
+ function u(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: "M5.63604 4.2216C6.02656 4.61213 6.02656 5.24529 5.63604 5.63582C4.00626 7.26559 3 9.51422 3 11.9998C3 13.8291 3.54509 15.5302 4.48266 16.9506C4.70433 17.2864 4.94794 17.6066 5.21147 17.909C5.34776 18.0654 5.48938 18.2171 5.63604 18.3637C6.02656 18.7543 6.02656 19.3874 5.63604 19.778C5.24551 20.1685 4.61235 20.1685 4.22183 19.778C2.23231 17.7884 1 15.0371 1 11.9998C1 8.96249 2.23231 6.21112 4.22183 4.2216C4.61235 3.83108 5.24551 3.83108 5.63604 4.2216Z"
102
+ }), n().createElement("path", {
103
+ d: "M19.7782 4.2216C19.3876 3.83108 18.7545 3.83108 18.364 4.2216C17.9734 4.61213 17.9734 5.24529 18.364 5.63582C19.9937 7.26559 21 9.51422 21 11.9998C21 14.4853 19.9937 16.734 18.364 18.3637C17.9734 18.7543 17.9734 19.3874 18.364 19.778C18.7545 20.1685 19.3876 20.1685 19.7782 19.778C21.7677 17.7884 23 15.0371 23 11.9998C23 8.96249 21.7677 6.21112 19.7782 4.2216Z"
104
+ }), n().createElement("path", {
105
+ d: "M8.46447 7.05003C8.85499 7.44056 8.85499 8.07372 8.46447 8.46424C7.55855 9.37016 7 10.6188 7 11.9998C7 13.3808 7.55855 14.6294 8.46447 15.5353C8.85499 15.9258 8.85499 16.559 8.46447 16.9495C8.07394 17.3401 7.44078 17.3401 7.05025 16.9495C5.7846 15.6839 5 13.9325 5 11.9998C5 10.0671 5.7846 8.31569 7.05025 7.05003C7.44078 6.65951 8.07394 6.65951 8.46447 7.05003Z"
106
+ }), n().createElement("path", {
107
+ d: "M16.9497 7.05003C16.5592 6.65951 15.9261 6.65951 15.5355 7.05003C15.145 7.44056 15.145 8.07372 15.5355 8.46425C16.4415 9.37016 17 10.6188 17 11.9998C17 13.3808 16.4415 14.6294 15.5355 15.5353C15.145 15.9258 15.145 16.559 15.5355 16.9495C15.9261 17.3401 16.5592 17.3401 16.9497 16.9495C18.2154 15.6839 19 13.9325 19 11.9998C19 10.0671 18.2154 8.31569 16.9497 7.05003Z"
108
+ }), n().createElement("path", {
109
+ fillRule: "evenodd",
110
+ clipRule: "evenodd",
111
+ d: "M13 14.8293C14.1652 14.4175 15 13.3062 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.3062 9.83481 14.4175 11 14.8293V19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19V14.8293ZM12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z"
112
+ }));
113
+ }));
114
+ c.set("filled", (function() {
115
+
116
+ return n().createElement(n().Fragment, null, n().createElement("path", {
117
+ d: "M5.63604 4.2216C6.02656 4.61213 6.02656 5.24529 5.63604 5.63582C4.00626 7.26559 3 9.51422 3 11.9998C3 13.8291 3.54509 15.5302 4.48266 16.9506C4.70433 17.2864 4.94794 17.6066 5.21147 17.909C5.34776 18.0654 5.48938 18.2171 5.63604 18.3637C6.02656 18.7543 6.02656 19.3874 5.63604 19.778C5.24551 20.1685 4.61235 20.1685 4.22183 19.778C2.23231 17.7884 1 15.0371 1 11.9998C1 8.96249 2.23231 6.21112 4.22183 4.2216C4.61235 3.83108 5.24551 3.83108 5.63604 4.2216Z"
118
+ }), n().createElement("path", {
119
+ d: "M19.7782 4.2216C19.3876 3.83108 18.7545 3.83108 18.364 4.2216C17.9734 4.61213 17.9734 5.24529 18.364 5.63582C19.9937 7.26559 21 9.51422 21 11.9998C21 14.4853 19.9937 16.734 18.364 18.3637C17.9734 18.7543 17.9734 19.3874 18.364 19.778C18.7545 20.1685 19.3876 20.1685 19.7782 19.778C21.7677 17.7884 23 15.0371 23 11.9998C23 8.96249 21.7677 6.21112 19.7782 4.2216Z"
120
+ }), n().createElement("path", {
121
+ d: "M8.46447 7.05003C8.85499 7.44056 8.85499 8.07372 8.46447 8.46424C7.55855 9.37016 7 10.6188 7 11.9998C7 13.3808 7.55855 14.6294 8.46447 15.5353C8.85499 15.9258 8.85499 16.559 8.46447 16.9495C8.07394 17.3401 7.44078 17.3401 7.05025 16.9495C5.7846 15.6839 5 13.9325 5 11.9998C5 10.0671 5.7846 8.31569 7.05025 7.05003C7.44078 6.65951 8.07394 6.65951 8.46447 7.05003Z"
122
+ }), n().createElement("path", {
123
+ d: "M16.9497 7.05003C16.5592 6.65951 15.9261 6.65951 15.5355 7.05003C15.145 7.44056 15.145 8.07372 15.5355 8.46425C16.4415 9.37016 17 10.6188 17 11.9998C17 13.3808 16.4415 14.6294 15.5355 15.5353C15.145 15.9258 15.145 16.559 15.5355 16.9495C15.9261 17.3401 16.5592 17.3401 16.9497 16.9495C18.2154 15.6839 19 13.9325 19 11.9998C19 10.0671 18.2154 8.31569 16.9497 7.05003Z"
124
+ }), n().createElement("path", {
125
+ d: "M13 14.8293C14.1652 14.4175 15 13.3062 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.3062 9.83481 14.4175 11 14.8293V19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19V14.8293Z"
126
+ }));
127
+ }));
128
+ var i = [ "default", "outlined", "filled" ];
129
+ var d = function e(t) {
130
+ return i.indexOf(t) >= 0;
131
+ };
132
+ var f = function e(t) {
133
+ return t === "default" || t && !d(t) ? "outlined" : t;
134
+ };
135
+ /**
136
+ * @description Signal icon for mobile internet or wireless networking
137
+ Actions
138
+ strength, broadcasting, on air, micro waves
139
+ *
140
+ *
141
+ * @variants outlined,filled
142
+ */ var v = function e(t) {
143
+ var C = t.children, u = t.variant, i = u === void 0 ? "default" : u, d = o(t, [ "children", "variant" ]);
144
+ var v = f(i);
145
+ var p = "signalantenna-".concat(v);
146
+ var s = (0, r.useContext)(l.IconContext);
147
+ var m = c.get(v);
148
+ if (false) {}
149
+ if (s && m) {
150
+ var h = s.toRender, y = s.addIcon;
151
+ y(p, m());
152
+ if (!h) {
153
+ return null;
154
+ }
155
+ }
156
+
157
+ return n().createElement(a(), d, C, s ? n().createElement("use", {
158
+ href: "#".concat(p)
159
+ }) : !!m && m());
160
+ };
161
+ /* harmony default export */ const p = v;
162
+ module.exports = t;
163
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/SignalColumns14';
2
+ export * from './types/icons/SignalColumns14';
@@ -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/SignalColumns14.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: "M2.5 15C1.67157 15 1 15.6716 1 16.5V20.5C1 20.7761 1.22386 21 1.5 21H7.5C7.77614 21 8 20.7761 8 20.5V16.5C8 15.6716 7.32843 15 6.5 15H2.5ZM3 17V19H6V17H3Z"
104
+ }));
105
+ }));
106
+ c.set("filled", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M1 17C1 16.4477 1.44772 16 2 16H4C4.55228 16 5 16.4477 5 17V19C5 19.5523 4.55228 20 4 20H2C1.44772 20 1 19.5523 1 19V17Z"
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 Mobile internet signal level or network connection quality
121
+ Data Visualization
122
+ percentage, stability, sparkline, table cell, status, gauge
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 = "signalcolumns14-".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 b = m.toRender, g = m.addIcon;
135
+ g(p, y());
136
+ if (!b) {
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
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/SignalColumns24';
2
+ export * from './types/icons/SignalColumns24';
@@ -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/SignalColumns24.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: "M6 15V12.5C6 11.6716 6.67157 11 7.5 11H11.5C12.3284 11 13 11.6716 13 12.5V20.5C13 20.7761 12.7761 21 12.5 21H1.5C1.22386 21 1 20.7761 1 20.5V16.5C1 15.6716 1.67157 15 2.5 15H6ZM8 13H11V19H8V13ZM6 17H3V19H6V17Z"
104
+ }));
105
+ }));
106
+ c.set("filled", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M8 12C7.44772 12 7 12.4477 7 13V19C7 19.5523 7.44772 20 8 20H10C10.5523 20 11 19.5523 11 19V13C11 12.4477 10.5523 12 10 12H8Z"
110
+ }), n().createElement("path", {
111
+ d: "M2 16C1.44772 16 1 16.4477 1 17V19C1 19.5523 1.44772 20 2 20H4C4.55228 20 5 19.5523 5 19V17C5 16.4477 4.55228 16 4 16H2Z"
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 Mobile internet signal level or network connection quality
123
+ Data Visualization
124
+ percentage, stability, 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 = "signalcolumns24-".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 C = m.toRender, b = m.addIcon;
137
+ b(p, y());
138
+ if (!C) {
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/SignalColumns34';
2
+ export * from './types/icons/SignalColumns34';
@@ -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/SignalColumns34.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: "M1.5 21C1.22386 21 1 20.7761 1 20.5V16.5C1 15.6716 1.67157 15 2.5 15H6V12.5C6 11.6716 6.67157 11 7.5 11H11V8.5C11 7.67157 11.6716 7 12.5 7H16.5C17.3284 7 18 7.67157 18 8.5V20.5C18 20.7761 17.7761 21 17.5 21H1.5ZM3 19V17H6V19H3ZM8 19H11V13H8V19ZM13 19H16V9H13V19Z"
104
+ }));
105
+ }));
106
+ c.set("filled", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M14 8C13.4477 8 13 8.44772 13 9V19C13 19.5523 13.4477 20 14 20H16C16.5523 20 17 19.5523 17 19V9C17 8.44772 16.5523 8 16 8H14Z"
110
+ }), n().createElement("path", {
111
+ d: "M7 13C7 12.4477 7.44772 12 8 12H10C10.5523 12 11 12.4477 11 13V19C11 19.5523 10.5523 20 10 20H8C7.44772 20 7 19.5523 7 19V13Z"
112
+ }), n().createElement("path", {
113
+ d: "M1 17C1 16.4477 1.44772 16 2 16H4C4.55228 16 5 16.4477 5 17V19C5 19.5523 4.55228 20 4 20H2C1.44772 20 1 19.5523 1 19V17Z"
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 Mobile internet signal level or network connection quality
125
+ Data Visualization
126
+ percentage, stability, 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 = "signalcolumns34-".concat(s);
134
+ var C = (0, t.useContext)(o.IconContext);
135
+ var m = c.get(s);
136
+ if (false) {}
137
+ if (C && m) {
138
+ var V = C.toRender, H = C.addIcon;
139
+ H(p, m());
140
+ if (!V) {
141
+ return null;
142
+ }
143
+ }
144
+
145
+ return n().createElement(l(), f, a, C ? n().createElement("use", {
146
+ href: "#".concat(p)
147
+ }) : !!m && m());
148
+ };
149
+ /* harmony default export */ const p = s;
150
+ module.exports = r;
151
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/SignalColumns44';
2
+ export * from './types/icons/SignalColumns44';