@splunk/react-icons 4.4.0 → 4.6.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 (86) hide show
  1. package/ArrowTriangleDown.js +12 -10
  2. package/ArrowTriangleLeft.js +22 -20
  3. package/ArrowTriangleRight.js +22 -20
  4. package/ArrowTriangleUp.js +22 -20
  5. package/CHANGELOG.md +32 -0
  6. package/Calculation.d.ts +2 -0
  7. package/Calculation.js +168 -0
  8. package/Calculator.d.ts +2 -0
  9. package/Calculator.js +156 -0
  10. package/ChevronsSlash.js +60 -50
  11. package/Containership.js +1 -1
  12. package/CylinderWaves.d.ts +2 -0
  13. package/CylinderWaves.js +160 -0
  14. package/DeviceEdgeHub.d.ts +2 -0
  15. package/DeviceEdgeHub.js +162 -0
  16. package/ExclamationTriangle.js +6 -6
  17. package/ExclamationTriangleDown.d.ts +2 -0
  18. package/ExclamationTriangleDown.js +160 -0
  19. package/FileChevronRight.d.ts +2 -0
  20. package/FileChevronRight.js +158 -0
  21. package/Hammer.js +2 -2
  22. package/HotAirBalloon.js +2 -2
  23. package/IconProvider.d.ts +1 -1
  24. package/Lightning.js +1 -1
  25. package/ListNumbered.d.ts +2 -0
  26. package/ListNumbered.js +156 -0
  27. package/QuotationDouble.d.ts +2 -0
  28. package/QuotationDouble.js +148 -0
  29. package/SVG.d.ts +3 -3
  30. package/SVGEnterprise.d.ts +5 -5
  31. package/Scissors.js +2 -2
  32. package/Shield.d.ts +2 -0
  33. package/Shield.js +158 -0
  34. package/Snowflake.js +1 -1
  35. package/TextAlignBottom.d.ts +2 -0
  36. package/TextAlignBottom.js +156 -0
  37. package/TextAlignCenter.d.ts +2 -0
  38. package/TextAlignCenter.js +160 -0
  39. package/TextAlignLeft.d.ts +2 -0
  40. package/TextAlignLeft.js +160 -0
  41. package/TextAlignRight.d.ts +2 -0
  42. package/TextAlignRight.js +160 -0
  43. package/TextAlignTop.d.ts +2 -0
  44. package/TextAlignTop.js +156 -0
  45. package/TextAlignVerticalCenter.d.ts +2 -0
  46. package/TextAlignVerticalCenter.js +158 -0
  47. package/TextBBold.d.ts +2 -0
  48. package/TextBBold.js +148 -0
  49. package/TextDirectionMinus45.js +2 -2
  50. package/TextH.d.ts +2 -0
  51. package/TextH.js +146 -0
  52. package/TextIItalic.d.ts +2 -0
  53. package/TextIItalic.js +146 -0
  54. package/TextSStrikethrough.d.ts +2 -0
  55. package/TextSStrikethrough.js +148 -0
  56. package/TextUUnderline.d.ts +2 -0
  57. package/TextUUnderline.js +148 -0
  58. package/Triangle.js +22 -20
  59. package/TriangleDown.js +156 -0
  60. package/WindowGlobe.d.ts +2 -0
  61. package/WindowGlobe.js +172 -0
  62. package/package.json +12 -10
  63. package/test-runner-jest.config.js +1 -0
  64. package/types/icons/Calculation.d.ts +20 -0
  65. package/types/icons/Calculator.d.ts +20 -0
  66. package/types/icons/ChevronsSlash.d.ts +2 -2
  67. package/types/icons/CylinderWaves.d.ts +20 -0
  68. package/types/icons/DeviceEdgeHub.d.ts +20 -0
  69. package/types/icons/ExclamationTriangleDown.d.ts +20 -0
  70. package/types/icons/FileChevronRight.d.ts +20 -0
  71. package/types/icons/ListNumbered.d.ts +20 -0
  72. package/types/icons/QuotationDouble.d.ts +20 -0
  73. package/types/icons/Shield.d.ts +20 -0
  74. package/types/icons/TextAlignBottom.d.ts +20 -0
  75. package/types/icons/TextAlignCenter.d.ts +20 -0
  76. package/types/icons/TextAlignLeft.d.ts +20 -0
  77. package/types/icons/TextAlignRight.d.ts +20 -0
  78. package/types/icons/TextAlignTop.d.ts +20 -0
  79. package/types/icons/TextAlignVerticalCenter.d.ts +20 -0
  80. package/types/icons/TextBBold.d.ts +20 -0
  81. package/types/icons/TextH.d.ts +20 -0
  82. package/types/icons/TextIItalic.d.ts +20 -0
  83. package/types/icons/TextSStrikethrough.d.ts +20 -0
  84. package/types/icons/TextUUnderline.d.ts +20 -0
  85. package/types/icons/TriangleDown.d.ts +20 -0
  86. package/types/icons/WindowGlobe.d.ts +20 -0
@@ -0,0 +1,162 @@
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/DeviceEdgeHub.tsx
75
+ function u(e, t) {
76
+ if (e == null) return {};
77
+ var r = i(e, t);
78
+ var n, l;
79
+ if (Object.getOwnPropertySymbols) {
80
+ var a = Object.getOwnPropertySymbols(e);
81
+ for (l = 0; l < a.length; l++) {
82
+ n = a[l];
83
+ if (t.indexOf(n) >= 0) continue;
84
+ if (!Object.prototype.propertyIsEnumerable.call(e, n)) continue;
85
+ r[n] = e[n];
86
+ }
87
+ }
88
+ return r;
89
+ }
90
+ function i(e, t) {
91
+ if (e == null) return {};
92
+ var r = {};
93
+ var n = Object.keys(e);
94
+ var l, a;
95
+ for (a = 0; a < n.length; a++) {
96
+ l = n[a];
97
+ if (t.indexOf(l) >= 0) continue;
98
+ r[l] = e[l];
99
+ }
100
+ return r;
101
+ }
102
+ var c = {
103
+ variant: "default"
104
+ };
105
+ var d = new Map;
106
+ d.set("outlined", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ fillRule: "evenodd",
110
+ clipRule: "evenodd",
111
+ d: "M7 10C6.44772 10 6 10.4477 6 11V16C6 16.5523 6.44771 17 7 17H17C17.5523 17 18 16.5523 18 16V11C18 10.4477 17.5523 10 17 10H7ZM7.8 11.8V15.2H16.2V11.8H7.8Z"
112
+ }), n().createElement("path", {
113
+ d: "M11.9998 8.6998C12.6625 8.6998 13.1998 8.16255 13.1998 7.4998C13.1998 6.83706 12.6625 6.2998 11.9998 6.2998C11.3371 6.2998 10.7998 6.83706 10.7998 7.4998C10.7998 8.16255 11.3371 8.6998 11.9998 8.6998Z"
114
+ }), n().createElement("path", {
115
+ fillRule: "evenodd",
116
+ clipRule: "evenodd",
117
+ d: "M2 16.5C2 18.9853 4.01472 21 6.5 21H17.5C19.9853 21 22 18.9853 22 16.5V7.5C22 5.01472 19.9853 3 17.5 3H6.5C4.01472 3 2 5.01472 2 7.5V16.5ZM6.5 19C5.11929 19 4 17.8807 4 16.5V7.5C4 6.11929 5.11929 5 6.5 5H17.5C18.8807 5 20 6.11929 20 7.5V16.5C20 17.8807 18.8807 19 17.5 19H6.5Z"
118
+ }));
119
+ }));
120
+ d.set("filled", (function() {
121
+
122
+ return n().createElement(n().Fragment, null, n().createElement("path", {
123
+ fillRule: "evenodd",
124
+ clipRule: "evenodd",
125
+ d: "M6.5 21C4.01472 21 2 18.9853 2 16.5V7.5C2 5.01472 4.01472 3 6.5 3H17.5C19.9853 3 22 5.01472 22 7.5V16.5C22 18.9853 19.9853 21 17.5 21H6.5ZM6 11C6 10.4477 6.44772 10 7 10H17C17.5523 10 18 10.4477 18 11V16C18 16.5523 17.5523 17 17 17H7C6.44771 17 6 16.5523 6 16V11ZM13.5 7C13.5 7.82843 12.8284 8.5 12 8.5C11.1716 8.5 10.5 7.82843 10.5 7C10.5 6.17157 11.1716 5.5 12 5.5C12.8284 5.5 13.5 6.17157 13.5 7Z"
126
+ }));
127
+ }));
128
+ var f = [ "default", "outlined", "filled" ];
129
+ var v = function e(t) {
130
+ return f.indexOf(t) >= 0;
131
+ };
132
+ var C = function e(t) {
133
+ return t === "default" || t && !v(t) ? "outlined" : t;
134
+ };
135
+ /**
136
+ * @description Device(s) of Splunk Edge Hub
137
+ * @category Data Type
138
+ * @keywords monitoring sensors, realtime stream, infrastructure, data source
139
+ * @variants outlined,filled
140
+ */ var p = function e(t) {
141
+ var l = t.children, i = t.variant, c = u(t, [ "children", "variant" ]);
142
+ var f = C(i);
143
+ var v = "deviceedgehub-".concat(f);
144
+ var p = (0, r.useContext)(o.IconContext);
145
+ var s = d.get(f);
146
+ if (false) {}
147
+ if (p && s) {
148
+ var m = p.toRender, b = p.addIcon;
149
+ b(v, s());
150
+ if (!m) {
151
+ return null;
152
+ }
153
+ }
154
+
155
+ return n().createElement(a(), c, l, p ? n().createElement("use", {
156
+ href: "#".concat(v)
157
+ }) : !!s && s());
158
+ };
159
+ p.defaultProps = c;
160
+ /* harmony default export */ const s = p;
161
+ module.exports = t;
162
+ /******/})();
@@ -106,13 +106,13 @@
106
106
  d.set("outlined", (function() {
107
107
 
108
108
  return n().createElement(n().Fragment, null, n().createElement("path", {
109
- d: "M11.0002 13.6618V11.0133C11.0002 10.461 11.4479 10.0133 12.0002 10.0133C12.5525 10.0133 13.0002 10.461 13.0002 11.0133V13.6618C13.0002 14.2141 12.5525 14.6618 12.0002 14.6618C11.4479 14.6618 11.0002 14.2141 11.0002 13.6618Z"
110
- }), n().createElement("path", {
111
- d: "M13.2002 16.9347C13.2002 17.5975 12.6629 18.1347 12.0002 18.1347C11.3374 18.1347 10.8002 17.5975 10.8002 16.9347C10.8002 16.272 11.3374 15.7347 12.0002 15.7347C12.6629 15.7347 13.2002 16.272 13.2002 16.9347Z"
112
- }), n().createElement("path", {
113
109
  fillRule: "evenodd",
114
110
  clipRule: "evenodd",
115
- d: "M13.3173 2.82369C12.7659 1.72544 11.2341 1.72544 10.6827 2.82369L2.16616 19.7867C1.65878 20.7973 2.37462 22 3.48349 22H20.5165C21.6254 22 22.3412 20.7973 21.8338 19.7867L13.3173 2.82369ZM4.29301 19.9753L12 4.62472L19.707 19.9753H4.29301Z"
111
+ d: "M10.701 3.75C11.2783 2.75 12.7217 2.75 13.2991 3.75L21.9593 18.75C22.5367 19.75 21.815 21 20.6603 21H3.33976C2.18507 21 1.46337 19.75 2.04072 18.75L10.701 3.75ZM12 5.5L4.20579 19H19.7942L12 5.5Z"
112
+ }), n().createElement("path", {
113
+ d: "M10.9998 13.6618V10.5C10.9998 9.94771 11.4475 9.5 11.9998 9.5C12.5521 9.5 12.9998 9.94771 12.9998 10.5V13.6618C12.9998 14.2141 12.5521 14.6618 11.9998 14.6618C11.4475 14.6618 10.9998 14.2141 10.9998 13.6618Z"
114
+ }), n().createElement("path", {
115
+ d: "M13.1998 16.9347C13.1998 17.5975 12.6626 18.1347 11.9998 18.1347C11.3371 18.1347 10.7998 17.5975 10.7998 16.9347C10.7998 16.272 11.3371 15.7347 11.9998 15.7347C12.6626 15.7347 13.1998 16.272 13.1998 16.9347Z"
116
116
  }));
117
117
  }));
118
118
  d.set("filled", (function() {
@@ -120,7 +120,7 @@
120
120
  return n().createElement(n().Fragment, null, n().createElement("path", {
121
121
  fillRule: "evenodd",
122
122
  clipRule: "evenodd",
123
- d: "M10.6827 2.82369C11.2341 1.72544 12.7659 1.72544 13.3173 2.82369L21.8338 19.7867C22.3412 20.7973 21.6254 22 20.5165 22H3.48349C2.37462 22 1.65878 20.7973 2.16616 19.7867L10.6827 2.82369ZM11.0002 13.6618V11.0133C11.0002 10.461 11.4479 10.0133 12.0002 10.0133C12.5525 10.0133 13.0002 10.461 13.0002 11.0133V13.6618C13.0002 14.2141 12.5525 14.6618 12.0002 14.6618C11.4479 14.6618 11.0002 14.2141 11.0002 13.6618ZM13.2002 16.9347C13.2002 17.5975 12.6629 18.1347 12.0002 18.1347C11.3374 18.1347 10.8002 17.5975 10.8002 16.9347C10.8002 16.272 11.3374 15.7347 12.0002 15.7347C12.6629 15.7347 13.2002 16.272 13.2002 16.9347Z"
123
+ d: "M10.701 3.75C11.2783 2.75 12.7217 2.75 13.2991 3.75L21.9593 18.75C22.5367 19.75 21.815 21 20.6603 21H3.33976C2.18507 21 1.46337 19.75 2.04072 18.75L10.701 3.75ZM10.9998 13.6618V10.5C10.9998 9.94771 11.4475 9.5 11.9998 9.5C12.5521 9.5 12.9998 9.94771 12.9998 10.5V13.6618C12.9998 14.2141 12.5521 14.6618 11.9998 14.6618C11.4475 14.6618 10.9998 14.2141 10.9998 13.6618ZM11.9998 18.1347C12.6626 18.1347 13.1998 17.5975 13.1998 16.9347C13.1998 16.272 12.6626 15.7347 11.9998 15.7347C11.3371 15.7347 10.7998 16.272 10.7998 16.9347C10.7998 17.5975 11.3371 18.1347 11.9998 18.1347Z"
124
124
  }));
125
125
  }));
126
126
  var f = [ "default", "outlined", "filled" ];
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/ExclamationTriangleDown';
2
+ export * from './types/icons/ExclamationTriangleDown';
@@ -0,0 +1,160 @@
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 */ C
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 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/ExclamationTriangleDown.tsx
75
+ function u(e, t) {
76
+ if (e == null) return {};
77
+ var r = i(e, t);
78
+ var n, a;
79
+ if (Object.getOwnPropertySymbols) {
80
+ var l = Object.getOwnPropertySymbols(e);
81
+ for (a = 0; a < l.length; a++) {
82
+ n = l[a];
83
+ if (t.indexOf(n) >= 0) continue;
84
+ if (!Object.prototype.propertyIsEnumerable.call(e, n)) continue;
85
+ r[n] = e[n];
86
+ }
87
+ }
88
+ return r;
89
+ }
90
+ function i(e, t) {
91
+ if (e == null) return {};
92
+ var r = {};
93
+ var n = Object.keys(e);
94
+ var a, l;
95
+ for (l = 0; l < n.length; l++) {
96
+ a = n[l];
97
+ if (t.indexOf(a) >= 0) continue;
98
+ r[a] = e[a];
99
+ }
100
+ return r;
101
+ }
102
+ var c = {
103
+ variant: "default"
104
+ };
105
+ var d = new Map;
106
+ d.set("outlined", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ fillRule: "evenodd",
110
+ clipRule: "evenodd",
111
+ d: "M10.701 20.25C11.2783 21.25 12.7217 21.25 13.2991 20.25L21.9593 5.25C22.5367 4.25001 21.815 3 20.6603 3H3.33976C2.18507 3 1.46337 4.25 2.04072 5.25L10.701 20.25ZM12 18.5L4.20579 5H19.7942L12 18.5Z"
112
+ }), n().createElement("path", {
113
+ d: "M10.9998 10.2618V7.1C10.9998 6.54772 11.4475 6.1 11.9998 6.1C12.5521 6.1 12.9998 6.54772 12.9998 7.1V10.2618C12.9998 10.8141 12.5521 11.2618 11.9998 11.2618C11.4475 11.2618 10.9998 10.8141 10.9998 10.2618Z"
114
+ }), n().createElement("path", {
115
+ d: "M13.1998 13.5347C13.1998 14.1975 12.6626 14.7347 11.9998 14.7347C11.3371 14.7347 10.7998 14.1975 10.7998 13.5347C10.7998 12.872 11.3371 12.3347 11.9998 12.3347C12.6626 12.3347 13.1998 12.872 13.1998 13.5347Z"
116
+ }));
117
+ }));
118
+ d.set("filled", (function() {
119
+
120
+ return n().createElement(n().Fragment, null, n().createElement("path", {
121
+ fillRule: "evenodd",
122
+ clipRule: "evenodd",
123
+ d: "M10.701 20.25C11.2783 21.25 12.7217 21.25 13.2991 20.25L21.9593 5.25C22.5367 4.25001 21.815 3 20.6603 3H3.33976C2.18507 3 1.46337 4.25 2.04072 5.25L10.701 20.25ZM10.9998 10.2618V7.1C10.9998 6.54772 11.4475 6.1 11.9998 6.1C12.5521 6.1 12.9998 6.54772 12.9998 7.1V10.2618C12.9998 10.8141 12.5521 11.2618 11.9998 11.2618C11.4475 11.2618 10.9998 10.8141 10.9998 10.2618ZM11.9998 14.7347C12.6626 14.7347 13.1998 14.1975 13.1998 13.5347C13.1998 12.872 12.6626 12.3347 11.9998 12.3347C11.3371 12.3347 10.7998 12.872 10.7998 13.5347C10.7998 14.1975 11.3371 14.7347 11.9998 14.7347Z"
124
+ }));
125
+ }));
126
+ var f = [ "default", "outlined", "filled" ];
127
+ var v = function e(t) {
128
+ return f.indexOf(t) >= 0;
129
+ };
130
+ var p = function e(t) {
131
+ return t === "default" || t && !v(t) ? "outlined" : t;
132
+ };
133
+ /**
134
+ * @description Severity Lv4 Error (> Warning) [Red] *Use filled style
135
+ * @category Severity
136
+ * @keywords alert, exclamation, notification, caution, warning, error
137
+ * @variants outlined,filled
138
+ */ var s = function e(t) {
139
+ var a = t.children, i = t.variant, c = u(t, [ "children", "variant" ]);
140
+ var f = p(i);
141
+ var v = "exclamationtriangledown-".concat(f);
142
+ var s = (0, r.useContext)(o.IconContext);
143
+ var C = d.get(f);
144
+ if (false) {}
145
+ if (s && C) {
146
+ var m = s.toRender, y = s.addIcon;
147
+ y(v, C());
148
+ if (!m) {
149
+ return null;
150
+ }
151
+ }
152
+
153
+ return n().createElement(l(), c, a, s ? n().createElement("use", {
154
+ href: "#".concat(v)
155
+ }) : !!C && C());
156
+ };
157
+ s.defaultProps = c;
158
+ /* harmony default export */ const C = s;
159
+ module.exports = t;
160
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/FileChevronRight';
2
+ export * from './types/icons/FileChevronRight';
@@ -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 = 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 */ m
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/FileChevronRight.tsx
75
+ function u(e, r) {
76
+ if (e == null) return {};
77
+ var t = i(e, r);
78
+ var n, a;
79
+ if (Object.getOwnPropertySymbols) {
80
+ var l = Object.getOwnPropertySymbols(e);
81
+ for (a = 0; a < l.length; a++) {
82
+ n = l[a];
83
+ if (r.indexOf(n) >= 0) continue;
84
+ if (!Object.prototype.propertyIsEnumerable.call(e, n)) continue;
85
+ t[n] = e[n];
86
+ }
87
+ }
88
+ return t;
89
+ }
90
+ function i(e, r) {
91
+ if (e == null) return {};
92
+ var t = {};
93
+ var n = Object.keys(e);
94
+ var a, l;
95
+ for (l = 0; l < n.length; l++) {
96
+ a = n[l];
97
+ if (r.indexOf(a) >= 0) continue;
98
+ t[a] = e[a];
99
+ }
100
+ return t;
101
+ }
102
+ var c = {
103
+ variant: "default"
104
+ };
105
+ var d = new Map;
106
+ d.set("outlined", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M9 9.31641V11.1835L12.6329 13L9 14.8164V16.6835L15 13.6835V12.3164L9 9.31641Z"
110
+ }), n().createElement("path", {
111
+ fillRule: "evenodd",
112
+ clipRule: "evenodd",
113
+ d: "M5.5 22C4.67157 22 4 21.3284 4 20.5V3.5C4 2.67157 4.67157 2 5.5 2H15C15.3978 2 15.7793 2.15803 16.0606 2.43934L19.5607 6.23223C19.842 6.51354 20 6.89507 20 7.29289V20.5C20 21.3284 19.3284 22 18.5 22H5.5ZM6 4V20H18V7.5H16.2929C15.4644 7.5 14.7929 6.82843 14.7929 6V4H6Z"
114
+ }));
115
+ }));
116
+ d.set("filled", (function() {
117
+
118
+ return n().createElement(n().Fragment, null, n().createElement("path", {
119
+ fillRule: "evenodd",
120
+ clipRule: "evenodd",
121
+ d: "M4 3.5C4 2.67157 4.67157 2 5.5 2H13.9645C14.8927 2 15.783 2.36875 16.4393 3.02513L18.9749 5.56066C19.6313 6.21704 20 7.10728 20 8.03553V20.5C20 21.3284 19.3284 22 18.5 22H5.5C4.67157 22 4 21.3284 4 20.5V3.5ZM9 9.31641V11.1835L12.6329 13L9 14.8164V16.6835L15 13.6835V12.3164L9 9.31641Z"
122
+ }));
123
+ }));
124
+ var f = [ "default", "outlined", "filled" ];
125
+ var v = function e(r) {
126
+ return f.indexOf(r) >= 0;
127
+ };
128
+ var s = function e(r) {
129
+ return r === "default" || r && !v(r) ? "outlined" : r;
130
+ };
131
+ /**
132
+ * @description Splunk Documentation, or link to the docs.splunk.com
133
+ * @category Reports
134
+ * @keywords manuals, references, books, guides, products
135
+ * @variants outlined,filled
136
+ */ var p = function e(r) {
137
+ var a = r.children, i = r.variant, c = u(r, [ "children", "variant" ]);
138
+ var f = s(i);
139
+ var v = "filechevronright-".concat(f);
140
+ var p = (0, t.useContext)(o.IconContext);
141
+ var m = d.get(f);
142
+ if (false) {}
143
+ if (p && m) {
144
+ var y = p.toRender, b = p.addIcon;
145
+ b(v, m());
146
+ if (!y) {
147
+ return null;
148
+ }
149
+ }
150
+
151
+ return n().createElement(l(), c, a, p ? n().createElement("use", {
152
+ href: "#".concat(v)
153
+ }) : !!m && m());
154
+ };
155
+ p.defaultProps = c;
156
+ /* harmony default export */ const m = p;
157
+ module.exports = r;
158
+ /******/})();
package/Hammer.js CHANGED
@@ -108,7 +108,7 @@
108
108
  return n().createElement(n().Fragment, null, n().createElement("path", {
109
109
  fillRule: "evenodd",
110
110
  clipRule: "evenodd",
111
- d: "M10.4082 2.22416C9.76606 2.47223 9.18359 2.85313 8.6989 3.34192L7.3384 4.71393L4.39387 7.65845C4.10793 7.9444 3.94955 8.33368 3.95465 8.73803L3.95482 8.75103L3.91609 8.7512C3.52048 8.75288 3.14155 8.91078 2.8618 9.19052L1.50477 10.5476C0.918983 11.1333 0.918983 12.0831 1.50477 12.6689L4.50997 15.6741C5.09576 16.2599 6.04551 16.2599 6.63129 15.6741L7.98745 14.3179C8.26875 14.0366 8.42679 13.6551 8.42679 13.2573V12.6412L8.84095 12.227L18.2548 21.6408C18.8406 22.2266 19.7903 22.2266 20.3761 21.6408L22.4974 19.5195C23.0832 18.9337 23.0832 17.984 22.4974 17.3982L13.096 7.99666C12.8603 7.76091 12.7466 7.42953 12.7879 7.09871C12.8053 6.95995 12.8494 6.82588 12.9178 6.70394L13.0454 6.47667C13.1809 6.23515 13.3809 6.03607 13.6231 5.90165L13.9613 5.71393L14.2205 5.71393C15.1701 5.71393 15.9398 4.94419 15.9398 3.99467C15.9398 3.25492 15.4666 2.59809 14.7649 2.36387L13.775 2.03346C13.4117 1.91217 13.0294 1.8578 12.6466 1.87297L11.9761 1.89954C11.4392 1.92082 10.9094 2.0305 10.4082 2.22416ZM10.119 4.75017C10.4054 4.46138 10.7496 4.23633 11.1289 4.08976C11.4251 3.97534 11.7381 3.91054 12.0553 3.89797L12.7258 3.8714C12.8483 3.86654 12.9707 3.88102 13.0885 3.91418C13.0568 3.92962 13.0254 3.94594 12.9945 3.96311L12.6524 4.15298C12.0861 4.46734 11.6183 4.93296 11.3013 5.49782L11.1737 5.72509C10.9786 6.07277 10.8528 6.45502 10.8034 6.85064C10.6966 7.70486 10.9524 8.56039 11.5009 9.21352L10.0784 10.6359L9.90166 10.4592C9.31588 9.87338 8.36613 9.87338 7.78034 10.4592L6.86613 11.3734C6.58482 11.6547 6.42679 12.0362 6.42679 12.434V13.0502L5.57063 13.9063L3.27254 11.6082L4.13045 10.7503L4.46751 10.7489C5.30083 10.7453 5.97153 10.0632 5.96102 9.22997L5.95715 8.9236L8.75261 6.12814L8.75558 6.12516L10.119 4.75017ZM19.3154 19.873L11.5373 12.0949L12.9515 10.6807L20.7296 18.4588L19.3154 19.873Z"
111
+ d: "M10.408 2.22416C9.76593 2.47223 9.18347 2.85313 8.69877 3.34192L7.33828 4.71393L4.39375 7.65845C4.10781 7.9444 3.94943 8.33368 3.95453 8.73803L3.9547 8.75103L3.91597 8.7512C3.52036 8.75288 3.14143 8.91078 2.86168 9.19052L1.50465 10.5476C0.918861 11.1333 0.918861 12.0831 1.50465 12.6689L4.50985 15.6741C5.09564 16.2599 6.04538 16.2599 6.63117 15.6741L7.98733 14.3179C8.26863 14.0366 8.42667 13.6551 8.42667 13.2573V12.6412L8.84083 12.227L18.2547 21.6408C18.8404 22.2266 19.7902 22.2266 20.376 21.6408L22.4973 19.5195C23.0831 18.9337 23.0831 17.984 22.4973 17.3982L13.0959 7.99666C12.8601 7.76091 12.7464 7.42953 12.7878 7.09871C12.8051 6.95995 12.8492 6.82588 12.9177 6.70394L13.0452 6.47667C13.1808 6.23515 13.3808 6.03607 13.623 5.90165L13.9612 5.71393L14.2204 5.71393C15.1699 5.71393 15.9397 4.94419 15.9397 3.99467C15.9397 3.25492 15.4665 2.59809 14.7648 2.36387L13.7749 2.03346C13.4116 1.91217 13.0292 1.8578 12.6465 1.87297L11.976 1.89954C11.4391 1.92082 10.9093 2.0305 10.408 2.22416ZM10.1189 4.75017C10.4053 4.46138 10.7494 4.23633 11.1288 4.08976C11.425 3.97534 11.738 3.91054 12.0552 3.89797L12.7257 3.8714C12.8482 3.86654 12.9706 3.88102 13.0884 3.91418C13.0567 3.92962 13.0253 3.94594 12.9944 3.96311L12.6523 4.15298C12.086 4.46734 11.6182 4.93296 11.3012 5.49782L11.1736 5.72509C10.9785 6.07277 10.8527 6.45502 10.8032 6.85064C10.6965 7.70486 10.9523 8.56039 11.5007 9.21352L10.0783 10.6359L9.90154 10.4592C9.31575 9.87338 8.36601 9.87338 7.78022 10.4592L6.86601 11.3734C6.5847 11.6547 6.42667 12.0362 6.42667 12.434V13.0502L5.57051 13.9063L3.27241 11.6082L4.13033 10.7503L4.46738 10.7489C5.30071 10.7453 5.97141 10.0632 5.9609 9.22997L5.95703 8.9236L8.75249 6.12814L8.75546 6.12516L10.1189 4.75017ZM19.3153 19.873L11.5371 12.0949L12.9514 10.6807L20.7295 18.4588L19.3153 19.873Z"
112
112
  }));
113
113
  }));
114
114
  C.set("filled", (function() {
@@ -116,7 +116,7 @@
116
116
  return n().createElement(n().Fragment, null, n().createElement("path", {
117
117
  fillRule: "evenodd",
118
118
  clipRule: "evenodd",
119
- d: "M10.4084 2.22416C9.7663 2.47223 9.18383 2.85313 8.69914 3.34192L7.33864 4.71393L4.39412 7.65845C4.10817 7.9444 3.9498 8.33368 3.9549 8.73803L3.95506 8.75103L3.91634 8.7512C3.52072 8.75288 3.14179 8.91078 2.86205 9.19052L1.50501 10.5476C0.919227 11.1333 0.919227 12.0831 1.50501 12.6689L4.51022 15.6741C5.096 16.2599 6.04575 16.2599 6.63154 15.6741L7.98769 14.3179C8.269 14.0366 8.42703 13.6551 8.42703 13.2573V12.6412L8.84114 12.227L18.255 21.6409C18.8408 22.2267 19.7906 22.2267 20.3763 21.6409L22.4977 19.5196C23.0834 18.9338 23.0834 17.9841 22.4977 17.3983L13.0962 7.99666C12.8605 7.76091 12.7468 7.42953 12.7882 7.09871C12.8055 6.95995 12.8496 6.82588 12.9181 6.70394L13.0456 6.47667C13.1812 6.23515 13.3812 6.03607 13.6233 5.90165L13.9615 5.71393L14.2208 5.71393C15.1703 5.71393 15.94 4.94419 15.94 3.99467C15.94 3.25492 15.4668 2.59809 14.7651 2.36387L13.7753 2.03346C13.4119 1.91217 13.0296 1.8578 12.6469 1.87297L11.9764 1.89954C11.4394 1.92082 10.9097 2.0305 10.4084 2.22416ZM10.1193 4.75017C10.4057 4.46138 10.7498 4.23633 11.1292 4.08976C11.4253 3.97534 11.7383 3.91054 12.0556 3.89797L12.7261 3.8714C12.8486 3.86654 12.971 3.88102 13.0887 3.91418C13.057 3.92962 13.0257 3.94594 12.9948 3.96311L12.6527 4.15298C12.0863 4.46734 11.6185 4.93296 11.3015 5.49782L11.174 5.72509C10.9788 6.07277 10.8531 6.45502 10.8036 6.85064C10.6968 7.70486 10.9526 8.56039 11.5011 9.21352L10.0787 10.6359L9.90191 10.4592C9.31612 9.87338 8.36637 9.87338 7.78059 10.4592L6.86637 11.3734C6.58507 11.6547 6.42703 12.0362 6.42703 12.434V13.0502L5.57088 13.9063L3.27278 11.6082L4.13069 10.7503L4.46775 10.7489C5.30107 10.7453 5.97177 10.0632 5.96126 9.22997L5.9574 8.9236L8.75286 6.12814L8.75583 6.12516L10.1193 4.75017Z"
119
+ d: "M10.4083 2.22416C9.76618 2.47223 9.18371 2.85313 8.69902 3.34192L7.33852 4.71393L4.394 7.65845C4.10805 7.9444 3.94968 8.33368 3.95478 8.73803L3.95494 8.75103L3.91622 8.7512C3.5206 8.75288 3.14167 8.91078 2.86193 9.19052L1.50489 10.5476C0.919105 11.1333 0.919105 12.0831 1.50489 12.6689L4.5101 15.6741C5.09588 16.2599 6.04563 16.2599 6.63142 15.6741L7.98757 14.3179C8.26888 14.0366 8.42691 13.6551 8.42691 13.2573V12.6412L8.84101 12.227L18.2549 21.6409C18.8407 22.2267 19.7904 22.2267 20.3762 21.6409L22.4975 19.5196C23.0833 18.9338 23.0833 17.9841 22.4975 17.3983L13.0961 7.99666C12.8604 7.76091 12.7467 7.42953 12.788 7.09871C12.8054 6.95995 12.8495 6.82588 12.9179 6.70394L13.0455 6.47667C13.181 6.23515 13.3811 6.03607 13.6232 5.90165L13.9614 5.71393L14.2207 5.71393C15.1702 5.71393 15.9399 4.94419 15.9399 3.99467C15.9399 3.25492 15.4667 2.59809 14.765 2.36387L13.7752 2.03346C13.4118 1.91217 13.0295 1.8578 12.6467 1.87297L11.9763 1.89954C11.4393 1.92082 10.9095 2.0305 10.4083 2.22416ZM10.1192 4.75017C10.4055 4.46138 10.7497 4.23633 11.1291 4.08976C11.4252 3.97534 11.7382 3.91054 12.0555 3.89797L12.7259 3.8714C12.8484 3.86654 12.9708 3.88102 13.0886 3.91418C13.0569 3.92962 13.0256 3.94594 12.9946 3.96311L12.6526 4.15298C12.0862 4.46734 11.6184 4.93296 11.3014 5.49782L11.1738 5.72509C10.9787 6.07277 10.8529 6.45502 10.8035 6.85064C10.6967 7.70486 10.9525 8.56039 11.501 9.21352L10.0786 10.6359L9.90178 10.4592C9.316 9.87338 8.36625 9.87338 7.78046 10.4592L6.86625 11.3734C6.58495 11.6547 6.42691 12.0362 6.42691 12.434V13.0502L5.57076 13.9063L3.27266 11.6082L4.13057 10.7503L4.46763 10.7489C5.30095 10.7453 5.97165 10.0632 5.96114 9.22997L5.95727 8.9236L8.75274 6.12814L8.7557 6.12516L10.1192 4.75017Z"
120
120
  }));
121
121
  }));
122
122
  var c = [ "default", "outlined", "filled" ];
package/HotAirBalloon.js CHANGED
@@ -108,7 +108,7 @@
108
108
  return n().createElement(n().Fragment, null, n().createElement("path", {
109
109
  fillRule: "evenodd",
110
110
  clipRule: "evenodd",
111
- d: "M12.0004 2C8.10474 2 4.70773 4.5032 4.09581 7.99431C3.9531 8.80849 4.08875 9.5919 4.23427 10.2253C4.47906 11.2908 4.91151 12.3042 5.51141 13.2181L8.86242 18.3231C8.90411 18.3866 8.9502 18.4464 9.00012 18.502V20.5C9.00012 21.3284 9.67169 22 10.5001 22H13.5006C14.329 22 15.0006 21.3284 15.0006 20.5V18.502C15.0505 18.4463 15.0966 18.3866 15.1383 18.3231L18.4893 13.2181C19.0892 12.3042 19.5217 11.2908 19.7664 10.2253C19.912 9.5919 20.0476 8.80849 19.9049 7.99431C19.2932 4.50451 15.8985 2.00188 12.0047 2M8.75112 4.81139C7.3102 5.60515 6.31781 6.90172 6.06578 8.33961C5.99479 8.74462 6.05187 9.20458 6.18349 9.7775C6.37514 10.6117 6.71371 11.4051 7.18338 12.1206L7.92475 13.25H8.83551C8.43558 11.9708 8.16631 10.6541 8.03198 9.32005L8.00061 9.00856V8.95833C8.00061 7.42486 8.27047 5.98007 8.75112 4.81139ZM12.0006 4C11.7513 4.00003 11.2605 4.22556 10.7725 5.19487C10.3185 6.09657 10.0074 7.40695 10.0007 8.90919L10.0219 9.11966C10.1506 10.3975 10.417 11.6576 10.8164 12.8782C10.8402 12.9509 10.9079 13 10.9844 13H13.0171C13.0902 13 13.1551 12.9531 13.178 12.8836C13.582 11.6587 13.851 10.3934 13.9803 9.11009L14.0005 8.90919C13.9939 7.40695 13.6828 6.09657 13.2288 5.19487C12.7407 4.2255 12.2498 4 12.0006 4ZM15.2503 4.81176C15.7308 5.98038 16.0006 7.42502 16.0006 8.95833V9.00856L15.9702 9.31048C15.8355 10.648 15.5644 11.9681 15.1611 13.25H16.076L16.8173 12.1206C17.287 11.4051 17.6256 10.6117 17.8172 9.7775C17.9488 9.20458 18.0059 8.74462 17.9349 8.33961C17.6829 6.90194 16.6908 5.60555 15.2503 4.81176ZM11.0004 17H10.3863L9.23757 15.25H11.0004V17ZM13.0004 17V15.25H14.7631L13.6144 17H13.0004ZM11.0001 20V19H13.0006V20H11.0001Z"
111
+ d: "M12.0002 2C8.10462 2 4.70761 4.5032 4.09569 7.99431C3.95298 8.80849 4.08862 9.5919 4.23415 10.2253C4.47893 11.2908 4.91139 12.3042 5.51129 13.2181L8.8623 18.3231C8.90399 18.3866 8.95007 18.4464 9 18.502V20.5C9 21.3284 9.67157 22 10.5 22H13.5005C14.3289 22 15.0005 21.3284 15.0005 20.5V18.502C15.0504 18.4463 15.0965 18.3866 15.1382 18.3231L18.4892 13.2181C19.0891 12.3042 19.5215 11.2908 19.7663 10.2253C19.9118 9.5919 20.0475 8.80849 19.9048 7.99431C19.2931 4.50451 15.8984 2.00188 12.0046 2M8.75099 4.81139C7.31008 5.60515 6.31769 6.90172 6.06566 8.33961C5.99466 8.74462 6.05175 9.20458 6.18337 9.7775C6.37501 10.6117 6.71359 11.4051 7.18326 12.1206L7.92463 13.25H8.83539C8.43545 11.9708 8.16619 10.6541 8.03186 9.32005L8.00049 9.00856V8.95833C8.00049 7.42486 8.27034 5.98007 8.75099 4.81139ZM12.0004 4C11.7512 4.00003 11.2604 4.22556 10.7723 5.19487C10.3183 6.09657 10.0072 7.40695 10.0006 8.90919L10.0218 9.11966C10.1505 10.3975 10.4168 11.6576 10.8163 12.8782C10.84 12.9509 10.9078 13 10.9843 13H13.0169C13.0901 13 13.155 12.9531 13.1779 12.8836C13.5819 11.6587 13.8509 10.3934 13.9801 9.11009L14.0004 8.90919C13.9937 7.40695 13.6826 6.09657 13.2286 5.19487C12.7406 4.2255 12.2497 4 12.0004 4ZM15.2501 4.81176C15.7307 5.98038 16.0005 7.42502 16.0005 8.95833V9.00856L15.9701 9.31048C15.8354 10.648 15.5642 11.9681 15.161 13.25H16.0758L16.8172 12.1206C17.2869 11.4051 17.6254 10.6117 17.8171 9.7775C17.9487 9.20458 18.0058 8.74462 17.9348 8.33961C17.6828 6.90194 16.6907 5.60555 15.2501 4.81176ZM11.0002 17H10.3862L9.23745 15.25H11.0002V17ZM13.0002 17V15.25H14.763L13.6143 17H13.0002ZM11 20V19H13.0005V20H11Z"
112
112
  }));
113
113
  }));
114
114
  C.set("filled", (function() {
@@ -116,7 +116,7 @@
116
116
  return n().createElement(n().Fragment, null, n().createElement("path", {
117
117
  fillRule: "evenodd",
118
118
  clipRule: "evenodd",
119
- d: "M17.6763 4.09238C18.1422 4.50808 18.5528 4.97715 18.8944 5.49076C18.9907 5.63546 19.0764 5.78219 19.1522 5.9305C19.6831 6.96867 19.7315 8.08427 19.5405 9.12358C19.5271 9.19686 19.5124 9.26999 19.4965 9.34294C19.259 10.4372 18.7621 11.4907 18.2363 12.3945L16.8837 14.7192L15.2097 18.1937C15.1892 18.2379 15.1653 18.2812 15.1377 18.3231C15.1031 18.3759 15.0654 18.4261 15.0249 18.4735C15.0167 18.4832 15.0083 18.4927 14.9999 18.5021V20.5C14.9999 21.3284 14.3283 22 13.4999 22H10.4994C9.67096 22 8.99939 21.3284 8.99939 20.5V18.5018C8.94952 18.4462 8.9035 18.3866 8.86185 18.3231L8.82561 18.2679L7.11582 14.7192L5.76325 12.3945C5.20238 11.4305 4.67447 10.2961 4.45904 9.12358C4.43175 8.97511 4.40936 8.82508 4.39255 8.67394C4.27494 7.61597 4.4314 6.50367 5.10515 5.49076C5.44678 4.97715 5.85741 4.50808 6.32331 4.09238C7.78387 2.78921 9.79827 2 11.9998 2C14.2013 2 16.2157 2.78921 17.6763 4.09238ZM10.9998 17L10.9998 15.25H9.5916L10.4348 17H10.9998ZM12.9998 17H13.5648L14.408 15.25H12.9998L12.9998 17ZM10.9994 19V20H12.9999V19H10.9994Z"
119
+ d: "M17.6761 4.09238C18.142 4.50808 18.5527 4.97715 18.8943 5.49076C18.9905 5.63546 19.0762 5.78219 19.1521 5.9305C19.683 6.96867 19.7314 8.08427 19.5404 9.12358C19.5269 9.19686 19.5123 9.26999 19.4964 9.34294C19.2588 10.4372 18.762 11.4907 18.2362 12.3945L16.8836 14.7192L15.2096 18.1937C15.1891 18.2379 15.1651 18.2812 15.1376 18.3231C15.1029 18.3759 15.0652 18.4261 15.0248 18.4735C15.0166 18.4832 15.0082 18.4927 14.9998 18.5021V20.5C14.9998 21.3284 14.3282 22 13.4998 22H10.4993C9.67084 22 8.99927 21.3284 8.99927 20.5V18.5018C8.9494 18.4462 8.90337 18.3866 8.86172 18.3231L8.82549 18.2679L7.1157 14.7192L5.76313 12.3945C5.20226 11.4305 4.67435 10.2961 4.45891 9.12358C4.43163 8.97511 4.40924 8.82508 4.39243 8.67394C4.27481 7.61597 4.43128 6.50367 5.10503 5.49076C5.44666 4.97715 5.85728 4.50808 6.32319 4.09238C7.78375 2.78921 9.79815 2 11.9997 2C14.2012 2 16.2156 2.78921 17.6761 4.09238ZM10.9997 17L10.9997 15.25H9.59148L10.4346 17H10.9997ZM12.9997 17H13.5647L14.4078 15.25H12.9997L12.9997 17ZM10.9993 19V20H12.9998V19H10.9993Z"
120
120
  }));
121
121
  }));
122
122
  var d = [ "default", "outlined", "filled" ];
package/IconProvider.d.ts CHANGED
@@ -31,7 +31,7 @@ export interface IconContextType {
31
31
  addIcon: (iconName: string, svgPath: React.ReactNode) => boolean;
32
32
  getIconExists: (iconName: string) => boolean;
33
33
  }
34
- export declare type IconType = Map<string, React.ReactNode | null>;
34
+ export type IconType = Map<string, React.ReactNode | null>;
35
35
  declare const IconContext: React.Context<IconContextType | null>;
36
36
  /**
37
37
  * IconProvider enables experimental features across icons that may change at any time
package/Lightning.js CHANGED
@@ -108,7 +108,7 @@
108
108
  return n().createElement(n().Fragment, null, n().createElement("path", {
109
109
  fillRule: "evenodd",
110
110
  clipRule: "evenodd",
111
- d: "M10.5206 4L4.92064 12H9.82139C10.6811 12 11.2085 12.9419 10.7592 13.6749L8.36929 17.5737L18.0895 10H11.3566C10.3728 10 9.88378 8.80722 10.5844 8.11659L14.7609 4H10.5206ZM9.03146 2.63981C9.31216 2.23882 9.77084 2 10.2603 2H15.9804C17.322 2 17.9889 3.62652 17.0334 4.56829L13.5518 8H19.5448C20.9723 8 21.5928 9.8058 20.4667 10.6832L5.68573 22.2001C4.71981 22.9527 3.43188 21.8015 4.07182 20.7575L8.21407 14H3.96031C2.74677 14 2.03555 12.634 2.73146 11.6398L9.03146 2.63981Z"
111
+ d: "M10.5207 4L4.9207 12H9.82145C10.6811 12 11.2086 12.9419 10.7593 13.6749L8.36935 17.5737L18.0896 10H11.3567C10.3729 10 9.88384 8.80722 10.5845 8.11659L14.761 4H10.5207ZM9.03152 2.63981C9.31222 2.23882 9.7709 2 10.2604 2H15.9805C17.3221 2 17.989 3.62652 17.0335 4.56829L13.5519 8H19.5448C20.9724 8 21.5929 9.8058 20.4668 10.6832L5.68579 22.2001C4.71987 22.9527 3.43194 21.8015 4.07188 20.7575L8.21413 14H3.96037C2.74683 14 2.03561 12.634 2.73153 11.6398L9.03152 2.63981Z"
112
112
  }));
113
113
  }));
114
114
  f.set("filled", (function() {
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/ListNumbered';
2
+ export * from './types/icons/ListNumbered';