@splunk/react-icons 5.11.0 → 5.12.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 (40) hide show
  1. package/AlignArrowLeft.d.ts +2 -0
  2. package/AlignArrowLeft.js +154 -0
  3. package/AlignArrowRight.d.ts +2 -0
  4. package/AlignArrowRight.js +154 -0
  5. package/ArrowsFourCorners.d.ts +2 -0
  6. package/ArrowsFourCorners.js +158 -0
  7. package/ArrowsFourCornersInside.d.ts +2 -0
  8. package/ArrowsFourCornersInside.js +158 -0
  9. package/ArrowsRoundedRectangularDoubleSlashed.js +3 -3
  10. package/CHANGELOG.md +12 -0
  11. package/CaretDown.js +1 -1
  12. package/ControlRewind.js +1 -1
  13. package/EyeClosed.d.ts +2 -0
  14. package/EyeClosed.js +144 -0
  15. package/FilterArrowDown.js +4 -4
  16. package/FilterArrowUp.js +2 -2
  17. package/FilterArrowUpDown.js +2 -2
  18. package/FingerPointClicking.js +5 -5
  19. package/HeartRibbon.js +1 -1
  20. package/ParallelDotsHorizontal.js +6 -6
  21. package/PhoneReceiverAngledSlashed.js +2 -2
  22. package/RectangularsArrowInto.js +1 -1
  23. package/Scope.js +1 -1
  24. package/TextBBold.js +1 -1
  25. package/TextDirectionMinus45.js +2 -2
  26. package/WiFiSignalSlash.js +2 -2
  27. package/WindowOverlay.d.ts +2 -0
  28. package/WindowOverlay.js +154 -0
  29. package/WindowSidebarRight.d.ts +2 -0
  30. package/WindowSidebarRight.js +152 -0
  31. package/eslint.config.cjs +11 -0
  32. package/icon-catalog.json +83 -0
  33. package/package.json +5 -10
  34. package/types/icons/AlignArrowLeft.d.ts +17 -0
  35. package/types/icons/AlignArrowRight.d.ts +17 -0
  36. package/types/icons/ArrowsFourCorners.d.ts +17 -0
  37. package/types/icons/ArrowsFourCornersInside.d.ts +17 -0
  38. package/types/icons/EyeClosed.d.ts +17 -0
  39. package/types/icons/WindowOverlay.d.ts +17 -0
  40. package/types/icons/WindowSidebarRight.d.ts +17 -0
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/AlignArrowLeft';
2
+ export * from './types/icons/AlignArrowLeft';
@@ -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
+ // external "react"
67
+ const t = require("react");
68
+ var n = e.n(t);
69
+ // external "@splunk/react-icons/IconProvider"
70
+ const a = require("@splunk/react-icons/IconProvider");
71
+ // external "@splunk/react-icons/SVG"
72
+ const o = require("@splunk/react-icons/SVG");
73
+ var l = e.n(o);
74
+ // external "@splunk/ui-utils/logger"
75
+ const u = require("@splunk/ui-utils/logger");
76
+ // ./src/icons/AlignArrowLeft.tsx
77
+ function i(e, r) {
78
+ if (null == e) return {};
79
+ var t, n, a = c(e, r);
80
+ if (Object.getOwnPropertySymbols) {
81
+ var o = Object.getOwnPropertySymbols(e);
82
+ for (n = 0; n < o.length; n++) {
83
+ t = o[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
84
+ }
85
+ }
86
+ return a;
87
+ }
88
+ function c(e, r) {
89
+ if (null == e) return {};
90
+ var t = {};
91
+ for (var n in e) {
92
+ if ({}.hasOwnProperty.call(e, n)) {
93
+ if (-1 !== r.indexOf(n)) continue;
94
+ t[n] = e[n];
95
+ }
96
+ }
97
+ return t;
98
+ }
99
+ // This file is auto-generated.
100
+ // Do not edit this file manually. Changes will be lost upon regeneration.
101
+ // To modify the icon file template, update 'scripts/templates.ts'.
102
+ var d = new Map;
103
+ d.set("outlined", (function() {
104
+
105
+ return n().createElement(n().Fragment, null, n().createElement("path", {
106
+ d: "M20 13C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11L10.9142 11L13.2071 8.70711C13.5976 8.31658 13.5976 7.68342 13.2071 7.29289C12.8166 6.90237 12.1834 6.90237 11.7929 7.29289L8.14645 10.9393C7.56066 11.5251 7.56066 12.4749 8.14645 13.0607L11.7929 16.7071C12.1834 17.0976 12.8166 17.0976 13.2071 16.7071C13.5976 16.3166 13.5976 15.6834 13.2071 15.2929L10.9142 13L20 13Z"
107
+ }), n().createElement("path", {
108
+ d: "M6 20C6 20.5523 5.55228 21 5 21C4.44772 21 4 20.5523 4 20L4 4C4 3.44772 4.44772 3 5 3C5.55228 3 6 3.44772 6 4L6 20Z"
109
+ }));
110
+ }));
111
+ d.set("filled", (function() {
112
+
113
+ return n().createElement(n().Fragment, null, n().createElement("path", {
114
+ fillRule: "evenodd",
115
+ clipRule: "evenodd",
116
+ d: "M3 20.5C3 21.3284 3.67157 22 4.5 22H19.5C20.3284 22 21 21.3284 21 20.5V3.5C21 2.67157 20.3284 2 19.5 2L4.5 2C3.67157 2 3 2.67157 3 3.5L3 20.5ZM7 19C6.44772 19 6 18.5523 6 18L6 6C6 5.44772 6.44772 5 7 5C7.55229 5 8 5.44772 8 6L8 18C8 18.5523 7.55228 19 7 19ZM9.64637 10.9393C9.06059 11.5251 9.06058 12.4749 9.64637 13.0607L13.2928 16.7071C13.6833 17.0976 14.3165 17.0976 14.707 16.7071C15.0976 16.3166 15.0976 15.6834 14.707 15.2929L12.4141 13L18.4999 13C19.0522 13 19.4999 12.5523 19.4999 12C19.4999 11.4477 19.0522 11 18.4999 11L12.4141 11L14.707 8.70711C15.0976 8.31658 15.0976 7.68342 14.707 7.29289C14.3165 6.90237 13.6833 6.90237 13.2928 7.29289L9.64637 10.9393Z"
117
+ }));
118
+ }));
119
+ var f = [ "default", "outlined", "filled" ];
120
+ var v = function e(r) {
121
+ return f.indexOf(r) >= 0;
122
+ };
123
+ var C = function e(r) {
124
+ return r === "default" || r && !v(r) ? "outlined" : r;
125
+ };
126
+ /**
127
+ * @description Align object to left, expand/collapse side panel
128
+ * @category Formatting
129
+ * @keywords edit, field, cell, textarea, alignment
130
+ * @variants outlined,filled
131
+ */ var s = function e(r) {
132
+ var o = r.children, c = r.variant, f = c === void 0 ? "default" : c, s = i(r, [ "children", "variant" ]);
133
+ var p = C(f);
134
+ var L = "alignarrowleft-".concat(p);
135
+ var m = (0, t.useContext)(a.IconContext);
136
+ var g = d.get(p);
137
+ if ((0, u.isDev)() && f && !v(f)) {
138
+ (0, u.log)("warn", "Unknown variant '".concat(f, "', defaulting to ").concat(p));
139
+ }
140
+ if (m && g) {
141
+ var y = m.toRender, b = m.addIcon;
142
+ b(L, g());
143
+ if (!y) {
144
+ return null;
145
+ }
146
+ }
147
+
148
+ return n().createElement(l(), s, o, m ? n().createElement("use", {
149
+ href: "#".concat(L)
150
+ }) : !!g && g());
151
+ };
152
+ /* harmony default export */ const p = s;
153
+ module.exports = r;
154
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/AlignArrowRight';
2
+ export * from './types/icons/AlignArrowRight';
@@ -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
+ // external "react"
67
+ const t = require("react");
68
+ var n = e.n(t);
69
+ // external "@splunk/react-icons/IconProvider"
70
+ const a = require("@splunk/react-icons/IconProvider");
71
+ // external "@splunk/react-icons/SVG"
72
+ const o = require("@splunk/react-icons/SVG");
73
+ var l = e.n(o);
74
+ // external "@splunk/ui-utils/logger"
75
+ const u = require("@splunk/ui-utils/logger");
76
+ // ./src/icons/AlignArrowRight.tsx
77
+ function i(e, r) {
78
+ if (null == e) return {};
79
+ var t, n, a = c(e, r);
80
+ if (Object.getOwnPropertySymbols) {
81
+ var o = Object.getOwnPropertySymbols(e);
82
+ for (n = 0; n < o.length; n++) {
83
+ t = o[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
84
+ }
85
+ }
86
+ return a;
87
+ }
88
+ function c(e, r) {
89
+ if (null == e) return {};
90
+ var t = {};
91
+ for (var n in e) {
92
+ if ({}.hasOwnProperty.call(e, n)) {
93
+ if (-1 !== r.indexOf(n)) continue;
94
+ t[n] = e[n];
95
+ }
96
+ }
97
+ return t;
98
+ }
99
+ // This file is auto-generated.
100
+ // Do not edit this file manually. Changes will be lost upon regeneration.
101
+ // To modify the icon file template, update 'scripts/templates.ts'.
102
+ var d = new Map;
103
+ d.set("outlined", (function() {
104
+
105
+ return n().createElement(n().Fragment, null, n().createElement("path", {
106
+ d: "M19 3C19.5523 3 20 3.44772 20 4V20C20 20.5523 19.5523 21 19 21C18.4477 21 18 20.5523 18 20V4C18 3.44772 18.4477 3 19 3Z"
107
+ }), n().createElement("path", {
108
+ d: "M10.793 7.29297C11.1835 6.90244 11.8165 6.90244 12.207 7.29297L15.8535 10.9395C16.4393 11.5252 16.4393 12.4748 15.8535 13.0605L12.207 16.707C11.8165 17.0976 11.1835 17.0976 10.793 16.707C10.4024 16.3165 10.4024 15.6835 10.793 15.293L13.0859 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H13.0859L10.793 8.70703C10.4024 8.31651 10.4024 7.68349 10.793 7.29297Z"
109
+ }));
110
+ }));
111
+ d.set("filled", (function() {
112
+
113
+ return n().createElement(n().Fragment, null, n().createElement("path", {
114
+ fillRule: "evenodd",
115
+ clipRule: "evenodd",
116
+ d: "M21 20.5C21 21.3284 20.3284 22 19.5 22H4.5C3.67157 22 3 21.3284 3 20.5L3 3.5C3 2.67157 3.67157 2 4.5 2L19.5 2C20.3284 2 21 2.67157 21 3.5V20.5ZM17 19C17.5523 19 18 18.5523 18 18L18 6C18 5.44772 17.5523 5 17 5C16.4477 5 16 5.44772 16 6L16 18C16 18.5523 16.4477 19 17 19ZM14.3536 10.9393C14.9394 11.5251 14.9394 12.4749 14.3536 13.0607L10.7072 16.7071C10.3167 17.0976 9.68349 17.0976 9.29297 16.7071C8.90245 16.3166 8.90245 15.6834 9.29297 15.2929L11.5859 13L5.50008 13C4.94779 13 4.50008 12.5523 4.50008 12C4.50008 11.4477 4.94779 11 5.50008 11L11.5859 11L9.29297 8.70711C8.90244 8.31658 8.90244 7.68342 9.29297 7.29289C9.68349 6.90237 10.3167 6.90237 10.7072 7.29289L14.3536 10.9393Z"
117
+ }));
118
+ }));
119
+ var f = [ "default", "outlined", "filled" ];
120
+ var v = function e(r) {
121
+ return f.indexOf(r) >= 0;
122
+ };
123
+ var C = function e(r) {
124
+ return r === "default" || r && !v(r) ? "outlined" : r;
125
+ };
126
+ /**
127
+ * @description Align object to right, expand/collapse side panel
128
+ * @category Formatting
129
+ * @keywords edit, field, cell, textarea, alignment
130
+ * @variants outlined,filled
131
+ */ var s = function e(r) {
132
+ var o = r.children, c = r.variant, f = c === void 0 ? "default" : c, s = i(r, [ "children", "variant" ]);
133
+ var p = C(f);
134
+ var g = "alignarrowright-".concat(p);
135
+ var m = (0, t.useContext)(a.IconContext);
136
+ var y = d.get(p);
137
+ if ((0, u.isDev)() && f && !v(f)) {
138
+ (0, u.log)("warn", "Unknown variant '".concat(f, "', defaulting to ").concat(p));
139
+ }
140
+ if (m && y) {
141
+ var L = m.toRender, b = m.addIcon;
142
+ b(g, y());
143
+ if (!L) {
144
+ return null;
145
+ }
146
+ }
147
+
148
+ return n().createElement(l(), s, o, m ? n().createElement("use", {
149
+ href: "#".concat(g)
150
+ }) : !!y && y());
151
+ };
152
+ /* harmony default export */ const p = s;
153
+ module.exports = r;
154
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/ArrowsFourCorners';
2
+ export * from './types/icons/ArrowsFourCorners';
@@ -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 */ p
65
+ });
66
+ // external "react"
67
+ const t = require("react");
68
+ var n = e.n(t);
69
+ // external "@splunk/react-icons/IconProvider"
70
+ const a = require("@splunk/react-icons/IconProvider");
71
+ // external "@splunk/react-icons/SVG"
72
+ const o = require("@splunk/react-icons/SVG");
73
+ var l = e.n(o);
74
+ // external "@splunk/ui-utils/logger"
75
+ const C = require("@splunk/ui-utils/logger");
76
+ // ./src/icons/ArrowsFourCorners.tsx
77
+ function u(e, r) {
78
+ if (null == e) return {};
79
+ var t, n, a = i(e, r);
80
+ if (Object.getOwnPropertySymbols) {
81
+ var o = Object.getOwnPropertySymbols(e);
82
+ for (n = 0; n < o.length; n++) {
83
+ t = o[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
84
+ }
85
+ }
86
+ return a;
87
+ }
88
+ function i(e, r) {
89
+ if (null == e) return {};
90
+ var t = {};
91
+ for (var n in e) {
92
+ if ({}.hasOwnProperty.call(e, n)) {
93
+ if (-1 !== r.indexOf(n)) continue;
94
+ t[n] = e[n];
95
+ }
96
+ }
97
+ return t;
98
+ }
99
+ // This file is auto-generated.
100
+ // Do not edit this file manually. Changes will be lost upon regeneration.
101
+ // To modify the icon file template, update 'scripts/templates.ts'.
102
+ var c = new Map;
103
+ c.set("outlined", (function() {
104
+
105
+ return n().createElement(n().Fragment, null, n().createElement("path", {
106
+ d: "M4 9V5.5C4 4.67157 4.67157 4 5.5 4H9C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H7.41406L10.207 8.79297C10.5976 9.18349 10.5976 9.81651 10.207 10.207C9.81651 10.5976 9.18349 10.5976 8.79297 10.207L6 7.41406V9C6 9.55228 5.55228 10 5 10C4.44772 10 4 9.55228 4 9Z"
107
+ }), n().createElement("path", {
108
+ d: "M4 15V18.5C4 19.3284 4.67157 20 5.5 20H9C9.55228 20 10 19.5523 10 19C10 18.4477 9.55228 18 9 18H7.41406L10.207 15.207C10.5976 14.8165 10.5976 14.1835 10.207 13.793C9.81651 13.4024 9.18349 13.4024 8.79297 13.793L6 16.5859V15C6 14.4477 5.55228 14 5 14C4.44772 14 4 14.4477 4 15Z"
109
+ }), n().createElement("path", {
110
+ d: "M20 9V5.5C20 4.67157 19.3284 4 18.5 4H15C14.4477 4 14 4.44772 14 5C14 5.55228 14.4477 6 15 6H16.5859L13.793 8.79297C13.4024 9.18349 13.4024 9.81651 13.793 10.207C14.1835 10.5976 14.8165 10.5976 15.207 10.207L18 7.41406V9C18 9.55228 18.4477 10 19 10C19.5523 10 20 9.55228 20 9Z"
111
+ }), n().createElement("path", {
112
+ d: "M20 15V18.5C20 19.3284 19.3284 20 18.5 20H15C14.4477 20 14 19.5523 14 19C14 18.4477 14.4477 18 15 18H16.5859L13.793 15.207C13.4024 14.8165 13.4024 14.1835 13.793 13.793C14.1835 13.4024 14.8165 13.4024 15.207 13.793L18 16.5859V15C18 14.4477 18.4477 14 19 14C19.5523 14 20 14.4477 20 15Z"
113
+ }));
114
+ }));
115
+ c.set("filled", (function() {
116
+
117
+ return n().createElement(n().Fragment, null, n().createElement("path", {
118
+ fillRule: "evenodd",
119
+ clipRule: "evenodd",
120
+ d: "M19.5 3C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5C3 3.67157 3.67157 3 4.5 3H19.5ZM6 13.125C5.51675 13.125 5.125 13.5168 5.125 14V17.5C5.125 18.2594 5.74061 18.875 6.5 18.875H10C10.4832 18.875 10.875 18.4832 10.875 18C10.875 17.5168 10.4832 17.125 10 17.125H8.11328L10.1191 15.1191C10.4608 14.7774 10.4608 14.2226 10.1191 13.8809C9.77743 13.5392 9.22257 13.5392 8.88086 13.8809L6.875 15.8867V14C6.875 13.5168 6.48325 13.125 6 13.125ZM18 13.125C17.5168 13.125 17.125 13.5168 17.125 14V15.8867L15.1191 13.8809C14.7774 13.5392 14.2226 13.5392 13.8809 13.8809C13.5392 14.2226 13.5392 14.7774 13.8809 15.1191L15.8867 17.125H14C13.5168 17.125 13.125 17.5168 13.125 18C13.125 18.4832 13.5168 18.875 14 18.875H17.5C18.2594 18.875 18.875 18.2594 18.875 17.5V14C18.875 13.5168 18.4832 13.125 18 13.125ZM6.5 5.125C5.74061 5.125 5.125 5.74061 5.125 6.5V10C5.125 10.4832 5.51675 10.875 6 10.875C6.48325 10.875 6.875 10.4832 6.875 10V8.11328L8.88086 10.1191C9.22257 10.4608 9.77743 10.4608 10.1191 10.1191C10.4608 9.77743 10.4608 9.22257 10.1191 8.88086L8.11328 6.875H10C10.4832 6.875 10.875 6.48325 10.875 6C10.875 5.51675 10.4832 5.125 10 5.125H6.5ZM14 5.125C13.5168 5.125 13.125 5.51675 13.125 6C13.125 6.48325 13.5168 6.875 14 6.875H15.8867L13.8809 8.88086C13.5392 9.22257 13.5392 9.77743 13.8809 10.1191C14.2226 10.4608 14.7774 10.4608 15.1191 10.1191L17.125 8.11328V10C17.125 10.4832 17.5168 10.875 18 10.875C18.4832 10.875 18.875 10.4832 18.875 10V6.5C18.875 5.74061 18.2594 5.125 17.5 5.125H14Z"
121
+ }));
122
+ }));
123
+ var d = [ "default", "outlined", "filled" ];
124
+ var f = function e(r) {
125
+ return d.indexOf(r) >= 0;
126
+ };
127
+ var v = function e(r) {
128
+ return r === "default" || r && !f(r) ? "outlined" : r;
129
+ };
130
+ /**
131
+ * @description Fullscreen, pan, movable or resizable object for free directions
132
+ * @category Controls
133
+ * @keywords move, 4 ways, expand/collapse
134
+ * @variants outlined,filled
135
+ */ var s = function e(r) {
136
+ var o = r.children, i = r.variant, d = i === void 0 ? "default" : i, s = u(r, [ "children", "variant" ]);
137
+ var p = v(d);
138
+ var m = "arrowsfourcorners-".concat(p);
139
+ var V = (0, t.useContext)(a.IconContext);
140
+ var H = c.get(p);
141
+ if ((0, C.isDev)() && d && !f(d)) {
142
+ (0, C.log)("warn", "Unknown variant '".concat(d, "', defaulting to ").concat(p));
143
+ }
144
+ if (V && H) {
145
+ var L = V.toRender, g = V.addIcon;
146
+ g(m, H());
147
+ if (!L) {
148
+ return null;
149
+ }
150
+ }
151
+
152
+ return n().createElement(l(), s, o, V ? n().createElement("use", {
153
+ href: "#".concat(m)
154
+ }) : !!H && H());
155
+ };
156
+ /* harmony default export */ const p = s;
157
+ module.exports = r;
158
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/ArrowsFourCornersInside';
2
+ export * from './types/icons/ArrowsFourCornersInside';
@@ -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 */ p
65
+ });
66
+ // external "react"
67
+ const t = require("react");
68
+ var n = e.n(t);
69
+ // external "@splunk/react-icons/IconProvider"
70
+ const a = require("@splunk/react-icons/IconProvider");
71
+ // external "@splunk/react-icons/SVG"
72
+ const o = require("@splunk/react-icons/SVG");
73
+ var l = e.n(o);
74
+ // external "@splunk/ui-utils/logger"
75
+ const C = require("@splunk/ui-utils/logger");
76
+ // ./src/icons/ArrowsFourCornersInside.tsx
77
+ function u(e, r) {
78
+ if (null == e) return {};
79
+ var t, n, a = i(e, r);
80
+ if (Object.getOwnPropertySymbols) {
81
+ var o = Object.getOwnPropertySymbols(e);
82
+ for (n = 0; n < o.length; n++) {
83
+ t = o[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
84
+ }
85
+ }
86
+ return a;
87
+ }
88
+ function i(e, r) {
89
+ if (null == e) return {};
90
+ var t = {};
91
+ for (var n in e) {
92
+ if ({}.hasOwnProperty.call(e, n)) {
93
+ if (-1 !== r.indexOf(n)) continue;
94
+ t[n] = e[n];
95
+ }
96
+ }
97
+ return t;
98
+ }
99
+ // This file is auto-generated.
100
+ // Do not edit this file manually. Changes will be lost upon regeneration.
101
+ // To modify the icon file template, update 'scripts/templates.ts'.
102
+ var c = new Map;
103
+ c.set("outlined", (function() {
104
+
105
+ return n().createElement(n().Fragment, null, n().createElement("path", {
106
+ d: "M10.4999 5.49992V8.99992C10.4999 9.82835 9.82835 10.4999 8.99992 10.4999H5.49992C4.94764 10.4999 4.49992 10.0522 4.49992 9.49992C4.49992 8.94764 4.94764 8.49992 5.49992 8.49992H7.08586L4.29289 5.70696C3.90237 5.31643 3.90237 4.68342 4.29289 4.29289C4.68342 3.90237 5.31643 3.90237 5.70696 4.29289L8.49992 7.08586V5.49992C8.49992 4.94764 8.94764 4.49992 9.49992 4.49992C10.0522 4.49992 10.4999 4.94764 10.4999 5.49992Z"
107
+ }), n().createElement("path", {
108
+ d: "M10.4999 18.5001V15.0001C10.4999 14.1716 9.82835 13.5001 8.99992 13.5001H5.49992C4.94764 13.5001 4.49992 13.9478 4.49992 14.5001C4.49992 15.0524 4.94764 15.5001 5.49992 15.5001H7.08586L4.29289 18.293C3.90237 18.6836 3.90237 19.3166 4.29289 19.7071C4.68342 20.0976 5.31643 20.0976 5.70696 19.7071L8.49992 16.9141V18.5001C8.49992 19.0524 8.94764 19.5001 9.49992 19.5001C10.0522 19.5001 10.4999 19.0524 10.4999 18.5001Z"
109
+ }), n().createElement("path", {
110
+ d: "M13.5001 5.49992V8.99992C13.5001 9.82835 14.1716 10.4999 15.0001 10.4999H18.5001C19.0524 10.4999 19.5001 10.0522 19.5001 9.49992C19.5001 8.94764 19.0524 8.49992 18.5001 8.49992H16.9141L19.7071 5.70696C20.0976 5.31643 20.0976 4.68342 19.7071 4.29289C19.3166 3.90237 18.6836 3.90237 18.293 4.29289L15.5001 7.08586V5.49992C15.5001 4.94764 15.0524 4.49992 14.5001 4.49992C13.9478 4.49992 13.5001 4.94764 13.5001 5.49992Z"
111
+ }), n().createElement("path", {
112
+ d: "M13.5001 18.5001V15.0001C13.5001 14.1716 14.1716 13.5001 15.0001 13.5001H18.5001C19.0524 13.5001 19.5001 13.9478 19.5001 14.5001C19.5001 15.0524 19.0524 15.5001 18.5001 15.5001H16.9141L19.7071 18.293C20.0976 18.6836 20.0976 19.3166 19.7071 19.7071C19.3166 20.0976 18.6836 20.0976 18.293 19.7071L15.5001 16.9141V18.5001C15.5001 19.0524 15.0524 19.5001 14.5001 19.5001C13.9478 19.5001 13.5001 19.0524 13.5001 18.5001Z"
113
+ }));
114
+ }));
115
+ c.set("filled", (function() {
116
+
117
+ return n().createElement(n().Fragment, null, n().createElement("path", {
118
+ fillRule: "evenodd",
119
+ clipRule: "evenodd",
120
+ d: "M19.5 3C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5C3 3.67157 3.67157 3 4.5 3H19.5ZM10 18.875C10.4832 18.875 10.875 18.4832 10.875 18V14.5C10.875 13.7406 10.2594 13.125 9.5 13.125H6C5.51675 13.125 5.125 13.5168 5.125 14C5.125 14.4832 5.51675 14.875 6 14.875H7.88672L5.88086 16.8809C5.53915 17.2226 5.53915 17.7774 5.88086 18.1191C6.22257 18.4608 6.77743 18.4608 7.11914 18.1191L9.125 16.1133V18C9.125 18.4832 9.51675 18.875 10 18.875ZM14 18.875C14.4832 18.875 14.875 18.4832 14.875 18V16.1133L16.8809 18.1191C17.2226 18.4608 17.7774 18.4608 18.1191 18.1191C18.4608 17.7774 18.4608 17.2226 18.1191 16.8809L16.1133 14.875H18C18.4832 14.875 18.875 14.4832 18.875 14C18.875 13.5168 18.4832 13.125 18 13.125H14.5C13.7406 13.125 13.125 13.7406 13.125 14.5V18C13.125 18.4832 13.5168 18.875 14 18.875ZM9.5 10.875C10.2594 10.875 10.875 10.2594 10.875 9.5V6C10.875 5.51675 10.4832 5.125 10 5.125C9.51675 5.125 9.125 5.51675 9.125 6V7.88672L7.11914 5.88086C6.77743 5.53915 6.22257 5.53915 5.88086 5.88086C5.53915 6.22257 5.53915 6.77743 5.88086 7.11914L7.88672 9.125H6C5.51675 9.125 5.125 9.51675 5.125 10C5.125 10.4832 5.51675 10.875 6 10.875H9.5ZM18 10.875C18.4832 10.875 18.875 10.4832 18.875 10C18.875 9.51675 18.4832 9.125 18 9.125H16.1133L18.1191 7.11914C18.4608 6.77743 18.4608 6.22257 18.1191 5.88086C17.7774 5.53915 17.2226 5.53915 16.8809 5.88086L14.875 7.88672V6C14.875 5.51675 14.4832 5.125 14 5.125C13.5168 5.125 13.125 5.51675 13.125 6V9.5C13.125 10.2594 13.7406 10.875 14.5 10.875H18Z"
121
+ }));
122
+ }));
123
+ var d = [ "default", "outlined", "filled" ];
124
+ var f = function e(r) {
125
+ return d.indexOf(r) >= 0;
126
+ };
127
+ var v = function e(r) {
128
+ return r === "default" || r && !f(r) ? "outlined" : r;
129
+ };
130
+ /**
131
+ * @description Exit fullscreen, shrink, resizable object
132
+ * @category Controls
133
+ * @keywords move, 4 ways, expand/collapse
134
+ * @variants outlined,filled
135
+ */ var s = function e(r) {
136
+ var o = r.children, i = r.variant, d = i === void 0 ? "default" : i, s = u(r, [ "children", "variant" ]);
137
+ var p = v(d);
138
+ var m = "arrowsfourcornersinside-".concat(p);
139
+ var V = (0, t.useContext)(a.IconContext);
140
+ var H = c.get(p);
141
+ if ((0, C.isDev)() && d && !f(d)) {
142
+ (0, C.log)("warn", "Unknown variant '".concat(d, "', defaulting to ").concat(p));
143
+ }
144
+ if (V && H) {
145
+ var L = V.toRender, g = V.addIcon;
146
+ g(m, H());
147
+ if (!L) {
148
+ return null;
149
+ }
150
+ }
151
+
152
+ return n().createElement(l(), s, o, V ? n().createElement("use", {
153
+ href: "#".concat(m)
154
+ }) : !!H && H());
155
+ };
156
+ /* harmony default export */ const p = s;
157
+ module.exports = r;
158
+ /******/})();
@@ -103,11 +103,11 @@
103
103
  d.set("outlined", (function() {
104
104
 
105
105
  return n().createElement(n().Fragment, null, n().createElement("path", {
106
- d: "M20.7076 19.2926L4.7076 3.29261C4.31707 2.90209 3.68391 2.90209 3.29338 3.29261C2.90286 3.68314 2.90286 4.3163 3.29338 4.70683L19.2934 20.7068C19.6839 21.0973 20.3171 21.0973 20.7076 20.7068C21.0981 20.3163 21.0981 19.6831 20.7076 19.2926Z"
106
+ d: "M20.7076 19.2926L4.70761 3.29261C4.31709 2.90209 3.68392 2.90209 3.2934 3.29261C2.90287 3.68314 2.90287 4.3163 3.2934 4.70683L19.2934 20.7068C19.6839 21.0973 20.3171 21.0973 20.7076 20.7068C21.0981 20.3163 21.0981 19.6831 20.7076 19.2926Z"
107
107
  }), n().createElement("path", {
108
- d: "M12.2934 3.29251L10.1064 5.47945L12.6226 7.99563L16.9912 7.99563C18.0958 7.99563 18.9912 8.89106 18.9912 9.99563V13.0008C18.9912 13.553 19.4389 14.0008 19.9912 14.0008C20.5435 14.0008 20.9912 13.553 20.9912 13.0008V9.99563C20.9912 7.78649 19.2003 5.99563 16.9912 5.99563L12.4187 5.99563L13.7076 4.70676C14.0982 4.31624 14.0982 3.68308 13.7077 3.29254C13.3171 2.90201 12.684 2.902 12.2934 3.29251Z"
108
+ d: "M12.2935 3.29251L10.1064 5.47945L12.6226 7.99563L16.9912 7.99563C18.0958 7.99563 18.9912 8.89106 18.9912 9.99563V13.0008C18.9912 13.553 19.4389 14.0008 19.9912 14.0008C20.5435 14.0008 20.9912 13.553 20.9912 13.0008V9.99563C20.9912 7.78649 19.2004 5.99563 16.9912 5.99563L12.4187 5.99563L13.7076 4.70676C14.0982 4.31624 14.0982 3.68308 13.7077 3.29254C13.3172 2.90201 12.684 2.902 12.2935 3.29251Z"
109
109
  }), n().createElement("path", {
110
- d: "M11.7076 20.7067L13.8943 18.52L11.375 16.0008L6.99951 16.0008C5.89494 16.0008 4.99951 15.1053 4.99951 14.0008L4.99951 10.9956C4.99951 10.4433 4.5518 9.99563 3.99951 9.99563C3.44723 9.99563 2.99951 10.4433 2.99951 10.9956L2.99951 14.0008C2.99951 16.2099 4.79037 18.0008 6.99951 18.0008L11.5851 18.0008L10.2934 19.2925C9.90286 19.683 9.90286 20.3162 10.2934 20.7067C10.6839 21.0973 11.3171 21.0973 11.7076 20.7067Z"
110
+ d: "M11.7076 20.7067L13.8943 18.52L11.375 16.0008L6.99953 16.0008C5.89496 16.0008 4.99953 15.1053 4.99953 14.0008L4.99953 10.9956C4.99953 10.4433 4.55181 9.99563 3.99953 9.99563C3.44724 9.99563 2.99953 10.4433 2.99953 10.9956L2.99953 14.0008C2.99953 16.2099 4.79039 18.0008 6.99953 18.0008L11.5852 18.0008L10.2934 19.2925C9.90287 19.683 9.90287 20.3162 10.2934 20.7067C10.6839 21.0973 11.3171 21.0973 11.7076 20.7067Z"
111
111
  }));
112
112
  }));
113
113
  var f = [ "default", "outlined" ];