@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,156 @@
1
+ /******/ (() => {
2
+ // webpackBootstrap
3
+ /******/ "use strict";
4
+ /******/ // The require scope
5
+ /******/ var e = {};
6
+ /******/
7
+ /************************************************************************/
8
+ /******/ /* webpack/runtime/compat get default export */
9
+ /******/ (() => {
10
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
11
+ /******/ e.n = t => {
12
+ /******/ var r = t && t.__esModule ?
13
+ /******/ () => t["default"]
14
+ /******/ : () => t
15
+ /******/;
16
+ e.d(r, {
17
+ a: r
18
+ });
19
+ /******/ return r;
20
+ /******/ };
21
+ /******/ })();
22
+ /******/
23
+ /******/ /* webpack/runtime/define property getters */
24
+ /******/ (() => {
25
+ /******/ // define getter functions for harmony exports
26
+ /******/ e.d = (t, r) => {
27
+ /******/ for (var n in r) {
28
+ /******/ if (e.o(r, n) && !e.o(t, n)) {
29
+ /******/ Object.defineProperty(t, n, {
30
+ enumerable: true,
31
+ get: r[n]
32
+ });
33
+ /******/ }
34
+ /******/ }
35
+ /******/ };
36
+ /******/ })();
37
+ /******/
38
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
39
+ /******/ (() => {
40
+ /******/ e.o = (e, t) => Object.prototype.hasOwnProperty.call(e, t)
41
+ /******/;
42
+ })();
43
+ /******/
44
+ /******/ /* webpack/runtime/make namespace object */
45
+ /******/ (() => {
46
+ /******/ // define __esModule on exports
47
+ /******/ e.r = e => {
48
+ /******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
49
+ /******/ Object.defineProperty(e, Symbol.toStringTag, {
50
+ value: "Module"
51
+ });
52
+ /******/ }
53
+ /******/ Object.defineProperty(e, "__esModule", {
54
+ value: true
55
+ });
56
+ /******/ };
57
+ /******/ })();
58
+ /******/
59
+ /************************************************************************/ var t = {};
60
+ // ESM COMPAT FLAG
61
+ e.r(t);
62
+ // EXPORTS
63
+ e.d(t, {
64
+ default: () => /* binding */ p
65
+ });
66
+ // CONCATENATED MODULE: external "react"
67
+ const r = require("react");
68
+ var n = e.n(r);
69
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
70
+ const a = require("@splunk/react-icons/SVG");
71
+ var o = e.n(a);
72
+ // CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
73
+ const l = require("@splunk/react-icons/IconProvider");
74
+ // CONCATENATED MODULE: ./src/icons/TextAlignTop.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 o = Object.getOwnPropertySymbols(e);
81
+ for (a = 0; a < o.length; a++) {
82
+ n = o[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, o;
95
+ for (o = 0; o < n.length; o++) {
96
+ a = n[o];
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 f = new Map;
106
+ f.set("outlined", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M3 5C3 4.44772 3.44772 4 4 4H20C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6H4C3.44772 6 3 5.55228 3 5Z"
110
+ }), n().createElement("path", {
111
+ d: "M13.0607 7.64637C12.4749 7.06058 11.5251 7.06059 10.9393 7.64637L7.29289 11.2928C6.90237 11.6833 6.90237 12.3165 7.29289 12.707C7.68342 13.0976 8.31658 13.0976 8.70711 12.707L11 10.4141V19.4999C11 20.0522 11.4477 20.4999 12 20.4999C12.5523 20.4999 13 20.0522 13 19.4999V10.4141L15.2929 12.707C15.6834 13.0976 16.3166 13.0976 16.7071 12.707C17.0976 12.3165 17.0976 11.6833 16.7071 11.2928L13.0607 7.64637Z"
112
+ }));
113
+ }));
114
+ f.set("filled", (function() {
115
+
116
+ return n().createElement(n().Fragment, null, n().createElement("path", {
117
+ fillRule: "evenodd",
118
+ clipRule: "evenodd",
119
+ d: "M20.5 3C21.3284 3 22 3.67157 22 4.5V19.5C22 20.3284 21.3284 21 20.5 21H3.5C2.67157 21 2 20.3284 2 19.5V4.5C2 3.67157 2.67157 3 3.5 3H20.5ZM19 7C19 6.44772 18.5523 6 18 6H6C5.44772 6 5 6.44772 5 7C5 7.55228 5.44772 8 6 8H18C18.5523 8 19 7.55228 19 7ZM10.9393 9.64637C11.5251 9.06059 12.4749 9.06058 13.0607 9.64637L16.7071 13.2928C17.0976 13.6833 17.0976 14.3165 16.7071 14.707C16.3166 15.0976 15.6834 15.0976 15.2929 14.707L13 12.4141V18.4999C13 19.0522 12.5523 19.4999 12 19.4999C11.4477 19.4999 11 19.0522 11 18.4999V12.4141L8.70711 14.707C8.31658 15.0976 7.68342 15.0976 7.29289 14.707C6.90237 14.3165 6.90237 13.6833 7.29289 13.2928L10.9393 9.64637Z"
120
+ }));
121
+ }));
122
+ var d = [ "default", "outlined", "filled" ];
123
+ var v = function e(t) {
124
+ return d.indexOf(t) >= 0;
125
+ };
126
+ var C = function e(t) {
127
+ return t === "default" || t && !v(t) ? "outlined" : t;
128
+ };
129
+ /**
130
+ * @description Text box align to top
131
+ * @category Formatting
132
+ * @keywords edit, field, cell, textarea, alignment
133
+ * @variants outlined,filled
134
+ */ var s = function e(t) {
135
+ var a = t.children, i = t.variant, c = u(t, [ "children", "variant" ]);
136
+ var d = C(i);
137
+ var v = "textaligntop-".concat(d);
138
+ var s = (0, r.useContext)(l.IconContext);
139
+ var p = f.get(d);
140
+ if (false) {}
141
+ if (s && p) {
142
+ var m = s.toRender, y = s.addIcon;
143
+ y(v, p());
144
+ if (!m) {
145
+ return null;
146
+ }
147
+ }
148
+
149
+ return n().createElement(o(), c, a, s ? n().createElement("use", {
150
+ href: "#".concat(v)
151
+ }) : !!p && p());
152
+ };
153
+ s.defaultProps = c;
154
+ /* harmony default export */ const p = s;
155
+ module.exports = t;
156
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/TextAlignVerticalCenter';
2
+ export * from './types/icons/TextAlignVerticalCenter';
@@ -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 */ p
65
+ });
66
+ // CONCATENATED MODULE: external "react"
67
+ const r = require("react");
68
+ var n = e.n(r);
69
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
70
+ const 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/TextAlignVerticalCenter.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 C = new Map;
106
+ C.set("outlined", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M12 1.5C12.5523 1.5 13 1.94772 13 2.5V6.58579L14.2929 5.29289C14.6834 4.90237 15.3166 4.90237 15.7071 5.29289C16.0976 5.68342 16.0976 6.31658 15.7071 6.70711L13.0607 9.35355C12.4749 9.93934 11.5251 9.93934 10.9393 9.35355L8.29289 6.70711C7.90237 6.31658 7.90237 5.68342 8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289L11 6.58579V2.5C11 1.94772 11.4477 1.5 12 1.5Z"
110
+ }), n().createElement("path", {
111
+ d: "M21 12C21 11.4477 20.5523 11 20 11H4C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13H20C20.5523 13 21 12.5523 21 12Z"
112
+ }), n().createElement("path", {
113
+ d: "M15.7071 17.2928L13.0607 14.6464C12.4749 14.0606 11.5251 14.0606 10.9393 14.6464L8.29289 17.2928C7.90237 17.6833 7.90237 18.3165 8.29289 18.707C8.68342 19.0976 9.31658 19.0976 9.70711 18.707L11 17.4141V21.4999C11 22.0522 11.4477 22.4999 12 22.4999C12.5523 22.4999 13 22.0522 13 21.4999V17.4141L14.2929 18.707C14.6834 19.0976 15.3166 19.0976 15.7071 18.707C16.0976 18.3165 16.0976 17.6833 15.7071 17.2928Z"
114
+ }));
115
+ }));
116
+ C.set("filled", (function() {
117
+
118
+ return n().createElement(n().Fragment, null, n().createElement("path", {
119
+ fillRule: "evenodd",
120
+ clipRule: "evenodd",
121
+ d: "M20.5 3C21.3284 3 22 3.67157 22 4.5V19.5C22 20.3284 21.3284 21 20.5 21H3.5C2.67157 21 2 20.3284 2 19.5V4.5C2 3.67157 2.67157 3 3.5 3H20.5ZM13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V6.58579L9.70711 5.29289C9.31658 4.90237 8.68342 4.90237 8.29289 5.29289C7.90237 5.68342 7.90237 6.31658 8.29289 6.70711L10.9393 9.35355C11.5251 9.93934 12.4749 9.93934 13.0607 9.35355L15.7071 6.70711C16.0976 6.31658 16.0976 5.68342 15.7071 5.29289C15.3166 4.90237 14.6834 4.90237 14.2929 5.29289L13 6.58579V5ZM18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H18ZM13.0607 14.6464L15.7071 17.2928C16.0976 17.6833 16.0976 18.3165 15.7071 18.707C15.3166 19.0976 14.6834 19.0976 14.2929 18.707L13 17.4141V18.9999C13 19.5522 12.5523 19.9999 12 19.9999C11.4477 19.9999 11 19.5522 11 18.9999V17.4141L9.70711 18.707C9.31658 19.0976 8.68342 19.0976 8.29289 18.707C7.90237 18.3165 7.90237 17.6833 8.29289 17.2928L10.9393 14.6464C11.5251 14.0606 12.4749 14.0606 13.0607 14.6464Z"
122
+ }));
123
+ }));
124
+ var d = [ "default", "outlined", "filled" ];
125
+ var f = function e(t) {
126
+ return d.indexOf(t) >= 0;
127
+ };
128
+ var v = function e(t) {
129
+ return t === "default" || t && !f(t) ? "outlined" : t;
130
+ };
131
+ /**
132
+ * @description Text box align to vertical center
133
+ * @category Formatting
134
+ * @keywords edit, field, cell, textarea, alignment
135
+ * @variants outlined,filled
136
+ */ var s = function e(t) {
137
+ var a = t.children, i = t.variant, c = u(t, [ "children", "variant" ]);
138
+ var d = v(i);
139
+ var f = "textalignverticalcenter-".concat(d);
140
+ var s = (0, r.useContext)(o.IconContext);
141
+ var p = C.get(d);
142
+ if (false) {}
143
+ if (s && p) {
144
+ var m = s.toRender, y = s.addIcon;
145
+ y(f, p());
146
+ if (!m) {
147
+ return null;
148
+ }
149
+ }
150
+
151
+ return n().createElement(l(), c, a, s ? n().createElement("use", {
152
+ href: "#".concat(f)
153
+ }) : !!p && p());
154
+ };
155
+ s.defaultProps = c;
156
+ /* harmony default export */ const p = s;
157
+ module.exports = t;
158
+ /******/})();
package/TextBBold.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/TextBBold';
2
+ export * from './types/icons/TextBBold';
package/TextBBold.js ADDED
@@ -0,0 +1,148 @@
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 */ b
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 o = require("@splunk/react-icons/SVG");
71
+ var a = e.n(o);
72
+ // CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
73
+ const u = require("@splunk/react-icons/IconProvider");
74
+ // CONCATENATED MODULE: ./src/icons/TextBBold.tsx
75
+ function l(e, r) {
76
+ if (e == null) return {};
77
+ var t = i(e, r);
78
+ var n, o;
79
+ if (Object.getOwnPropertySymbols) {
80
+ var a = Object.getOwnPropertySymbols(e);
81
+ for (o = 0; o < a.length; o++) {
82
+ n = a[o];
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 o, a;
95
+ for (a = 0; a < n.length; a++) {
96
+ o = n[a];
97
+ if (r.indexOf(o) >= 0) continue;
98
+ t[o] = e[o];
99
+ }
100
+ return t;
101
+ }
102
+ var c = {
103
+ variant: "default"
104
+ };
105
+ var f = new Map;
106
+ f.set("outlined", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ fillRule: "evenodd",
110
+ clipRule: "evenodd",
111
+ d: "M4.45197 5.5C4.45197 4.67157 5.12354 4 5.95197 4H13.9156C14.8979 4 15.8564 4.30215 16.6612 4.86547L16.763 4.93673C19.0928 6.5676 19.3768 9.74908 17.7099 11.7775C20.1481 13.5718 20.209 17.351 17.6025 19.1756C16.836 19.7122 15.9229 20 14.9872 20H5.95197C5.12354 20 4.45197 19.3284 4.45197 18.5C4.45197 17.6716 5.12354 17 5.95197 17H6.45197V7H5.95197C5.12354 7 4.45197 6.32843 4.45197 5.5ZM15.2019 8.75004C15.2019 9.71652 14.4184 10.5 13.452 10.5H10.452V7L13.452 7.00008C14.4184 7.00008 15.2019 7.78356 15.2019 8.75004ZM15.952 15.0001C15.952 16.1047 15.0565 17.0001 13.952 17.0001H10.452V13L13.952 13.0001C15.0565 13.0001 15.952 13.8955 15.952 15.0001Z"
112
+ }));
113
+ }));
114
+ var d = [ "default", "outlined" ];
115
+ var v = function e(r) {
116
+ return d.indexOf(r) >= 0;
117
+ };
118
+ var s = function e(r) {
119
+ return r === "default" || r && !v(r) ? "outlined" : r;
120
+ };
121
+ /**
122
+ *
123
+ *
124
+ *
125
+ * @variants outlined
126
+ */ var p = function e(r) {
127
+ var o = r.children, i = r.variant, c = l(r, [ "children", "variant" ]);
128
+ var d = s(i);
129
+ var v = "textbbold-".concat(d);
130
+ var p = (0, t.useContext)(u.IconContext);
131
+ var b = f.get(d);
132
+ if (false) {}
133
+ if (p && b) {
134
+ var y = p.toRender, C = p.addIcon;
135
+ C(v, b());
136
+ if (!y) {
137
+ return null;
138
+ }
139
+ }
140
+
141
+ return n().createElement(a(), c, o, p ? n().createElement("use", {
142
+ href: "#".concat(v)
143
+ }) : !!b && b());
144
+ };
145
+ p.defaultProps = c;
146
+ /* harmony default export */ const b = p;
147
+ module.exports = r;
148
+ /******/})();
@@ -108,9 +108,9 @@
108
108
  return n().createElement(n().Fragment, null, n().createElement("path", {
109
109
  fillRule: "evenodd",
110
110
  clipRule: "evenodd",
111
- d: "M14.8659 10.317C14.7123 10.4705 14.4773 10.5074 14.2841 10.4083L12.037 9.25554C11.8439 9.15643 11.6088 9.19333 11.4553 9.34686L8.33204 12.4701C8.17856 12.6236 8.14163 12.8585 8.24065 13.0517L9.39294 15.2997C9.49196 15.4929 9.45503 15.7278 9.30155 15.8813L8.34523 16.8376C8.10081 17.0821 7.68803 17.0107 7.53991 16.6983L2.0812 5.1882C1.99062 4.9972 2.02994 4.76987 2.17942 4.6204L3.62626 3.17356C3.77565 3.02416 4.00283 2.9848 4.19379 3.07521L15.7098 8.52802C16.0223 8.676 16.0939 9.08896 15.8494 9.33348L14.8659 10.317ZM9.31692 7.86008C9.61864 8.01486 9.68203 8.41872 9.44225 8.6585L7.64445 10.4563C7.40462 10.6961 7.00066 10.6327 6.84595 10.3308L4.57634 5.90311C4.53015 5.813 4.54738 5.70339 4.61897 5.63179C4.69059 5.56017 4.80025 5.54296 4.89036 5.58919L9.31692 7.86008Z"
111
+ d: "M14.8658 10.317C14.7123 10.4705 14.4772 10.5074 14.284 10.4083L12.037 9.25554C11.8438 9.15643 11.6087 9.19333 11.4552 9.34686L8.33199 12.4701C8.1785 12.6236 8.14158 12.8585 8.24059 13.0517L9.39289 15.2997C9.4919 15.4929 9.45498 15.7278 9.30149 15.8813L8.34518 16.8376C8.10076 17.0821 7.68798 17.0107 7.53986 16.6983L2.08115 5.1882C1.99057 4.9972 2.02989 4.76987 2.17937 4.6204L3.6262 3.17356C3.7756 3.02416 4.00278 2.9848 4.19373 3.07521L15.7098 8.52802C16.0223 8.676 16.0939 9.08896 15.8493 9.33348L14.8658 10.317ZM9.31687 7.86008C9.61858 8.01486 9.68198 8.41872 9.44219 8.6585L7.6444 10.4563C7.40456 10.6961 7.00061 10.6327 6.84589 10.3308L4.57628 5.90311C4.5301 5.813 4.54732 5.70339 4.61892 5.63179C4.69054 5.56017 4.80019 5.54296 4.89031 5.58919L9.31687 7.86008Z"
112
112
  }), n().createElement("path", {
113
- d: "M17.0858 9.94756C17.0858 10.4998 17.5335 10.9476 18.0858 10.9476H18.4782L10.1246 19.3012C9.73412 19.6917 9.73412 20.3248 10.1246 20.7154C10.5152 21.1059 11.1483 21.1059 11.5389 20.7154L19.9142 12.34V12.776C19.9142 13.3283 20.3619 13.776 20.9142 13.776C21.4665 13.776 21.9142 13.3283 21.9142 12.776V10.4476C21.9142 9.61914 21.2427 8.94757 20.4142 8.94756L18.0858 8.94756C17.5335 8.94756 17.0858 9.39528 17.0858 9.94756Z"
113
+ d: "M17.0858 9.94756C17.0857 10.4998 17.5335 10.9476 18.0858 10.9476H18.4782L10.1246 19.3012C9.73406 19.6917 9.73406 20.3248 10.1246 20.7154C10.5151 21.1059 11.1483 21.1059 11.5388 20.7154L19.9142 12.34V12.776C19.9142 13.3283 20.3619 13.776 20.9142 13.776C21.4665 13.776 21.9142 13.3283 21.9142 12.776V10.4476C21.9142 9.61914 21.2426 8.94757 20.4142 8.94756L18.0858 8.94756C17.5335 8.94756 17.0857 9.39528 17.0858 9.94756Z"
114
114
  }));
115
115
  }));
116
116
  var f = [ "default", "outlined" ];
package/TextH.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/TextH';
2
+ export * from './types/icons/TextH';
package/TextH.js ADDED
@@ -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 */ C
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 o = e.n(a);
72
+ // CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
73
+ const u = require("@splunk/react-icons/IconProvider");
74
+ // CONCATENATED MODULE: ./src/icons/TextH.tsx
75
+ function i(e, r) {
76
+ if (e == null) return {};
77
+ var t = l(e, r);
78
+ var n, a;
79
+ if (Object.getOwnPropertySymbols) {
80
+ var o = Object.getOwnPropertySymbols(e);
81
+ for (a = 0; a < o.length; a++) {
82
+ n = o[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 l(e, r) {
91
+ if (e == null) return {};
92
+ var t = {};
93
+ var n = Object.keys(e);
94
+ var a, o;
95
+ for (o = 0; o < n.length; o++) {
96
+ a = n[o];
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 f = new Map;
106
+ f.set("outlined", (function() {
107
+
108
+ return n().createElement(n().Fragment, null, n().createElement("path", {
109
+ d: "M4.5 4C3.94772 4 3.5 4.44772 3.5 5C3.5 5.55228 3.94772 6 4.5 6H5.5V18H4.5C3.94772 18 3.5 18.4477 3.5 19C3.5 19.5523 3.94772 20 4.5 20H9.5C10.0523 20 10.5 19.5523 10.5 19C10.5 18.4477 10.0523 18 9.5 18H8.5V13H15.5V18H14.5C13.9477 18 13.5 18.4477 13.5 19C13.5 19.5523 13.9477 20 14.5 20H19.5C20.0523 20 20.5 19.5523 20.5 19C20.5 18.4477 20.0523 18 19.5 18H18.5V6H19.5C20.0523 6 20.5 5.55228 20.5 5C20.5 4.44772 20.0523 4 19.5 4H14.5C13.9477 4 13.5 4.44772 13.5 5C13.5 5.55228 13.9477 6 14.5 6H15.5V11H8.5V6H9.5C10.0523 6 10.5 5.55228 10.5 5C10.5 4.44772 10.0523 4 9.5 4H4.5Z"
110
+ }));
111
+ }));
112
+ var d = [ "default", "outlined" ];
113
+ var v = function e(r) {
114
+ return d.indexOf(r) >= 0;
115
+ };
116
+ var s = function e(r) {
117
+ return r === "default" || r && !v(r) ? "outlined" : r;
118
+ };
119
+ /**
120
+ *
121
+ *
122
+ *
123
+ * @variants outlined
124
+ */ var p = function e(r) {
125
+ var a = r.children, l = r.variant, c = i(r, [ "children", "variant" ]);
126
+ var d = s(l);
127
+ var v = "texth-".concat(d);
128
+ var p = (0, t.useContext)(u.IconContext);
129
+ var C = f.get(d);
130
+ if (false) {}
131
+ if (p && C) {
132
+ var y = p.toRender, b = p.addIcon;
133
+ b(v, C());
134
+ if (!y) {
135
+ return null;
136
+ }
137
+ }
138
+
139
+ return n().createElement(o(), c, a, p ? n().createElement("use", {
140
+ href: "#".concat(v)
141
+ }) : !!C && C());
142
+ };
143
+ p.defaultProps = c;
144
+ /* harmony default export */ const C = p;
145
+ module.exports = r;
146
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/TextIItalic';
2
+ export * from './types/icons/TextIItalic';