@splunk/react-icons 5.8.0 → 5.10.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 (108) hide show
  1. package/ArrowTrendRightDown.d.ts +2 -0
  2. package/ArrowTrendRightDown.js +146 -0
  3. package/ArrowTrendRightUp.d.ts +2 -0
  4. package/ArrowTrendRightUp.js +146 -0
  5. package/BackgroundBalloon.d.ts +2 -0
  6. package/BackgroundBalloon.js +146 -0
  7. package/BackgroundBell.d.ts +2 -0
  8. package/BackgroundBell.js +146 -0
  9. package/BackgroundCircle.d.ts +2 -0
  10. package/BackgroundCircle.js +146 -0
  11. package/BackgroundDiamond.d.ts +2 -0
  12. package/BackgroundDiamond.js +146 -0
  13. package/BackgroundFire.d.ts +2 -0
  14. package/BackgroundFire.js +146 -0
  15. package/BackgroundFlame.d.ts +2 -0
  16. package/BackgroundFlame.js +146 -0
  17. package/BackgroundHexagon.d.ts +2 -0
  18. package/BackgroundHexagon.js +146 -0
  19. package/BackgroundLightning.d.ts +2 -0
  20. package/BackgroundLightning.js +146 -0
  21. package/BackgroundSquare.d.ts +2 -0
  22. package/BackgroundSquare.js +146 -0
  23. package/BackgroundStarEightPoints.d.ts +2 -0
  24. package/BackgroundStarEightPoints.js +146 -0
  25. package/BackgroundStarSparklesDouble.d.ts +2 -0
  26. package/BackgroundStarSparklesDouble.js +146 -0
  27. package/BackgroundTriangle.d.ts +2 -0
  28. package/BackgroundTriangle.js +146 -0
  29. package/BackgroundTriangleDown.d.ts +2 -0
  30. package/BackgroundTriangleDown.js +146 -0
  31. package/BackgroundTrianglesLayeredDouble.d.ts +2 -0
  32. package/BackgroundTrianglesLayeredDouble.js +146 -0
  33. package/BackgroundTrianglesLayeredTriple.d.ts +2 -0
  34. package/BackgroundTrianglesLayeredTriple.js +146 -0
  35. package/Bell.js +2 -2
  36. package/BellDot.js +3 -3
  37. package/BellSlashed.js +3 -3
  38. package/CHANGELOG.md +37 -0
  39. package/ChartLineTrendDown.d.ts +2 -0
  40. package/ChartLineTrendDown.js +150 -0
  41. package/ChartLineTrendUp.d.ts +2 -0
  42. package/ChartLineTrendUp.js +150 -0
  43. package/ChartParallelCoordinates.js +1 -1
  44. package/CloudArrowInRight.js +1 -1
  45. package/CloudArrowOutRight.d.ts +2 -0
  46. package/CloudArrowOutRight.js +150 -0
  47. package/CloudNodesInside.js +3 -3
  48. package/CogSquare.d.ts +2 -0
  49. package/CogSquare.js +156 -0
  50. package/CursorArrowClicking.js +9 -9
  51. package/DonutPie75.js +2 -2
  52. package/EraserUnderline.js +4 -4
  53. package/FilterArrowDown.js +4 -4
  54. package/FilterArrowUp.js +4 -4
  55. package/FilterArrowUpDown.js +2 -2
  56. package/FingerPointClicking.js +5 -5
  57. package/Fire.js +1 -1
  58. package/HeartRibbon.js +1 -1
  59. package/KubernetesHelm.js +2 -2
  60. package/LICENSE +1 -1
  61. package/LayersDoubleTransparent.js +1 -1
  62. package/LayoutStacked.d.ts +2 -0
  63. package/LayoutStacked.js +166 -0
  64. package/Lightning.js +1 -1
  65. package/MultipleFolders.d.ts +2 -0
  66. package/{MutipleFolders.js → MultipleFolders.js} +2 -2
  67. package/NodeFollowFour.js +1 -1
  68. package/Paperclip.js +1 -1
  69. package/PhoneReceiverAngledSlashed.js +4 -4
  70. package/RectangularsArrowInto.js +1 -1
  71. package/TextLambdaBroad.js +4 -4
  72. package/WiFiSignalSlash.js +2 -2
  73. package/WindowBellList.d.ts +2 -0
  74. package/WindowBellList.js +160 -0
  75. package/WindowPulse.d.ts +2 -0
  76. package/WindowPulse.js +152 -0
  77. package/docker-compose.yml +1 -1
  78. package/icon-catalog.json +292 -4
  79. package/package.json +4 -4
  80. package/types/icons/ArrowTrendRightDown.d.ts +17 -0
  81. package/types/icons/ArrowTrendRightUp.d.ts +17 -0
  82. package/types/icons/BackgroundBalloon.d.ts +17 -0
  83. package/types/icons/BackgroundBell.d.ts +17 -0
  84. package/types/icons/BackgroundCircle.d.ts +17 -0
  85. package/types/icons/BackgroundDiamond.d.ts +17 -0
  86. package/types/icons/BackgroundFire.d.ts +17 -0
  87. package/types/icons/BackgroundFlame.d.ts +17 -0
  88. package/types/icons/BackgroundHexagon.d.ts +17 -0
  89. package/types/icons/BackgroundLightning.d.ts +17 -0
  90. package/types/icons/BackgroundSquare.d.ts +17 -0
  91. package/types/icons/BackgroundStarEightPoints.d.ts +17 -0
  92. package/types/icons/BackgroundStarSparklesDouble.d.ts +17 -0
  93. package/types/icons/BackgroundTriangle.d.ts +17 -0
  94. package/types/icons/BackgroundTriangleDown.d.ts +17 -0
  95. package/types/icons/BackgroundTrianglesLayeredDouble.d.ts +17 -0
  96. package/types/icons/BackgroundTrianglesLayeredTriple.d.ts +17 -0
  97. package/types/icons/ChartLineTrendDown.d.ts +17 -0
  98. package/types/icons/ChartLineTrendUp.d.ts +17 -0
  99. package/types/icons/CloudArrowInRight.d.ts +1 -1
  100. package/types/icons/CloudArrowOutRight.d.ts +17 -0
  101. package/types/icons/CloudNodesInside.d.ts +1 -1
  102. package/types/icons/CogSquare.d.ts +17 -0
  103. package/types/icons/EraserUnderline.d.ts +2 -2
  104. package/types/icons/LayoutStacked.d.ts +17 -0
  105. package/types/icons/{MutipleFolders.d.ts → MultipleFolders.d.ts} +2 -2
  106. package/types/icons/WindowBellList.d.ts +17 -0
  107. package/types/icons/WindowPulse.d.ts +17 -0
  108. package/MutipleFolders.d.ts +0 -2
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/ArrowTrendRightDown';
2
+ export * from './types/icons/ArrowTrendRightDown';
@@ -0,0 +1,146 @@
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/IconProvider"
70
+ const a = require("@splunk/react-icons/IconProvider");
71
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
+ const o = require("@splunk/react-icons/SVG");
73
+ var l = e.n(o);
74
+ // CONCATENATED MODULE: ./src/icons/ArrowTrendRightDown.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 o = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < o.length; n++) {
81
+ t = o[n], -1 === r.indexOf(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 (-1 !== r.indexOf(n)) continue;
92
+ t[n] = e[n];
93
+ }
94
+ }
95
+ return t;
96
+ }
97
+ // This file is auto-generated.
98
+ // Do not edit this file manually. Changes will be lost upon regeneration.
99
+ // To modify the icon file template, update 'scripts/templates.ts'.
100
+ var c = new Map;
101
+ c.set("outlined", (function() {
102
+
103
+ return n().createElement(n().Fragment, null, n().createElement("path", {
104
+ d: "M2.65306 6.15805C3.08226 5.81075 3.71183 5.87738 4.05931 6.30648L8.76927 12.1229L12.0007 9.50668C12.6445 8.98581 13.5889 9.08573 14.1101 9.72933L18.5056 15.158L18.7761 12.5858C18.8338 12.0367 19.3257 11.6387 19.8747 11.6961C20.424 11.7539 20.823 12.2455 20.7654 12.7948L20.2947 17.2703C20.208 18.0942 19.4701 18.6919 18.6462 18.6053L14.1706 18.1346C13.6216 18.0767 13.2234 17.5851 13.281 17.036C13.3387 16.4868 13.8305 16.0879 14.3796 16.1453L16.9519 16.4159L12.8699 11.3758L9.63939 13.992L9.51537 14.0819C8.92179 14.4703 8.13353 14.3877 7.63353 13.8846L7.53001 13.7703L2.50462 7.5643C2.15729 7.1351 2.22394 6.50554 2.65306 6.15805Z"
105
+ }));
106
+ }));
107
+ c.set("filled", (function() {
108
+
109
+ return n().createElement(n().Fragment, null, n().createElement("path", {
110
+ d: "M19.5 4C20.3284 4 21 4.67157 21 5.5V18.5C21 19.3284 20.3284 20 19.5 20H4.5C3.67157 20 3 19.3284 3 18.5V9.64648L5.5293 12.7705L5.63281 12.8848C6.13282 13.3877 6.92113 13.4704 7.51465 13.082L7.63867 12.9922L10.8691 10.376L14.9512 15.416L12.3789 15.1455C11.8298 15.088 11.338 15.487 11.2803 16.0361C11.2228 16.5852 11.6209 17.0769 12.1699 17.1348L16.6455 17.6055C17.4692 17.692 18.2072 17.0942 18.2939 16.2705L18.7646 11.7949C18.8223 11.2458 18.4232 10.7541 17.874 10.6963C17.325 10.6388 16.8331 11.0368 16.7754 11.5859L16.5049 14.1582L12.1094 8.72949C11.5882 8.08589 10.6438 7.98597 10 8.50684L6.76855 11.123L3 6.46875V5.5C3 4.67157 3.67157 4 4.5 4H19.5Z"
111
+ }));
112
+ }));
113
+ var f = [ "default", "outlined", "filled" ];
114
+ var d = function e(r) {
115
+ return f.indexOf(r) >= 0;
116
+ };
117
+ var v = function e(r) {
118
+ return r === "default" || r && !d(r) ? "outlined" : r;
119
+ };
120
+ /**
121
+ * @description Represents negative trend status, downward trajectory, underperformance
122
+ * @category Visualization
123
+ * @keywords decline, decrease, reduction, negative delta
124
+ * @variants outlined,filled
125
+ */ var L = function e(r) {
126
+ var o = r.children, i = r.variant, f = i === void 0 ? "default" : i, d = u(r, [ "children", "variant" ]);
127
+ var L = v(f);
128
+ var s = "arrowtrendrightdown-".concat(L);
129
+ var C = (0, t.useContext)(a.IconContext);
130
+ var p = c.get(L);
131
+ if (false) {}
132
+ if (C && p) {
133
+ var m = C.toRender, y = C.addIcon;
134
+ y(s, p());
135
+ if (!m) {
136
+ return null;
137
+ }
138
+ }
139
+
140
+ return n().createElement(l(), d, o, C ? n().createElement("use", {
141
+ href: "#".concat(s)
142
+ }) : !!p && p());
143
+ };
144
+ /* harmony default export */ const s = L;
145
+ module.exports = r;
146
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/ArrowTrendRightUp';
2
+ export * from './types/icons/ArrowTrendRightUp';
@@ -0,0 +1,146 @@
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/IconProvider"
70
+ const a = require("@splunk/react-icons/IconProvider");
71
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
+ const o = require("@splunk/react-icons/SVG");
73
+ var l = e.n(o);
74
+ // CONCATENATED MODULE: ./src/icons/ArrowTrendRightUp.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 o = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < o.length; n++) {
81
+ t = o[n], -1 === r.indexOf(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 (-1 !== r.indexOf(n)) continue;
92
+ t[n] = e[n];
93
+ }
94
+ }
95
+ return t;
96
+ }
97
+ // This file is auto-generated.
98
+ // Do not edit this file manually. Changes will be lost upon regeneration.
99
+ // To modify the icon file template, update 'scripts/templates.ts'.
100
+ var c = new Map;
101
+ c.set("outlined", (function() {
102
+
103
+ return n().createElement(n().Fragment, null, n().createElement("path", {
104
+ d: "M18.6462 5.99271C19.47 5.90612 20.208 6.50379 20.2946 7.32767L20.7653 11.8033C20.8228 12.3524 20.4238 12.8442 19.8747 12.9019C19.3257 12.9593 18.8339 12.5612 18.776 12.0122L18.5055 9.43998L14.11 14.8687C13.5887 15.5124 12.6444 15.6116 12.0006 15.0904L8.7692 12.4742L4.05924 18.2915C3.71179 18.7206 3.08218 18.7872 2.65299 18.44C2.22392 18.0925 2.15736 17.4629 2.50455 17.0337L7.52994 10.8277L7.63346 10.7134C8.13345 10.2102 8.92167 10.1277 9.51529 10.5162L9.63932 10.606L12.8698 13.2222L16.9518 8.18217L14.3796 8.4517C13.8304 8.50924 13.3387 8.11118 13.2809 7.56205C13.2232 7.0129 13.6215 6.52131 14.1706 6.46342L18.6462 5.99271Z"
105
+ }));
106
+ }));
107
+ c.set("filled", (function() {
108
+
109
+ return n().createElement(n().Fragment, null, n().createElement("path", {
110
+ d: "M19.5 4C20.3284 4 21 4.67157 21 5.5V18.5C21 19.3284 20.3284 20 19.5 20H4.5C3.67157 20 3 19.3284 3 18.5V18.1289L6.76855 13.4746L10 16.0908C10.6437 16.6117 11.5881 16.5126 12.1094 15.8691L16.5049 10.4404L16.7754 13.0127C16.8335 13.5614 17.3252 13.9598 17.874 13.9023C18.4229 13.8446 18.8219 13.3526 18.7646 12.8037L18.2939 8.32812C18.2074 7.50429 17.4693 6.90666 16.6455 6.99316L12.1699 7.46387C11.6208 7.52176 11.2226 8.01335 11.2803 8.5625C11.3382 9.11139 11.8299 9.50967 12.3789 9.45215L14.9512 9.18262L10.8691 14.2227L7.63867 11.6064L7.51465 11.5166C6.92103 11.1282 6.13281 11.2106 5.63281 11.7139L5.5293 11.8281L3 14.9512V5.5C3 4.67157 3.67157 4 4.5 4H19.5Z"
111
+ }));
112
+ }));
113
+ var f = [ "default", "outlined", "filled" ];
114
+ var d = function e(r) {
115
+ return f.indexOf(r) >= 0;
116
+ };
117
+ var v = function e(r) {
118
+ return r === "default" || r && !d(r) ? "outlined" : r;
119
+ };
120
+ /**
121
+ * @description Represents positive trend status, upward trajectory, growth
122
+ * @category Visualization
123
+ * @keywords increase, improvement, positive delta, outperformance
124
+ * @variants outlined,filled
125
+ */ var L = function e(r) {
126
+ var o = r.children, i = r.variant, f = i === void 0 ? "default" : i, d = u(r, [ "children", "variant" ]);
127
+ var L = v(f);
128
+ var s = "arrowtrendrightup-".concat(L);
129
+ var C = (0, t.useContext)(a.IconContext);
130
+ var p = c.get(L);
131
+ if (false) {}
132
+ if (C && p) {
133
+ var m = C.toRender, y = C.addIcon;
134
+ y(s, p());
135
+ if (!m) {
136
+ return null;
137
+ }
138
+ }
139
+
140
+ return n().createElement(l(), d, o, C ? n().createElement("use", {
141
+ href: "#".concat(s)
142
+ }) : !!p && p());
143
+ };
144
+ /* harmony default export */ const s = L;
145
+ module.exports = r;
146
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/BackgroundBalloon';
2
+ export * from './types/icons/BackgroundBalloon';
@@ -0,0 +1,146 @@
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/IconProvider"
70
+ const a = require("@splunk/react-icons/IconProvider");
71
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
+ const o = require("@splunk/react-icons/SVG");
73
+ var l = e.n(o);
74
+ // CONCATENATED MODULE: ./src/icons/BackgroundBalloon.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 o = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < o.length; n++) {
81
+ t = o[n], -1 === r.indexOf(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 (-1 !== r.indexOf(n)) continue;
92
+ t[n] = e[n];
93
+ }
94
+ }
95
+ return t;
96
+ }
97
+ // This file is auto-generated.
98
+ // Do not edit this file manually. Changes will be lost upon regeneration.
99
+ // To modify the icon file template, update 'scripts/templates.ts'.
100
+ var c = new Map;
101
+ c.set("outlined", (function() {
102
+
103
+ return n().createElement(n().Fragment, null, n().createElement("path", {
104
+ d: "M21 17.5V4.5C21 3.67157 20.3284 3 19.5 3H4.5C3.67157 3 3 3.67157 3 4.5V18.9932C3.00001 19.7631 3.39264 20.3611 3.96973 20.7051L4.24512 20.8428C4.86558 21.0991 5.57997 21.0559 6.19727 20.5947L8.33203 19H19.5V21H8.99707L7.39453 22.1973C6.14863 23.1281 4.65315 23.1989 3.42188 22.668L3 22.4561C1.83816 21.7874 1.00001 20.548 1 18.9932V4.5C1 2.567 2.567 1 4.5 1H19.5C21.433 1 23 2.567 23 4.5V17.5C23 19.433 21.433 21 19.5 21V19C20.3284 19 21 18.3284 21 17.5Z"
105
+ }));
106
+ }));
107
+ c.set("filled", (function() {
108
+
109
+ return n().createElement(n().Fragment, null, n().createElement("path", {
110
+ d: "M19.5 1C21.433 1 23 2.567 23 4.5V17.5C23 19.433 21.433 21 19.5 21H8.99707L7.39453 22.1973C6.14863 23.1281 4.65315 23.1989 3.42188 22.668L3 22.4561C1.83816 21.7874 1.00001 20.548 1 18.9932V4.5C1 2.567 2.567 1 4.5 1H19.5Z"
111
+ }));
112
+ }));
113
+ var f = [ "default", "outlined", "filled" ];
114
+ var d = function e(r) {
115
+ return f.indexOf(r) >= 0;
116
+ };
117
+ var v = function e(r) {
118
+ return r === "default" || r && !d(r) ? "outlined" : r;
119
+ };
120
+ /**
121
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
122
+ * @category Severity
123
+ * @keywords fill and outline, visibility
124
+ * @variants outlined,filled
125
+ */ var s = function e(r) {
126
+ var o = r.children, i = r.variant, f = i === void 0 ? "default" : i, d = u(r, [ "children", "variant" ]);
127
+ var s = v(f);
128
+ var p = "backgroundballoon-".concat(s);
129
+ var C = (0, t.useContext)(a.IconContext);
130
+ var m = c.get(s);
131
+ if (false) {}
132
+ if (C && m) {
133
+ var b = C.toRender, y = C.addIcon;
134
+ y(p, m());
135
+ if (!b) {
136
+ return null;
137
+ }
138
+ }
139
+
140
+ return n().createElement(l(), d, o, C ? n().createElement("use", {
141
+ href: "#".concat(p)
142
+ }) : !!m && m());
143
+ };
144
+ /* harmony default export */ const p = s;
145
+ module.exports = r;
146
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/BackgroundBell';
2
+ export * from './types/icons/BackgroundBell';
@@ -0,0 +1,146 @@
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/IconProvider"
70
+ const a = require("@splunk/react-icons/IconProvider");
71
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
+ const o = require("@splunk/react-icons/SVG");
73
+ var l = e.n(o);
74
+ // CONCATENATED MODULE: ./src/icons/BackgroundBell.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 o = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < o.length; n++) {
81
+ t = o[n], -1 === r.indexOf(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 (-1 !== r.indexOf(n)) continue;
92
+ t[n] = e[n];
93
+ }
94
+ }
95
+ return t;
96
+ }
97
+ // This file is auto-generated.
98
+ // Do not edit this file manually. Changes will be lost upon regeneration.
99
+ // To modify the icon file template, update 'scripts/templates.ts'.
100
+ var c = new Map;
101
+ c.set("outlined", (function() {
102
+
103
+ return n().createElement(n().Fragment, null, n().createElement("path", {
104
+ d: "M7.99934 21H5.50615V19H9.99937V21C9.99937 21.5521 10.4473 21.9997 10.9994 22V24C9.34272 23.9997 7.99934 22.6567 7.99934 21ZM12.9994 22V24H10.9994V22H12.9994ZM13.9994 21V19H18.5063V21H15.9994C15.9994 22.6568 14.6562 23.9999 12.9994 24V22C13.5519 22 13.9994 21.552 13.9994 21ZM3.9993 9.10938C3.9993 6.62601 5.27348 4.36265 7.29817 3.05664C8.08061 1.2597 9.86977 0.00213818 11.9564 0.00097686H12.0238C14.1175 0.000268675 15.9127 1.26471 16.6928 3.07031C18.7248 4.3946 19.9995 6.67402 19.9995 9.17188V13.5977L21.3393 15.4453C23.0172 17.759 21.3642 20.9995 18.5063 21V19C19.7313 18.9998 20.44 17.6105 19.7212 16.6191L18.3813 14.7715L17.9995 14.2461V9.17188C17.9995 7.36115 17.0759 5.7073 15.601 4.74609L15.0961 4.41699L14.8568 3.86328C14.3815 2.76319 13.2909 2.00055 12.0248 2.00098H11.9574C10.6958 2.00174 9.609 2.7604 9.13217 3.85547L8.89096 4.40918L8.38314 4.73731C6.91962 5.68123 5.99932 7.31675 5.99932 9.10938V14.2002L5.63409 14.7188L4.28153 16.6348H4.28056C3.57935 17.6279 4.28973 18.9996 5.50615 19V21C2.66836 20.9996 1.01013 17.7996 2.64675 15.4814L3.9993 13.5654V9.10938Z"
105
+ }));
106
+ }));
107
+ c.set("filled", (function() {
108
+
109
+ return n().createElement(n().Fragment, null, n().createElement("path", {
110
+ d: "M12.0242 0.00097686C14.1179 0.000268652 15.9131 1.26462 16.6931 3.07031C18.7251 4.3946 19.9997 6.67402 19.9997 9.17188V13.5977L21.3396 15.4453C23.0174 17.759 21.3645 20.9995 18.5066 21H15.9997C15.9997 22.6568 14.6565 23.9999 12.9997 24H10.9997C9.34288 24 7.99974 22.6569 7.99974 21H5.50657C2.66844 21 1.01025 17.7998 2.6472 15.4814L3.99974 13.5654V9.10938C3.99974 6.62588 5.27371 4.36262 7.29857 3.05664C8.08107 1.25956 9.86994 0.00194952 11.9568 0.00097686H12.0242Z"
111
+ }));
112
+ }));
113
+ var f = [ "default", "outlined", "filled" ];
114
+ var d = function e(r) {
115
+ return f.indexOf(r) >= 0;
116
+ };
117
+ var v = function e(r) {
118
+ return r === "default" || r && !d(r) ? "outlined" : r;
119
+ };
120
+ /**
121
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
122
+ * @category Severity
123
+ * @keywords fill and outline, visibility
124
+ * @variants outlined,filled
125
+ */ var C = function e(r) {
126
+ var o = r.children, i = r.variant, f = i === void 0 ? "default" : i, d = u(r, [ "children", "variant" ]);
127
+ var C = v(f);
128
+ var s = "backgroundbell-".concat(C);
129
+ var p = (0, t.useContext)(a.IconContext);
130
+ var V = c.get(C);
131
+ if (false) {}
132
+ if (p && V) {
133
+ var m = p.toRender, b = p.addIcon;
134
+ b(s, V());
135
+ if (!m) {
136
+ return null;
137
+ }
138
+ }
139
+
140
+ return n().createElement(l(), d, o, p ? n().createElement("use", {
141
+ href: "#".concat(s)
142
+ }) : !!V && V());
143
+ };
144
+ /* harmony default export */ const s = C;
145
+ module.exports = r;
146
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/BackgroundCircle';
2
+ export * from './types/icons/BackgroundCircle';