@splunk/react-icons 5.2.0 → 5.3.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 (45) hide show
  1. package/ArrowsDoubleLeftRight.d.ts +2 -0
  2. package/ArrowsDoubleLeftRight.js +146 -0
  3. package/ArrowsFourRightLeftUpDown.d.ts +2 -0
  4. package/ArrowsFourRightLeftUpDown.js +146 -0
  5. package/AsteriskCircle.js +3 -3
  6. package/CHANGELOG.md +12 -0
  7. package/Calculation.js +1 -1
  8. package/CaretDown.js +2 -2
  9. package/CaretsSmallUpDown.js +2 -2
  10. package/ControlFastForward.js +3 -3
  11. package/ControlNext.js +3 -3
  12. package/ControlPrevious.js +3 -3
  13. package/ControlRewind.js +5 -5
  14. package/CrossHexagon.js +3 -3
  15. package/DotsThreeCircle.js +3 -3
  16. package/FileRipped.js +3 -3
  17. package/InformationSerifSquare.js +3 -3
  18. package/NodeSplit.js +2 -2
  19. package/PaperFolded.js +2 -2
  20. package/Scope.js +1 -1
  21. package/ShoppingCart.d.ts +2 -0
  22. package/ShoppingCart.js +154 -0
  23. package/StarEightPoints.js +1 -1
  24. package/TagMarkerRight.js +3 -3
  25. package/TildeCircle.js +3 -3
  26. package/WallBricks.d.ts +2 -0
  27. package/WallBricks.js +158 -0
  28. package/WeightingScale.js +1 -1
  29. package/package.json +1 -1
  30. package/types/icons/ArrowsDoubleLeftRight.d.ts +17 -0
  31. package/types/icons/ArrowsFourRightLeftUpDown.d.ts +17 -0
  32. package/types/icons/AsteriskCircle.d.ts +3 -3
  33. package/types/icons/ControlFastForward.d.ts +3 -3
  34. package/types/icons/ControlNext.d.ts +3 -3
  35. package/types/icons/ControlPrevious.d.ts +3 -3
  36. package/types/icons/ControlRewind.d.ts +3 -3
  37. package/types/icons/CrossHexagon.d.ts +3 -3
  38. package/types/icons/DotsThreeCircle.d.ts +3 -3
  39. package/types/icons/FileRipped.d.ts +3 -3
  40. package/types/icons/InformationSerifSquare.d.ts +3 -3
  41. package/types/icons/PaperFolded.d.ts +2 -2
  42. package/types/icons/ShoppingCart.d.ts +17 -0
  43. package/types/icons/TagMarkerRight.d.ts +3 -3
  44. package/types/icons/TildeCircle.d.ts +3 -3
  45. package/types/icons/WallBricks.d.ts +17 -0
@@ -0,0 +1,154 @@
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 l = require("@splunk/react-icons/SVG");
73
+ var o = e.n(l);
74
+ // CONCATENATED MODULE: ./src/icons/ShoppingCart.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], -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: "M8 17C9.10457 17 10 17.8954 10 19C10 20.1046 9.10457 21 8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17Z"
105
+ }), n().createElement("path", {
106
+ fillRule: "evenodd",
107
+ clipRule: "evenodd",
108
+ d: "M5.16309 3.01465C5.49682 3.0718 5.78087 3.29345 5.91699 3.60352L5.97168 3.76465L6.28027 5H19.4873C20.1443 5.00007 20.6262 5.61741 20.4668 6.25488L18.9717 12.2354C18.8591 12.6847 18.4555 13 17.9922 13H8.28027L8.78027 15H18C18.5523 15 19 15.4477 19 16C19 16.5523 18.5523 17 18 17H8.00781C7.54452 17 7.14088 16.6847 7.02832 16.2354L4.21973 5H2C1.44772 5 1 4.55228 1 4C1 3.44772 1.44772 3 2 3H4.99219L5.16309 3.01465ZM17 17C18.1046 17 19 17.8954 19 19C19 20.1046 18.1046 21 17 21C15.8954 21 15 20.1046 15 19C15 17.8954 15.8954 17 17 17ZM7.78027 11H17.2197L18.2188 7H6.78027L7.78027 11Z"
109
+ }));
110
+ }));
111
+ c.set("filled", (function() {
112
+
113
+ return n().createElement(n().Fragment, null, n().createElement("path", {
114
+ d: "M8 17C9.10457 17 10 17.8954 10 19C10 20.1046 9.10457 21 8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17Z"
115
+ }), n().createElement("path", {
116
+ fillRule: "evenodd",
117
+ clipRule: "evenodd",
118
+ d: "M5.16309 3.01465C5.49682 3.0718 5.78087 3.29345 5.91699 3.60352L5.97168 3.76465L6.28027 5H19.4873C20.1442 5.00007 20.6262 5.6174 20.4668 6.25488L18.9717 12.2354C18.8591 12.6847 18.4555 13 17.9922 13H8.28027L8.78027 15H18C18.5523 15 19 15.4477 19 16C19 16.5523 18.5523 17 18 17H8.00781C7.54452 17 7.14088 16.6847 7.02832 16.2354L5.04004 8.28223L4.49902 6.27246C4.47302 6.17581 4.46368 6.07938 4.46582 5.98535L4.21973 5H2C1.44772 5 1 4.55228 1 4C1 3.44772 1.44772 3 2 3H4.99219L5.16309 3.01465ZM17 17C18.1046 17 19 17.8954 19 19C19 20.1046 18.1046 21 17 21C15.8954 21 15 20.1046 15 19C15 17.8954 15.8954 17 17 17Z"
119
+ }));
120
+ }));
121
+ var d = [ "default", "outlined", "filled" ];
122
+ var f = function e(r) {
123
+ return d.indexOf(r) >= 0;
124
+ };
125
+ var C = function e(r) {
126
+ return r === "default" || r && !f(r) ? "outlined" : r;
127
+ };
128
+ /**
129
+ * @description Online store purchasing, e-commerse experience
130
+ * @category Objects
131
+ * @keywords buy, expense, checkout, wheels
132
+ * @variants outlined,filled
133
+ */ var v = function e(r) {
134
+ var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
135
+ var v = C(d);
136
+ var p = "shoppingcart-".concat(v);
137
+ var s = (0, t.useContext)(a.IconContext);
138
+ var m = c.get(v);
139
+ if (false) {}
140
+ if (s && m) {
141
+ var L = s.toRender, y = s.addIcon;
142
+ y(p, m());
143
+ if (!L) {
144
+ return null;
145
+ }
146
+ }
147
+
148
+ return n().createElement(o(), f, l, s ? n().createElement("use", {
149
+ href: "#".concat(p)
150
+ }) : !!m && m());
151
+ };
152
+ /* harmony default export */ const p = v;
153
+ module.exports = r;
154
+ /******/})();
@@ -103,7 +103,7 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M10.678 2.23402C11.2864 1.25321 12.7134 1.25321 13.3218 2.23402L14.9547 4.86651L17.9708 4.15968C19.0945 3.89633 20.1036 4.90542 19.8402 6.02914L19.1334 9.04522L21.7659 10.6781C22.7467 11.2865 22.7467 12.7135 21.7659 13.3219L19.1334 14.9548L19.8402 17.9709C20.1036 19.0946 19.0945 20.1037 17.9708 19.8403L14.9547 19.1335L13.3218 21.766C12.7134 22.7468 11.2864 22.7468 10.678 21.766L9.0451 19.1335L6.02902 19.8403C4.9053 20.1037 3.89621 19.0946 4.15956 17.9709L4.86639 14.9548L2.23389 13.3219C1.25309 12.7135 1.25309 11.2865 2.2339 10.6781L4.86639 9.04522L4.15956 6.02914C3.89621 4.90542 4.9053 3.89633 6.02902 4.15968L9.0451 4.86651L10.678 2.23402ZM11.9999 3.89714L10.5764 6.19203C10.2245 6.75944 9.54966 7.03895 8.89957 6.8866L6.27029 6.27041L6.88648 8.89969C7.03883 9.54978 6.75931 10.2246 6.19191 10.5765L3.89702 12L6.19191 13.4235C6.75931 13.7754 7.03883 14.4502 6.88648 15.1003L6.27029 17.7296L8.89957 17.1134C9.54966 16.9611 10.2245 17.2406 10.5764 17.808L11.9999 20.1029L13.4234 17.808C13.7753 17.2406 14.4501 16.9611 15.1002 17.1134L17.7295 17.7296L17.1133 15.1003C16.9609 14.4502 17.2405 13.7754 17.8079 13.4235L20.1028 12L17.8079 10.5765C17.2405 10.2246 16.9609 9.54978 17.1133 8.89969L17.7295 6.27041L15.1002 6.8866C14.4501 7.03895 13.7753 6.75944 13.4234 6.19203L11.9999 3.89714Z"
106
+ d: "M10.6781 2.23402C11.2865 1.25321 12.7135 1.25321 13.3219 2.23402L14.9548 4.86651L17.9709 4.15968C19.0946 3.89633 20.1037 4.90542 19.8403 6.02914L19.1335 9.04522L21.766 10.6781C22.7468 11.2865 22.7468 12.7135 21.766 13.3219L19.1335 14.9548L19.8403 17.9709C20.1037 19.0946 19.0946 20.1037 17.9709 19.8403L14.9548 19.1335L13.3219 21.766C12.7135 22.7468 11.2865 22.7468 10.6781 21.766L9.04522 19.1335L6.02914 19.8403C4.90542 20.1037 3.89633 19.0946 4.15968 17.9709L4.86651 14.9548L2.23402 13.3219C1.25321 12.7135 1.25321 11.2865 2.23402 10.6781L4.86651 9.04522L4.15968 6.02914C3.89633 4.90542 4.90542 3.89633 6.02914 4.15968L9.04522 4.86651L10.6781 2.23402ZM12 3.89714L10.5765 6.19203C10.2246 6.75944 9.54978 7.03895 8.89969 6.8866L6.27041 6.27041L6.8866 8.89969C7.03895 9.54978 6.75944 10.2246 6.19203 10.5765L3.89714 12L6.19203 13.4235C6.75944 13.7754 7.03895 14.4502 6.8866 15.1003L6.27041 17.7296L8.89969 17.1134C9.54978 16.9611 10.2246 17.2406 10.5765 17.808L12 20.1029L13.4235 17.808C13.7754 17.2406 14.4502 16.9611 15.1003 17.1134L17.7296 17.7296L17.1134 15.1003C16.9611 14.4502 17.2406 13.7754 17.808 13.4235L20.1029 12L17.808 10.5765C17.2406 10.2246 16.9611 9.54978 17.1134 8.89969L17.7296 6.27041L15.1003 6.8866C14.4502 7.03895 13.7754 6.75944 13.4235 6.19203L12 3.89714Z"
107
107
  }));
108
108
  }));
109
109
  L.set("filled", (function() {
package/TagMarkerRight.js CHANGED
@@ -120,9 +120,9 @@
120
120
  return r === "default" || r && !f(r) ? "outlined" : r;
121
121
  };
122
122
  /**
123
- *
124
- *
125
- *
123
+ * @description Run a script up to this marker for debugging in DMX
124
+ * @category Actions
125
+ * @keywords play until, pause, tag, marker, editor
126
126
  * @variants outlined,filled
127
127
  */ var s = function e(r) {
128
128
  var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
package/TildeCircle.js CHANGED
@@ -124,9 +124,9 @@
124
124
  return r === "default" || r && !f(r) ? "outlined" : r;
125
125
  };
126
126
  /**
127
- *
128
- *
129
- *
127
+ * @description Low warning indicator for status, notifications, badges, and alert
128
+ * @category Severity
129
+ * @keywords wave, alternating current
130
130
  * @variants outlined,filled
131
131
  */ var C = function e(r) {
132
132
  var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/WallBricks';
2
+ export * from './types/icons/WallBricks';
package/WallBricks.js ADDED
@@ -0,0 +1,158 @@
1
+ /******/ (() => {
2
+ // webpackBootstrap
3
+ /******/ "use strict";
4
+ /******/ // The require scope
5
+ /******/ var e = {};
6
+ /******/
7
+ /************************************************************************/
8
+ /******/ /* webpack/runtime/compat get default export */
9
+ /******/ (() => {
10
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
11
+ /******/ e.n = 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 */ H
65
+ });
66
+ // CONCATENATED MODULE: external "react"
67
+ const r = require("react");
68
+ var n = e.n(r);
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 l = require("@splunk/react-icons/SVG");
73
+ var o = e.n(l);
74
+ // CONCATENATED MODULE: ./src/icons/WallBricks.tsx
75
+ function u(e, t) {
76
+ if (null == e) return {};
77
+ var r, n, a = c(e, t);
78
+ if (Object.getOwnPropertySymbols) {
79
+ var l = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < l.length; n++) {
81
+ r = l[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (a[r] = e[r]);
82
+ }
83
+ }
84
+ return a;
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 (-1 !== t.indexOf(n)) continue;
92
+ r[n] = e[n];
93
+ }
94
+ }
95
+ return r;
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 i = new Map;
101
+ i.set("outlined", (function() {
102
+
103
+ return n().createElement(n().Fragment, null, n().createElement("path", {
104
+ fillRule: "evenodd",
105
+ clipRule: "evenodd",
106
+ d: "M19.5 4C20.8807 4 22 5.11929 22 6.5V18.5C22 19.8807 20.8807 21 19.5 21H4.5C3.11929 21 2 19.8807 2 18.5V6.5C2 5.11929 3.11929 4 4.5 4H19.5ZM10 16V19H19.5C19.7761 19 20 18.7761 20 18.5V16H10ZM4 18.5C4 18.7761 4.22386 19 4.5 19H8V16H4V18.5ZM16 11V14H20V11H16ZM4 14H14V11H4V14ZM10 9H20V6.5C20 6.22386 19.7761 6 19.5 6H10V9ZM4.5 6C4.22386 6 4 6.22386 4 6.5V9H8V6H4.5Z"
107
+ }));
108
+ }));
109
+ i.set("filled", (function() {
110
+
111
+ return n().createElement(n().Fragment, null, n().createElement("path", {
112
+ d: "M8 16.5V20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V16.5H8Z"
113
+ }), n().createElement("path", {
114
+ d: "M21.5 18.5C21.5 19.6046 20.6046 20.5 19.5 20.5H10V16.5H21.5V18.5Z"
115
+ }), n().createElement("path", {
116
+ d: "M21.5 14.5H16V10.5H21.5V14.5Z"
117
+ }), n().createElement("path", {
118
+ d: "M14 10.5V14.5H2.5V10.5H14Z"
119
+ }), n().createElement("path", {
120
+ d: "M19.5 4.5C20.6046 4.5 21.5 5.39543 21.5 6.5V8.5H10V4.5H19.5Z"
121
+ }), n().createElement("path", {
122
+ d: "M8 4.5V8.5H2.5V6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H8Z"
123
+ }));
124
+ }));
125
+ var d = [ "default", "outlined", "filled" ];
126
+ var f = function e(t) {
127
+ return d.indexOf(t) >= 0;
128
+ };
129
+ var v = function e(t) {
130
+ return t === "default" || t && !f(t) ? "outlined" : t;
131
+ };
132
+ /**
133
+ * @description Firewall security, building blocks
134
+ * @category Objects
135
+ * @keywords solid, network, gateway, internet
136
+ * @variants outlined,filled
137
+ */ var V = function e(t) {
138
+ var l = t.children, c = t.variant, d = c === void 0 ? "default" : c, f = u(t, [ "children", "variant" ]);
139
+ var V = v(d);
140
+ var H = "wallbricks-".concat(V);
141
+ var p = (0, r.useContext)(a.IconContext);
142
+ var s = i.get(V);
143
+ if (false) {}
144
+ if (p && s) {
145
+ var m = p.toRender, M = p.addIcon;
146
+ M(H, s());
147
+ if (!m) {
148
+ return null;
149
+ }
150
+ }
151
+
152
+ return n().createElement(o(), f, l, p ? n().createElement("use", {
153
+ href: "#".concat(H)
154
+ }) : !!s && s());
155
+ };
156
+ /* harmony default export */ const H = V;
157
+ module.exports = t;
158
+ /******/})();
package/WeightingScale.js CHANGED
@@ -103,7 +103,7 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M9 2C8.44772 2 8 2.44772 8 3V6H6C5.44772 6 5 6.44772 5 7V10.0001H4.41429L3.70718 9.29297L2.29297 10.7072L3.29297 11.7072C3.48051 11.8947 3.73486 12.0001 4.00008 12.0001H11V13.0164C7.091 13.2737 4 16.5259 4 20.5V21C4 21.5523 4.44772 22 5 22H19C19.5523 22 20 21.5523 20 21V20.5C20 16.5259 16.909 13.2737 13 13.0164V12.0001H20.0001C20.2653 12.0001 20.5196 11.8947 20.7072 11.7072L21.7072 10.7072L20.293 9.29297L19.5859 10.0001H19V7C19 6.44772 18.5523 6 18 6H16V3C16 2.44772 15.5523 2 15 2H9ZM11.5 15C8.63098 15 6.27504 17.1968 6.02242 20H11.1338C11.162 19.9514 11.1946 19.9044 11.2318 19.8598L13.7318 16.8598C14.0854 16.4355 14.7159 16.3782 15.1402 16.7318C15.5645 17.0853 15.6218 17.7159 15.2682 18.1402L13.7184 20H17.9776C17.725 17.1968 15.369 15 12.5 15H11.5ZM14 6V4H10V6H14ZM7 8V10H11V8H7ZM13 8V10H17V8H13Z"
106
+ d: "M8.99988 2C8.44759 2 7.99988 2.44772 7.99988 3V6H5.99988C5.44759 6 4.99988 6.44772 4.99988 7V10.0001H4.41417L3.70706 9.29297L2.29285 10.7072L3.29285 11.7072C3.48038 11.8947 3.73474 12.0001 3.99995 12.0001H10.9999V13.0164C7.09088 13.2737 3.99988 16.5259 3.99988 20.5V21C3.99988 21.5523 4.44759 22 4.99988 22H18.9999C19.5522 22 19.9999 21.5523 19.9999 21V20.5C19.9999 16.5259 16.9089 13.2737 12.9999 13.0164V12.0001H20C20.2652 12.0001 20.5195 11.8947 20.7071 11.7072L21.7071 10.7072L20.2928 9.29297L19.5857 10.0001H18.9999V7C18.9999 6.44772 18.5522 6 17.9999 6H15.9999V3C15.9999 2.44772 15.5522 2 14.9999 2H8.99988ZM11.4999 15C8.63086 15 6.27491 17.1968 6.0223 20H11.1337C11.1618 19.9514 11.1945 19.9044 11.2317 19.8598L13.7317 16.8598C14.0852 16.4355 14.7158 16.3782 15.1401 16.7318C15.5644 17.0853 15.6217 17.7159 15.2681 18.1402L13.7183 20H17.9775C17.7248 17.1968 15.3689 15 12.4999 15H11.4999ZM13.9999 6V4H9.99988V6H13.9999ZM6.99988 8V10H10.9999V8H6.99988ZM12.9999 8V10H16.9999V8H12.9999Z"
107
107
  }));
108
108
  }));
109
109
  c.set("filled", (function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-icons",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "description": "Library of various React icons",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Splunk Inc.",
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined';
9
+ }
10
+ /**
11
+ * @description Switch device of network topology
12
+ * @category Controls
13
+ * @keywords diagram, graph, entity, flow chart
14
+ * @variants outlined
15
+ */
16
+ declare const ArrowsDoubleLeftRight: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default ArrowsDoubleLeftRight;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined';
9
+ }
10
+ /**
11
+ * @description Router device of network topology
12
+ * @category Controls
13
+ * @keywords diagram, graph, entity, flow chart
14
+ * @variants outlined
15
+ */
16
+ declare const ArrowsFourRightLeftUpDown: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default ArrowsFourRightLeftUpDown;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Excellent indicator for status, notifications, badges, and alert
12
+ * @category Severity
13
+ * @keywords star, splat, wildcard, multiplication sign
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const AsteriskCircle: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Action or fast search/seeking status
12
+ * @category Controls
13
+ * @keywords fast forward button, next, preview
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const ControlFastForward: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Action to skip current or jump to the end of content
12
+ * @category Controls
13
+ * @keywords triangle play, pause, next, end
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const ControlNext: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Action to go back to previous or the beginning
12
+ * @category Controls
13
+ * @keywords triangle play back, pause, previous
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const ControlPrevious: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Action or rewind/seeking status
12
+ * @category Controls
13
+ * @keywords fast rewind button, previous, preview
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const ControlRewind: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Negative indicator for status, notifications, badges, and alert
12
+ * @category Severity
13
+ * @keywords error, incident, warning, alert, broken
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const CrossHexagon: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description More actions button, In progress status indicator for status, notifications, badges, severity and alert
12
+ * @category Navigation
13
+ * @keywords overflow, horizontal
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const DotsThreeCircle: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Broken file, data source or document. Read error, file path not found.
12
+ * @category Reports
13
+ * @keywords file extension, status
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const FileRipped: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Alternative information indicator for status, notifications, badges, and alert
12
+ * @category Notifications
13
+ * @keywords box, info, annotation
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const InformationSerifSquare: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- * @description Map
11
+ * @description Map view, navigation data, gps location
12
12
  * @category Objects
13
- *
13
+ * @keywords visualization, world atlas, globe
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const PaperFolded: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Online store purchasing, e-commerse experience
12
+ * @category Objects
13
+ * @keywords buy, expense, checkout, wheels
14
+ * @variants outlined,filled
15
+ */
16
+ declare const ShoppingCart: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default ShoppingCart;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Run a script up to this marker for debugging in DMX
12
+ * @category Actions
13
+ * @keywords play until, pause, tag, marker, editor
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const TagMarkerRight: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
11
+ * @description Low warning indicator for status, notifications, badges, and alert
12
+ * @category Severity
13
+ * @keywords wave, alternating current
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const TildeCircle: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Firewall security, building blocks
12
+ * @category Objects
13
+ * @keywords solid, network, gateway, internet
14
+ * @variants outlined,filled
15
+ */
16
+ declare const WallBricks: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default WallBricks;