@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.
- package/AlignArrowLeft.d.ts +2 -0
- package/AlignArrowLeft.js +154 -0
- package/AlignArrowRight.d.ts +2 -0
- package/AlignArrowRight.js +154 -0
- package/ArrowsFourCorners.d.ts +2 -0
- package/ArrowsFourCorners.js +158 -0
- package/ArrowsFourCornersInside.d.ts +2 -0
- package/ArrowsFourCornersInside.js +158 -0
- package/ArrowsRoundedRectangularDoubleSlashed.js +3 -3
- package/CHANGELOG.md +12 -0
- package/CaretDown.js +1 -1
- package/ControlRewind.js +1 -1
- package/EyeClosed.d.ts +2 -0
- package/EyeClosed.js +144 -0
- package/FilterArrowDown.js +4 -4
- package/FilterArrowUp.js +2 -2
- package/FilterArrowUpDown.js +2 -2
- package/FingerPointClicking.js +5 -5
- package/HeartRibbon.js +1 -1
- package/ParallelDotsHorizontal.js +6 -6
- package/PhoneReceiverAngledSlashed.js +2 -2
- package/RectangularsArrowInto.js +1 -1
- package/Scope.js +1 -1
- package/TextBBold.js +1 -1
- package/TextDirectionMinus45.js +2 -2
- package/WiFiSignalSlash.js +2 -2
- package/WindowOverlay.d.ts +2 -0
- package/WindowOverlay.js +154 -0
- package/WindowSidebarRight.d.ts +2 -0
- package/WindowSidebarRight.js +152 -0
- package/eslint.config.cjs +11 -0
- package/icon-catalog.json +83 -0
- package/package.json +5 -10
- package/types/icons/AlignArrowLeft.d.ts +17 -0
- package/types/icons/AlignArrowRight.d.ts +17 -0
- package/types/icons/ArrowsFourCorners.d.ts +17 -0
- package/types/icons/ArrowsFourCornersInside.d.ts +17 -0
- package/types/icons/EyeClosed.d.ts +17 -0
- package/types/icons/WindowOverlay.d.ts +17 -0
- package/types/icons/WindowSidebarRight.d.ts +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
+
5.12.0 - June 2, 2026
|
|
5
|
+
----------
|
|
6
|
+
New Features:
|
|
7
|
+
* Added new icons (SUI-8973):
|
|
8
|
+
* AlignArrowLeft
|
|
9
|
+
* AlignArrowRight
|
|
10
|
+
* ArrowsFourCorners
|
|
11
|
+
* ArrowsFourCornersInside
|
|
12
|
+
* EyeClosed
|
|
13
|
+
* WindowOverlay
|
|
14
|
+
* WindowSidebarRight
|
|
15
|
+
|
|
4
16
|
5.11.0 - May 6, 2026
|
|
5
17
|
----------
|
|
6
18
|
New Features:
|
package/CaretDown.js
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M3.
|
|
108
|
+
d: "M3.40054 9.8308C2.76998 9.12142 3.27355 8 4.22269 8H19.7773C20.7265 8 21.23 9.12142 20.5995 9.8308L13.1211 18.2439C12.5244 18.9152 11.4756 18.9152 10.8789 18.2439L3.40054 9.8308ZM6.22686 10L12 16.4948L17.7732 10H6.22686Z"
|
|
109
109
|
}));
|
|
110
110
|
}));
|
|
111
111
|
d.set("filled", (function() {
|
package/ControlRewind.js
CHANGED
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
d.set("filled", (function() {
|
|
112
112
|
|
|
113
113
|
return t().createElement(t().Fragment, null, t().createElement("path", {
|
|
114
|
-
d: "M9.72955 5.35633C10.5674 4.51848 12 5.11187 12 6.29678V10.0859L16.7295 5.35633C17.5674 4.51848 19 5.11187 19 6.29678V17.7034C19 18.8883 17.5674 19.4817 16.
|
|
114
|
+
d: "M9.72955 5.35633C10.5674 4.51848 12 5.11187 12 6.29678V10.0859L16.7295 5.35633C17.5674 4.51848 19 5.11187 19 6.29678V17.7034C19 18.8883 17.5674 19.4817 16.7295 18.6438L12 13.9143V17.7034C12 18.8883 10.5674 19.4817 9.72955 18.6438L4.02624 12.9405C3.50684 12.4211 3.50684 11.579 4.02624 11.0596L9.72955 5.35633Z"
|
|
115
115
|
}));
|
|
116
116
|
}));
|
|
117
117
|
var f = [ "default", "outlined", "filled" ];
|
package/EyeClosed.d.ts
ADDED
package/EyeClosed.js
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
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 o = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// external "@splunk/react-icons/SVG"
|
|
72
|
+
const a = require("@splunk/react-icons/SVG");
|
|
73
|
+
var u = e.n(a);
|
|
74
|
+
// external "@splunk/ui-utils/logger"
|
|
75
|
+
const l = require("@splunk/ui-utils/logger");
|
|
76
|
+
// ./src/icons/EyeClosed.tsx
|
|
77
|
+
function i(e, r) {
|
|
78
|
+
if (null == e) return {};
|
|
79
|
+
var t, n, o = c(e, r);
|
|
80
|
+
if (Object.getOwnPropertySymbols) {
|
|
81
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
82
|
+
for (n = 0; n < a.length; n++) {
|
|
83
|
+
t = a[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (o[t] = e[t]);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
return o;
|
|
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 f = new Map;
|
|
103
|
+
f.set("outlined", (function() {
|
|
104
|
+
|
|
105
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
|
+
d: "M10.9999 17.9999V15.9658C9.66194 15.8669 8.35182 15.5414 7.12495 15.0029L5.82905 16.9287C5.52045 17.3864 4.8993 17.5076 4.44135 17.1992C3.98334 16.8907 3.86243 16.2695 4.17085 15.8115L5.36128 14.0419C4.18819 13.2668 3.15989 12.2888 2.32905 11.1494L1.19233 9.58881C0.866951 9.14256 0.964834 8.51772 1.41108 8.19233C1.85733 7.86695 2.48218 7.96483 2.80756 8.41108L3.94526 9.97065C4.76036 11.0885 5.80267 12.0216 7.00385 12.708C8.48577 13.5548 10.1633 13.9999 11.8701 13.9999H12.1298C13.8366 13.9999 15.5141 13.5548 16.996 12.708C18.1972 12.0216 19.2395 11.0885 20.0546 9.97065L21.1923 8.41108C21.5177 7.96483 22.1426 7.86695 22.5888 8.19233C23.0351 8.51772 23.1329 9.14256 22.8076 9.58881L21.6708 11.1494C20.8398 12.289 19.811 13.2667 18.6376 14.0419L19.829 15.8115C20.1375 16.2695 20.0166 16.8907 19.5585 17.1992C19.1006 17.5076 18.4794 17.3864 18.1708 16.9287L16.874 15.0029C15.6473 15.5412 14.3377 15.8669 12.9999 15.9658V17.9999C12.9999 18.5522 12.5522 18.9999 11.9999 18.9999C11.4477 18.9999 10.9999 18.5522 10.9999 17.9999Z"
|
|
107
|
+
}));
|
|
108
|
+
}));
|
|
109
|
+
var d = [ "default", "outlined" ];
|
|
110
|
+
var v = function e(r) {
|
|
111
|
+
return d.indexOf(r) >= 0;
|
|
112
|
+
};
|
|
113
|
+
var s = function e(r) {
|
|
114
|
+
return r === "default" || r && !v(r) ? "outlined" : r;
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* @description Hidden objects, visualizations, layers as status. Not recommend to use as action
|
|
118
|
+
* @category Actions
|
|
119
|
+
* @keywords show/hide, view, visibility
|
|
120
|
+
* @variants outlined
|
|
121
|
+
*/ var C = function e(r) {
|
|
122
|
+
var a = r.children, c = r.variant, d = c === void 0 ? "default" : c, C = i(r, [ "children", "variant" ]);
|
|
123
|
+
var p = s(d);
|
|
124
|
+
var y = "eyeclosed-".concat(p);
|
|
125
|
+
var g = (0, t.useContext)(o.IconContext);
|
|
126
|
+
var b = f.get(p);
|
|
127
|
+
if ((0, l.isDev)() && d && !v(d)) {
|
|
128
|
+
(0, l.log)("warn", "Unknown variant '".concat(d, "', defaulting to ").concat(p));
|
|
129
|
+
}
|
|
130
|
+
if (g && b) {
|
|
131
|
+
var m = g.toRender, O = g.addIcon;
|
|
132
|
+
O(y, b());
|
|
133
|
+
if (!m) {
|
|
134
|
+
return null;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
return n().createElement(u(), C, a, g ? n().createElement("use", {
|
|
139
|
+
href: "#".concat(y)
|
|
140
|
+
}) : !!b && b());
|
|
141
|
+
};
|
|
142
|
+
/* harmony default export */ const p = C;
|
|
143
|
+
module.exports = r;
|
|
144
|
+
/******/})();
|
package/FilterArrowDown.js
CHANGED
|
@@ -103,19 +103,19 @@
|
|
|
103
103
|
d.set("outlined", (function() {
|
|
104
104
|
|
|
105
105
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
|
-
d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.707 17.2959C23.097 17.6865 23.0973 18.3197 22.707 18.71L20.
|
|
106
|
+
d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.707 17.2959C23.097 17.6865 23.0973 18.3197 22.707 18.71L20.0605 21.3545L19.9463 21.457C19.3966 21.9051 18.6035 21.905 18.0537 21.457L17.9394 21.3545L15.293 18.71C14.9026 18.3196 14.9027 17.6865 15.293 17.2959C15.6833 16.9056 16.3164 16.9057 16.707 17.2959L18 18.5879V13.0029C18 12.4506 18.4477 12.0029 19 12.0029Z"
|
|
107
107
|
}), n().createElement("path", {
|
|
108
108
|
fillRule: "evenodd",
|
|
109
109
|
clipRule: "evenodd",
|
|
110
|
-
d: "M17.4922 3.00293C18.758 3.00295 19.
|
|
110
|
+
d: "M17.4922 3.00293C18.758 3.00295 19.4543 4.47391 18.6523 5.45312L12.998 12.3535V16.9697C12.998 17.4083 12.806 17.8254 12.4726 18.1104L9.47265 20.6748C8.49935 21.5064 6.99833 20.8154 6.99804 19.5352V12.3535L1.34374 5.45312C0.542439 4.47413 1.23879 3.00359 2.5039 3.00293H17.4922ZM8.65819 11.2246C8.87788 11.4927 8.99804 11.8292 8.99804 12.1758V18.4492L10.998 16.7393V12.1758C10.998 11.8292 11.1183 11.4927 11.3379 11.2246L16.4365 5.00293H3.55956L8.65819 11.2246Z"
|
|
111
111
|
}));
|
|
112
112
|
}));
|
|
113
113
|
d.set("filled", (function() {
|
|
114
114
|
|
|
115
115
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
116
|
-
d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.707 17.2959C23.097 17.6865 23.0973 18.3197 22.707 18.71L20.
|
|
116
|
+
d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.707 17.2959C23.097 17.6865 23.0973 18.3197 22.707 18.71L20.0605 21.3545L19.9463 21.457C19.3966 21.9051 18.6035 21.905 18.0537 21.457L17.9394 21.3545L15.293 18.71C14.9026 18.3196 14.9027 17.6865 15.293 17.2959C15.6833 16.9056 16.3164 16.9057 16.707 17.2959L18 18.5879V13.0029C18 12.4506 18.4477 12.0029 19 12.0029Z"
|
|
117
117
|
}), n().createElement("path", {
|
|
118
|
-
d: "M17.4922 3.00293C18.758 3.00295 19.
|
|
118
|
+
d: "M17.4922 3.00293C18.758 3.00295 19.4543 4.47391 18.6523 5.45312L12.998 12.3535V16.9697C12.998 17.4083 12.806 17.8254 12.4726 18.1104L9.47265 20.6748C8.49935 21.5064 6.99833 20.8154 6.99804 19.5352V12.3535L1.34374 5.45312C0.542439 4.47413 1.23879 3.00359 2.5039 3.00293H17.4922Z"
|
|
119
119
|
}));
|
|
120
120
|
}));
|
|
121
121
|
var f = [ "default", "outlined", "filled" ];
|
package/FilterArrowUp.js
CHANGED
|
@@ -113,9 +113,9 @@
|
|
|
113
113
|
d.set("filled", (function() {
|
|
114
114
|
|
|
115
115
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
116
|
-
d: "M18.0537 12.5459C18.6035 12.098 19.3966 12.0978 19.9463 12.5459L20.
|
|
116
|
+
d: "M18.0537 12.5459C18.6035 12.098 19.3966 12.0978 19.9463 12.5459L20.0606 12.6484L22.7071 15.293C23.0973 15.6833 23.0971 16.3164 22.7071 16.707C22.3167 17.0974 21.6836 17.0972 21.293 16.707L20 15.415V21C20 21.5522 19.5522 21.9999 19 22C18.4477 22 18 21.5523 18 21V15.415L16.7071 16.707C16.3165 17.0972 15.6834 17.0974 15.293 16.707C14.9028 16.3164 14.9026 15.6833 15.293 15.293L17.9395 12.6484L18.0537 12.5459Z"
|
|
117
117
|
}), n().createElement("path", {
|
|
118
|
-
d: "M17.4922 3.00293C18.758 3.00295 19.
|
|
118
|
+
d: "M17.4922 3.00293C18.758 3.00295 19.4544 4.47391 18.6524 5.45312L12.9981 12.3535V16.9697C12.9981 17.4083 12.806 17.8254 12.4727 18.1104L9.47268 20.6748C8.49938 21.5064 6.99836 20.8154 6.99807 19.5352V12.3535L1.34377 5.45312C0.54247 4.47413 1.23882 3.00359 2.50393 3.00293H17.4922Z"
|
|
119
119
|
}));
|
|
120
120
|
}));
|
|
121
121
|
var f = [ "default", "outlined", "filled" ];
|
package/FilterArrowUpDown.js
CHANGED
|
@@ -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: "M18.0535 10.5459C18.
|
|
106
|
+
d: "M18.0535 10.5459C18.6033 10.0979 19.3964 10.0978 19.9461 10.5459L20.0604 10.6484L22.7069 13.293C23.0972 13.6833 23.097 14.3164 22.7069 14.707C22.3165 15.0974 21.6834 15.0972 21.2928 14.707L19.9998 13.415V18.5879L21.2928 17.2959C21.6834 16.9057 22.3165 16.9055 22.7069 17.2959C23.097 17.6865 23.0972 18.3196 22.7069 18.71L20.0604 21.3545L19.9461 21.457C19.3964 21.9051 18.6033 21.9051 18.0535 21.457L17.9393 21.3545L15.2928 18.71C14.9024 18.3196 14.9026 17.6865 15.2928 17.2959C15.6832 16.9055 16.3163 16.9057 16.7069 17.2959L17.9998 18.5879V13.415L16.7069 14.707C16.3163 15.0972 15.6832 15.0974 15.2928 14.707C14.9026 14.3164 14.9024 13.6833 15.2928 13.293L17.9393 10.6484L18.0535 10.5459Z"
|
|
107
107
|
}), n().createElement("path", {
|
|
108
108
|
fillRule: "evenodd",
|
|
109
109
|
clipRule: "evenodd",
|
|
110
|
-
d: "M17.493 3.00293C18.7585 3.00321 19.
|
|
110
|
+
d: "M17.493 3.00293C18.7585 3.00321 19.4549 4.474 18.6531 5.45312L12.9988 12.3535V16.9697C12.9988 17.4082 12.8066 17.8254 12.4735 18.1104L9.47346 20.6748C8.50017 21.5067 6.99914 20.8155 6.99885 19.5352V12.3535L1.34455 5.45312C0.542881 4.47402 1.23923 3.00326 2.50471 3.00293H17.493ZM8.659 11.2246C8.8786 11.4927 8.99885 11.8292 8.99885 12.1758V18.4492L10.9988 16.7393V12.1758C10.9988 11.8292 11.119 11.4927 11.3387 11.2246L16.4373 5.00293H3.56037L8.659 11.2246Z"
|
|
111
111
|
}));
|
|
112
112
|
}));
|
|
113
113
|
d.set("filled", (function() {
|
package/FingerPointClicking.js
CHANGED
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M11.
|
|
108
|
+
d: "M11.0004 4C12.6572 4 14.0004 5.34315 14.0004 7V10.5H16.5004C18.4333 10.5 20.0004 12.067 20.0004 14V16C20.0004 16.5511 19.8266 17.1832 19.6322 17.7422C19.4288 18.3269 19.1635 18.9404 18.9057 19.4883C18.6466 20.0388 18.3885 20.5389 18.1957 20.9004C18.0991 21.0815 18.0183 21.2293 17.9613 21.332C17.9329 21.3833 17.9096 21.4234 17.8939 21.4512C17.8861 21.465 17.8797 21.4759 17.8754 21.4834C17.8733 21.4871 17.8717 21.4901 17.8705 21.4922L17.8695 21.4951L17.8686 21.4961L17.5805 22H7.50039V19.999L7.2211 19.79C6.24977 19.0615 5.42126 18.1595 4.77774 17.1299L4.21133 16.2246C3.33637 14.8242 3.70169 12.9843 5.04532 12.0244C5.94205 11.3839 7.05379 11.2884 8.00039 11.6572V7C8.00039 5.34323 9.34366 4.00014 11.0004 4ZM11.0004 6C10.4482 6.00014 10.0004 6.4478 10.0004 7V13.7461C10.0004 14.8316 8.57055 15.2276 8.01211 14.2969L7.82754 13.9893C7.48946 13.4259 6.74307 13.2706 6.2084 13.6523C5.72458 13.9981 5.59251 14.6607 5.90762 15.165L6.47305 16.0703C6.98594 16.8909 7.64713 17.6098 8.42129 18.1904L8.90078 18.5498C9.2784 18.8331 9.50039 19.2779 9.50039 19.75V20H16.4076C16.4148 19.9865 16.4226 19.9729 16.4301 19.959C16.6123 19.6174 16.8543 19.1485 17.0951 18.6367C17.3372 18.1223 17.572 17.5791 17.7436 17.0859C17.9241 16.5669 18.0004 16.1988 18.0004 16V14C18.0004 13.1716 17.3289 12.5 16.5004 12.5H13.5004C12.6721 12.4999 12.0004 11.8283 12.0004 11V7C12.0004 6.44772 11.5527 6 11.0004 6Z"
|
|
109
109
|
}), n().createElement("path", {
|
|
110
|
-
d: "M5.
|
|
110
|
+
d: "M5.19961 5C5.86235 5 6.39981 5.53745 6.39981 6.2002C6.3997 6.86285 5.86229 7.40039 5.19961 7.40039C4.53713 7.40016 4.0005 6.86271 4.00039 6.2002C4.00039 5.5376 4.53707 5.00023 5.19961 5Z"
|
|
111
111
|
}), n().createElement("path", {
|
|
112
|
-
d: "M16.1996 4C16.
|
|
112
|
+
d: "M16.1996 4C16.8624 4 17.3998 4.53745 17.3998 5.2002C17.3997 5.86285 16.8623 6.40039 16.1996 6.40039C15.5371 6.40016 15.0005 5.86271 15.0004 5.2002C15.0004 4.5376 15.5371 4.00023 16.1996 4Z"
|
|
113
113
|
}), n().createElement("path", {
|
|
114
|
-
d: "M8.
|
|
114
|
+
d: "M8.19961 1C8.86235 1 9.39981 1.53745 9.39981 2.2002C9.3997 2.86285 8.86229 3.40039 8.19961 3.40039C7.53713 3.40016 7.0005 2.86271 7.00039 2.2002C7.00039 1.5376 7.53707 1.00023 8.19961 1Z"
|
|
115
115
|
}), n().createElement("path", {
|
|
116
|
-
d: "M13.1996 1C13.
|
|
116
|
+
d: "M13.1996 1C13.8624 1 14.3998 1.53745 14.3998 2.2002C14.3997 2.86285 13.8623 3.40039 13.1996 3.40039C12.5371 3.40016 12.0005 2.86271 12.0004 2.2002C12.0004 1.5376 12.5371 1.00023 13.1996 1Z"
|
|
117
117
|
}));
|
|
118
118
|
}));
|
|
119
119
|
u.set("filled", (function() {
|
package/HeartRibbon.js
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M14.8224 4.70256L12.7162 6.86399C12.528 7.05715 12.2697 7.16609 12 7.1661C11.
|
|
108
|
+
d: "M14.8224 4.70256L12.7162 6.86399C12.528 7.05715 12.2697 7.16609 12 7.1661C11.7304 7.16611 11.4721 7.05719 11.2839 6.86405L9.17767 4.70295C8.63498 4.16284 7.82759 3.86108 6.97218 3.86108C6.11458 3.86108 5.30525 4.16439 4.76253 4.70711C3.6345 5.83514 3.6345 7.7191 4.76253 8.84713L7.66801 11.7538L12 15.2191L16.332 11.7538L19.2373 8.84728C20.3654 7.71925 20.3655 5.83501 19.2375 4.70698C18.6947 4.16424 17.8854 3.86089 17.0278 3.86084C16.1724 3.86079 15.365 4.16249 14.8224 4.70256ZM16.8803 13.8763L13.4325 16.6343L15.4599 18.9996L19 18.9996V16.2803L16.8803 13.8763ZM10.5675 16.6343L7.11968 13.8763L5.00001 16.2803V18.9996H8.54007L10.5675 16.6343ZM5.62897 12.5429L3.34832 10.2613C1.43938 8.35225 1.43929 5.20192 3.34832 3.29289C4.32415 2.31706 5.6723 1.86108 6.97218 1.86108C8.27207 1.86108 9.62021 2.31706 10.5961 3.29289L10.6052 3.30199L11.9999 4.73327L13.4039 3.29247C14.3798 2.31661 15.728 1.86077 17.0279 1.86084C18.3278 1.86091 19.6759 2.31696 20.6517 3.29277C22.5608 5.20185 22.5608 8.35227 20.6517 10.2613L18.371 12.5429L20.7501 15.2411C20.9111 15.4237 21 15.6589 21 15.9024V19.9996C21 20.5519 20.5523 20.9996 20 20.9996L15 20.9996C14.7081 20.9996 14.4307 20.8721 14.2407 20.6504L12 18.0362L9.75926 20.6504C9.56928 20.8721 9.29193 20.9996 9 20.9996H4.00001C3.44772 20.9996 3.00001 20.5519 3.00001 19.9996V15.9024C3.00001 15.6589 3.08887 15.4237 3.24993 15.2411L5.62897 12.5429Z"
|
|
109
109
|
}));
|
|
110
110
|
}));
|
|
111
111
|
d.set("filled", (function() {
|
|
@@ -103,17 +103,17 @@
|
|
|
103
103
|
d.set("outlined", (function() {
|
|
104
104
|
|
|
105
105
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
|
-
d: "M19.35 16.9864C18.
|
|
106
|
+
d: "M19.35 16.9864C18.4463 16.9864 17.7137 16.2538 17.7137 15.35C17.7137 14.4463 18.4463 13.7137 19.35 13.7137C20.2538 13.7137 20.9864 14.4463 20.9864 15.35C20.9864 16.2538 20.2538 16.9864 19.35 16.9864Z"
|
|
107
107
|
}), n().createElement("path", {
|
|
108
|
-
d: "M11.
|
|
108
|
+
d: "M11.9864 16.9864C11.0826 16.9864 10.35 16.2538 10.35 15.35C10.35 14.4463 11.0826 13.7137 11.9864 13.7137C12.8901 13.7137 13.6227 14.4463 13.6227 15.35C13.6227 16.2538 12.8901 16.9864 11.9864 16.9864Z"
|
|
109
109
|
}), n().createElement("path", {
|
|
110
|
-
d: "M2.
|
|
110
|
+
d: "M2.98636 8.65004C2.98636 9.55377 3.71898 10.2864 4.62272 10.2864C5.52646 10.2864 6.25909 9.55377 6.25909 8.65004C6.25909 7.7463 5.52646 7.01367 4.62272 7.01367C3.71898 7.01367 2.98636 7.7463 2.98636 8.65004Z"
|
|
111
111
|
}), n().createElement("path", {
|
|
112
|
-
d: "M2.
|
|
112
|
+
d: "M2.98636 15.35C2.98636 16.2538 3.71898 16.9864 4.62272 16.9864C5.52646 16.9864 6.25909 16.2538 6.25909 15.35C6.25909 14.4463 5.52646 13.7137 4.62272 13.7137C3.71898 13.7137 2.98636 14.4463 2.98636 15.35Z"
|
|
113
113
|
}), n().createElement("path", {
|
|
114
|
-
d: "M10.35 8.65004C10.35 9.55377 11.0826 10.2864 11.
|
|
114
|
+
d: "M10.35 8.65004C10.35 9.55377 11.0826 10.2864 11.9864 10.2864C12.8901 10.2864 13.6227 9.55377 13.6227 8.65004C13.6227 7.7463 12.8901 7.01367 11.9864 7.01367C11.0826 7.01367 10.35 7.7463 10.35 8.65004Z"
|
|
115
115
|
}), n().createElement("path", {
|
|
116
|
-
d: "M17.
|
|
116
|
+
d: "M17.7137 8.65004C17.7137 9.55377 18.4463 10.2864 19.35 10.2864C20.2538 10.2864 20.9864 9.55378 20.9864 8.65004C20.9864 7.7463 20.2538 7.01367 19.35 7.01367C18.4463 7.01367 17.7137 7.7463 17.7137 8.65004Z"
|
|
117
117
|
}));
|
|
118
118
|
}));
|
|
119
119
|
var f = [ "default", "outlined" ];
|
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
c.set("outlined", (function() {
|
|
104
104
|
|
|
105
105
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
|
-
d: "M19.6364 7.23012C19.
|
|
106
|
+
d: "M19.6364 7.23012C19.1944 6.59016 18.6573 6.01919 18.0422 5.53764L17.6243 5.21049C16.3886 5.25416 15.1737 5.55002 14.0547 6.08117L13.6539 6.27139C12.9844 6.58914 12.3487 6.97348 11.7562 7.41859L11.3906 7.69327L9.96229 6.26492L10.0052 6.23258L10.5549 5.81959C11.2547 5.29385 12.0056 4.8399 12.7963 4.46459L13.1971 4.27437C14.6807 3.57019 16.3023 3.20485 17.9445 3.20483C18.1792 3.20483 18.4072 3.28344 18.592 3.42813L19.275 3.96283C20.3442 4.79981 21.2262 5.85141 21.8643 7.0499C22.1219 7.53362 21.9614 8.13413 21.4969 8.42494L17.2227 11.101C16.7522 11.3955 16.1405 11.3255 15.7489 10.9322L14.7124 9.89149C14.6665 9.84541 14.5952 9.83635 14.5392 9.86958C14.3367 9.98971 14.1379 10.115 13.9427 10.2453L12.5044 8.80704C12.8329 8.57511 13.1712 8.35576 13.5184 8.14966C14.3619 7.64908 15.4375 7.78531 16.1296 8.48019L16.7096 9.06259L19.6364 7.23012Z"
|
|
107
107
|
}), n().createElement("path", {
|
|
108
108
|
fillRule: "evenodd",
|
|
109
109
|
clipRule: "evenodd",
|
|
110
|
-
d: "M7.
|
|
110
|
+
d: "M7.30023 8.71414L4.29345 5.70735C3.90292 5.31683 3.90292 4.68366 4.29345 4.29314C4.68397 3.90261 5.31714 3.90261 5.70766 4.29314L19.7077 18.2931C20.0982 18.6837 20.0982 19.3168 19.7077 19.7074C19.3171 20.0979 18.684 20.0979 18.2934 19.7074L11.2338 12.6477C10.7337 13.2313 10.2835 13.8592 9.88929 14.5253C9.85628 14.5811 9.86522 14.6522 9.91102 14.6981L10.9534 15.7423C11.3446 16.1341 11.414 16.7439 11.1207 17.2136L8.44848 21.4939C8.15716 21.9605 7.55402 22.1215 7.06884 21.862C5.87835 21.2253 4.82819 20.3555 3.98094 19.3044L3.41882 18.607C3.26884 18.4209 3.18701 18.189 3.18701 17.9499C3.18701 16.4502 3.50982 14.9681 4.13351 13.6042L4.43585 12.9431C4.84478 12.0488 5.3482 11.2009 5.93752 10.4138L6.25701 9.98706C6.58631 9.54722 6.93443 9.12254 7.30023 8.71414ZM9.81595 11.2299C9.20007 11.934 8.64796 12.6958 8.16806 13.5068C7.67034 14.3479 7.80505 15.4193 8.4956 16.1111L9.08359 16.7001L7.25092 19.6355C6.60731 19.1936 6.03 18.6596 5.53808 18.0493L5.19339 17.6217C5.23616 16.5215 5.4936 15.4392 5.95235 14.436L6.25469 13.7748C6.6043 13.0103 7.0347 12.2854 7.53853 11.6124L7.85802 11.1857C8.13017 10.8222 8.41671 10.4703 8.71684 10.1307L9.81595 11.2299Z"
|
|
111
111
|
}));
|
|
112
112
|
}));
|
|
113
113
|
c.set("filled", (function() {
|
package/RectangularsArrowInto.js
CHANGED
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
116
116
|
fillRule: "evenodd",
|
|
117
117
|
clipRule: "evenodd",
|
|
118
|
-
d: "M1.
|
|
118
|
+
d: "M1.99982 4C1.99982 3.44772 2.44753 3 2.99982 3L16.9998 3C17.5521 3 17.9998 3.44772 17.9998 4V9.99999C17.9998 10.5523 17.5521 11 16.9998 11L10.9997 11L10.9998 13L20.9998 13C21.265 13 21.5194 13.1054 21.7069 13.2929C21.8945 13.4804 21.9998 13.7348 21.9998 14L21.9998 20C21.9998 20.5523 21.5521 21 20.9998 21L7.99982 21C7.44753 21 6.99982 20.5523 6.99982 20L6.99982 14C6.99982 13.4477 7.44753 13 7.99982 13H8.99978L8.99974 11H2.99982C2.44753 11 1.99982 10.5523 1.99982 9.99999L1.99982 4ZM9.01002 6.21721C9.55672 5.67044 10.4431 5.67039 10.9899 6.21709L12.6366 7.86356C12.9881 8.21501 12.9881 8.78486 12.6366 9.13635C12.2852 9.48784 11.7153 9.48788 11.3638 9.13642L10.8999 8.67251L10.8998 11L9.09975 10.9999L9.09989 8.67306L8.63664 9.13635C8.28519 9.48784 7.71534 9.48788 7.36385 9.13642C7.01236 8.78497 7.01233 8.21512 7.36378 7.86363L9.01002 6.21721Z"
|
|
119
119
|
}));
|
|
120
120
|
}));
|
|
121
121
|
var f = [ "default", "outlined", "filled" ];
|
package/Scope.js
CHANGED
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
d.set("filled", (function() {
|
|
112
112
|
|
|
113
113
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
-
d: "M11 2.04932C6.
|
|
114
|
+
d: "M11 2.04932C6.27559 2.51839 2.51845 6.27552 2.04938 10.9999H6.5C7.05229 10.9999 7.5 11.4477 7.5 11.9999C7.5 12.5522 7.05229 12.9999 6.5 12.9999H2.04938C2.51845 17.7244 6.27559 21.4815 11 21.9506V17.4999C11 16.9477 11.4477 16.4999 12 16.4999C12.5523 16.4999 13 16.9477 13 17.4999V21.9506C17.7244 21.4815 21.4816 17.7244 21.9506 12.9999H17.5C16.9477 12.9999 16.5 12.5522 16.5 11.9999C16.5 11.4477 16.9477 10.9999 17.5 10.9999H21.9506C21.4816 6.27552 17.7244 2.51839 13 2.04932V6.49994C13 7.05223 12.5523 7.49994 12 7.49994C11.4477 7.49994 11 7.05223 11 6.49994V2.04932Z"
|
|
115
115
|
}));
|
|
116
116
|
}));
|
|
117
117
|
var f = [ "default", "outlined", "filled" ];
|
package/TextBBold.js
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M4.
|
|
108
|
+
d: "M4.45203 5.5C4.45203 4.67157 5.1236 4 5.95203 4H13.9157C14.898 4 15.8565 4.30215 16.6612 4.86547L16.763 4.93673C19.0929 6.5676 19.3768 9.74908 17.71 11.7775C20.1481 13.5718 20.2091 17.351 17.6026 19.1756C16.836 19.7122 15.923 20 14.9873 20H5.95203C5.1236 20 4.45203 19.3284 4.45203 18.5C4.45203 17.6716 5.1236 17 5.95203 17H6.45203V7H5.95203C5.1236 7 4.45203 6.32843 4.45203 5.5ZM15.202 8.75004C15.202 9.71652 14.4185 10.5 13.452 10.5H10.452V7L13.452 7.00008C14.4185 7.00008 15.202 7.78356 15.202 8.75004ZM15.952 15.0001C15.952 16.1047 15.0566 17.0001 13.952 17.0001H10.452V13L13.952 13.0001C15.0566 13.0001 15.952 13.8955 15.952 15.0001Z"
|
|
109
109
|
}));
|
|
110
110
|
}));
|
|
111
111
|
var f = [ "default", "outlined" ];
|
package/TextDirectionMinus45.js
CHANGED
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M14.8658 10.317C14.7123 10.4705 14.4772 10.5074 14.
|
|
108
|
+
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.33198 12.4701C8.1785 12.6236 8.14157 12.8585 8.24058 13.0517L9.39288 15.2997C9.49189 15.4929 9.45497 15.7278 9.30148 15.8813L8.34517 16.8376C8.10075 17.0821 7.68797 17.0107 7.53985 16.6983L2.08114 5.1882C1.99056 4.9972 2.02988 4.76987 2.17936 4.6204L3.6262 3.17356C3.77559 3.02416 4.00277 2.9848 4.19372 3.07521L15.7097 8.52802C16.0223 8.676 16.0938 9.08896 15.8493 9.33348L14.8658 10.317ZM9.31686 7.86008C9.61858 8.01486 9.68197 8.41872 9.44219 8.6585L7.64439 10.4563C7.40456 10.6961 7.0006 10.6327 6.84589 10.3308L4.57628 5.90311C4.53009 5.813 4.54731 5.70339 4.61891 5.63179C4.69053 5.56017 4.80018 5.54296 4.8903 5.58919L9.31686 7.86008Z"
|
|
109
109
|
}), n().createElement("path", {
|
|
110
|
-
d: "M17.
|
|
110
|
+
d: "M17.0857 9.94756C17.0857 10.4998 17.5335 10.9476 18.0857 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.0857 8.94756C17.5335 8.94756 17.0857 9.39528 17.0857 9.94756Z"
|
|
111
111
|
}));
|
|
112
112
|
}));
|
|
113
113
|
var f = [ "default", "outlined" ];
|
package/WiFiSignalSlash.js
CHANGED
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M3.
|
|
108
|
+
d: "M3.70746 3.29289C3.31693 2.90237 2.68377 2.90237 2.29324 3.29289C1.90272 3.68342 1.90272 4.31658 2.29324 4.70711L3.99813 6.41199C2.92187 7.05555 1.90642 7.84008 0.978416 8.76559L0.974427 8.76959L0.963231 8.78077C0.583462 9.17563 0.579271 9.81101 0.977374 10.2091L11.2801 20.5118C11.6784 20.9101 12.3242 20.9101 12.7226 20.5118L15.4103 17.8241L18.2932 20.7071C18.6838 21.0976 19.3169 21.0976 19.7075 20.7071C20.098 20.3166 20.098 19.6834 19.7075 19.2929L3.70746 3.29289ZM11.5518 13.9657L9.14317 11.557C8.22912 11.8725 7.35697 12.344 6.56817 12.9715L8.61753 15.0208C9.50075 14.3963 10.5178 14.0446 11.5518 13.9657ZM7.60332 10.0172L5.46372 7.87758C4.63708 8.33063 3.84752 8.87592 3.11014 9.51345L5.14643 11.5497C5.90715 10.9176 6.73466 10.4068 7.60332 10.0172ZM10.064 16.4673L12.0013 18.4046L13.9387 16.4673C12.744 15.7756 11.2586 15.7756 10.064 16.4673Z"
|
|
109
109
|
}), n().createElement("path", {
|
|
110
|
-
d: "M18.
|
|
110
|
+
d: "M18.8562 11.5497C16.9281 9.94758 14.571 9.12449 12.2021 9.08047L14.5908 11.4692C15.6026 11.782 16.5687 12.2828 17.4345 12.9715L16.7638 13.6421L18.178 15.0564L23.0253 10.2091C23.4234 9.81096 23.419 9.17573 23.0393 8.78091L23.0282 8.76959L23.0242 8.76559C18.919 4.67142 13.1026 3.33603 7.88109 4.75942L9.55138 6.42971C13.4906 5.71251 17.6852 6.74043 20.8925 9.51345L18.8562 11.5497Z"
|
|
111
111
|
}));
|
|
112
112
|
}));
|
|
113
113
|
d.set("filled", (function() {
|
package/WindowOverlay.js
ADDED
|
@@ -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 n = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(n, {
|
|
17
|
+
a: n
|
|
18
|
+
});
|
|
19
|
+
/******/ return n;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, n) => {
|
|
27
|
+
/******/ for (var t in n) {
|
|
28
|
+
/******/ if (e.o(n, t) && !e.o(r, t)) {
|
|
29
|
+
/******/ Object.defineProperty(r, t, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: n[t]
|
|
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 n = require("react");
|
|
68
|
+
var t = e.n(n);
|
|
69
|
+
// external "@splunk/react-icons/IconProvider"
|
|
70
|
+
const o = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// external "@splunk/react-icons/SVG"
|
|
72
|
+
const l = require("@splunk/react-icons/SVG");
|
|
73
|
+
var a = e.n(l);
|
|
74
|
+
// external "@splunk/ui-utils/logger"
|
|
75
|
+
const u = require("@splunk/ui-utils/logger");
|
|
76
|
+
// ./src/icons/WindowOverlay.tsx
|
|
77
|
+
function i(e, r) {
|
|
78
|
+
if (null == e) return {};
|
|
79
|
+
var n, t, o = c(e, r);
|
|
80
|
+
if (Object.getOwnPropertySymbols) {
|
|
81
|
+
var l = Object.getOwnPropertySymbols(e);
|
|
82
|
+
for (t = 0; t < l.length; t++) {
|
|
83
|
+
n = l[t], -1 === r.indexOf(n) && {}.propertyIsEnumerable.call(e, n) && (o[n] = e[n]);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
return o;
|
|
87
|
+
}
|
|
88
|
+
function c(e, r) {
|
|
89
|
+
if (null == e) return {};
|
|
90
|
+
var n = {};
|
|
91
|
+
for (var t in e) {
|
|
92
|
+
if ({}.hasOwnProperty.call(e, t)) {
|
|
93
|
+
if (-1 !== r.indexOf(t)) continue;
|
|
94
|
+
n[t] = e[t];
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
return n;
|
|
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 t().createElement(t().Fragment, null, t().createElement("path", {
|
|
106
|
+
fillRule: "evenodd",
|
|
107
|
+
clipRule: "evenodd",
|
|
108
|
+
d: "M19.5 3C20.8807 3 22 4.11929 22 5.5V14.5C22 15.8807 20.8807 17 19.5 17H18V18.5C18 19.8807 16.8807 21 15.5 21H4.5C3.11929 21 2 19.8807 2 18.5V9.5C2 8.11929 3.11929 7 4.5 7H6V5.5C6 4.11929 7.11929 3 8.5 3H19.5ZM4 18.5C4 18.7761 4.22386 19 4.5 19H15.5C15.7761 19 16 18.7761 16 18.5V13H4V18.5ZM8.5 5C8.22386 5 8 5.22386 8 5.5V7H15.5C16.8807 7 18 8.11929 18 9.5V15H19.5C19.7761 15 20 14.7761 20 14.5V5.5C20 5.22386 19.7761 5 19.5 5H8.5ZM4.5 9C4.22386 9 4 9.22386 4 9.5V11H16V9.5C16 9.22386 15.7761 9 15.5 9H4.5Z"
|
|
109
|
+
}));
|
|
110
|
+
}));
|
|
111
|
+
d.set("filled", (function() {
|
|
112
|
+
|
|
113
|
+
return t().createElement(t().Fragment, null, t().createElement("path", {
|
|
114
|
+
fillRule: "evenodd",
|
|
115
|
+
clipRule: "evenodd",
|
|
116
|
+
d: "M19.5 3C20.8807 3 22 4.11929 22 5.5V14.5C22 15.8807 20.8807 17 19.5 17H18V18.5C18 19.8807 16.8807 21 15.5 21H4.5C3.11929 21 2 19.8807 2 18.5V9.5C2 8.11929 3.11929 7 4.5 7H6V5.5C6 4.11929 7.11929 3 8.5 3H19.5ZM8.5 5C8.22386 5 8 5.22386 8 5.5V7H15.5C16.8807 7 18 8.11929 18 9.5V15H19.5C19.7761 15 20 14.7761 20 14.5V5.5C20 5.22386 19.7761 5 19.5 5H8.5ZM4.5 9C4.22386 9 4 9.22386 4 9.5V11H16V9.5C16 9.22386 15.7761 9 15.5 9H4.5Z"
|
|
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 Duplicate window, floating panel, modal dialog
|
|
128
|
+
* @category Actions
|
|
129
|
+
* @keywords copy, clone, screen, mirroring, popup
|
|
130
|
+
* @variants outlined,filled
|
|
131
|
+
*/ var s = function e(r) {
|
|
132
|
+
var l = r.children, c = r.variant, f = c === void 0 ? "default" : c, s = i(r, [ "children", "variant" ]);
|
|
133
|
+
var p = C(f);
|
|
134
|
+
var V = "windowoverlay-".concat(p);
|
|
135
|
+
var H = (0, n.useContext)(o.IconContext);
|
|
136
|
+
var m = 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 (H && m) {
|
|
141
|
+
var y = H.toRender, g = H.addIcon;
|
|
142
|
+
g(V, m());
|
|
143
|
+
if (!y) {
|
|
144
|
+
return null;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
return t().createElement(a(), s, l, H ? t().createElement("use", {
|
|
149
|
+
href: "#".concat(V)
|
|
150
|
+
}) : !!m && m());
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const p = s;
|
|
153
|
+
module.exports = r;
|
|
154
|
+
/******/})();
|