@splunk/react-icons 5.7.0 → 5.9.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/Bell.js +2 -2
- package/BellDot.js +3 -3
- package/BellSlashed.js +3 -3
- package/CHANGELOG.md +20 -0
- package/CloudArrowInRight.js +1 -1
- package/CloudArrowOutRight.d.ts +2 -0
- package/CloudArrowOutRight.js +150 -0
- package/CloudNodesInside.js +3 -3
- package/CogChevronSlashWrench.d.ts +2 -0
- package/CogChevronSlashWrench.js +158 -0
- package/CursorArrowClicking.js +9 -9
- package/EraserUnderline.d.ts +2 -0
- package/EraserUnderline.js +154 -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/KubernetesHelm.js +2 -2
- package/LayersDoubleTransparent.js +1 -1
- package/LayoutStacked.d.ts +2 -0
- package/LayoutStacked.js +166 -0
- package/MultipleFolders.d.ts +2 -0
- package/{MutipleFolders.js → MultipleFolders.js} +2 -2
- package/NodeFollowFour.js +1 -1
- package/PhoneReceiverAngledSlashed.js +2 -2
- package/RectangularsArrowInto.js +1 -1
- package/RobotFaceWrench.d.ts +2 -0
- package/RobotFaceWrench.js +156 -0
- package/ServersWrench.d.ts +2 -0
- package/ServersWrench.js +162 -0
- package/Snowflake.js +1 -1
- package/TextLambdaBroad.js +4 -4
- package/Waves.d.ts +2 -0
- package/Waves.js +144 -0
- package/WeightingScale.js +1 -1
- package/WiFiSignalSlash.js +2 -2
- package/icon-catalog.json +87 -4
- package/package.json +1 -1
- package/types/icons/CloudArrowInRight.d.ts +1 -1
- package/types/icons/CloudArrowOutRight.d.ts +17 -0
- package/types/icons/CloudNodesInside.d.ts +1 -1
- package/types/icons/CogChevronSlashWrench.d.ts +17 -0
- package/types/icons/EraserUnderline.d.ts +17 -0
- package/types/icons/LayoutStacked.d.ts +17 -0
- package/types/icons/{MutipleFolders.d.ts → MultipleFolders.d.ts} +2 -2
- package/types/icons/RobotFaceWrench.d.ts +17 -0
- package/types/icons/ServersWrench.d.ts +17 -0
- package/types/icons/Waves.d.ts +17 -0
- package/MutipleFolders.d.ts +0 -2
|
@@ -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 */ 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/IconProvider"
|
|
70
|
+
const l = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const a = require("@splunk/react-icons/SVG");
|
|
73
|
+
var o = e.n(a);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/EraserUnderline.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, l = i(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
t = a[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (l[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return l;
|
|
85
|
+
}
|
|
86
|
+
function i(e, r) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (-1 !== r.indexOf(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
// This file is auto-generated.
|
|
98
|
+
// Do not edit this file manually. Changes will be lost upon regeneration.
|
|
99
|
+
// To modify the icon file template, update 'scripts/templates.ts'.
|
|
100
|
+
var c = new Map;
|
|
101
|
+
c.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
d: "M19.998 19.0004C20.5503 19.0004 20.998 19.4481 20.998 20.0004C20.9978 20.5525 20.5502 21.0004 19.998 21.0004H3.99805C3.4459 21.0004 2.99827 20.5525 2.99805 20.0004C2.99805 19.4481 3.44576 19.0004 3.99805 19.0004H19.998Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
fillRule: "evenodd",
|
|
107
|
+
clipRule: "evenodd",
|
|
108
|
+
d: "M11.4883 3.3539C12.4646 2.37762 14.0471 2.37765 15.0234 3.3539L18.5068 6.83632C19.4831 7.81259 19.483 9.39613 18.5068 10.3725L12.7871 16.0932C11.0298 17.8506 8.18027 17.8505 6.42285 16.0932L5.76855 15.4389C4.01128 13.6816 4.01139 10.832 5.76855 9.0746L11.4883 3.3539ZM7.18262 10.4887C6.20642 11.465 6.20635 13.0485 7.18262 14.0248L7.83691 14.6791C8.81328 15.6554 10.3968 15.6555 11.373 14.6791L11.7266 14.3246L7.53711 10.1352L7.18262 10.4887ZM13.6094 4.76796C13.4141 4.57277 13.0976 4.57273 12.9023 4.76796L8.95117 8.72011L13.1416 12.9105L17.0928 8.95839C17.2879 8.76325 17.2877 8.44665 17.0928 8.25136L13.6094 4.76796Z"
|
|
109
|
+
}));
|
|
110
|
+
}));
|
|
111
|
+
c.set("filled", (function() {
|
|
112
|
+
|
|
113
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
+
d: "M19.998 19.0004C20.5503 19.0004 20.998 19.4481 20.998 20.0004C20.9978 20.5525 20.5502 21.0004 19.998 21.0004H3.99805C3.44591 21.0004 2.99828 20.5525 2.99805 20.0004C2.99805 19.4481 3.44576 19.0004 3.99805 19.0004H19.998Z"
|
|
115
|
+
}), n().createElement("path", {
|
|
116
|
+
fillRule: "evenodd",
|
|
117
|
+
clipRule: "evenodd",
|
|
118
|
+
d: "M11.4883 3.35389C12.4645 2.37761 14.0471 2.37767 15.0234 3.35389L18.5068 6.83631C19.4831 7.81257 19.483 9.39611 18.5068 10.3724L12.7871 16.0931C11.0298 17.8506 8.18026 17.8505 6.42285 16.0931L5.76855 15.4388C4.01128 13.6816 4.01139 10.832 5.76855 9.07459L11.4883 3.35389ZM7.18262 10.4887C6.20642 11.465 6.20635 13.0485 7.18262 14.0248L7.83691 14.6791C8.81327 15.6554 10.3968 15.6555 11.373 14.6791L11.7266 14.3246L7.53711 10.1351L7.18262 10.4887Z"
|
|
119
|
+
}));
|
|
120
|
+
}));
|
|
121
|
+
var d = [ "default", "outlined", "filled" ];
|
|
122
|
+
var f = function e(r) {
|
|
123
|
+
return d.indexOf(r) >= 0;
|
|
124
|
+
};
|
|
125
|
+
var v = function e(r) {
|
|
126
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* @description Delete rich text styling, decorations, markers, font-weight, reset to default
|
|
130
|
+
* @category Actions
|
|
131
|
+
* @keywords markdown, string, clear format, remove, editing
|
|
132
|
+
* @variants outlined,filled
|
|
133
|
+
*/ var s = function e(r) {
|
|
134
|
+
var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
135
|
+
var s = v(d);
|
|
136
|
+
var C = "eraserunderline-".concat(s);
|
|
137
|
+
var p = (0, t.useContext)(l.IconContext);
|
|
138
|
+
var L = c.get(s);
|
|
139
|
+
if (false) {}
|
|
140
|
+
if (p && L) {
|
|
141
|
+
var m = p.toRender, y = p.addIcon;
|
|
142
|
+
y(C, L());
|
|
143
|
+
if (!m) {
|
|
144
|
+
return null;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
return n().createElement(o(), f, a, p ? n().createElement("use", {
|
|
149
|
+
href: "#".concat(C)
|
|
150
|
+
}) : !!L && L());
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const C = s;
|
|
153
|
+
module.exports = r;
|
|
154
|
+
/******/})();
|
package/FilterArrowDown.js
CHANGED
|
@@ -101,19 +101,19 @@
|
|
|
101
101
|
c.set("outlined", (function() {
|
|
102
102
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
-
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.
|
|
104
|
+
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.0606 21.3545L19.9463 21.457C19.3966 21.9051 18.6035 21.905 18.0537 21.457L17.9395 21.3545L15.293 18.71C14.9026 18.3196 14.9028 17.6865 15.293 17.2959C15.6833 16.9056 16.3165 16.9057 16.707 17.2959L18 18.5879V13.0029C18 12.4506 18.4477 12.0029 19 12.0029Z"
|
|
105
105
|
}), n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M17.4922 3.00293C18.758 3.00295 19.
|
|
108
|
+
d: "M17.4922 3.00293C18.758 3.00295 19.4544 4.47391 18.6523 5.45312L12.9981 12.3535V16.9697C12.9981 17.4083 12.806 17.8254 12.4727 18.1104L9.47266 20.6748C8.49937 21.5064 6.99835 20.8154 6.99805 19.5352V12.3535L1.34376 5.45312C0.542454 4.47413 1.2388 3.00359 2.50391 3.00293H17.4922ZM8.65821 11.2246C8.8779 11.4927 8.99805 11.8292 8.99805 12.1758V18.4492L10.9981 16.7393V12.1758C10.9981 11.8292 11.1183 11.4927 11.3379 11.2246L16.4365 5.00293H3.55958L8.65821 11.2246Z"
|
|
109
109
|
}));
|
|
110
110
|
}));
|
|
111
111
|
c.set("filled", (function() {
|
|
112
112
|
|
|
113
113
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
-
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.
|
|
114
|
+
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.0606 21.3545L19.9463 21.457C19.3966 21.9051 18.6035 21.905 18.0537 21.457L17.9395 21.3545L15.293 18.71C14.9026 18.3196 14.9028 17.6865 15.293 17.2959C15.6833 16.9056 16.3165 16.9057 16.707 17.2959L18 18.5879V13.0029C18 12.4506 18.4477 12.0029 19 12.0029Z"
|
|
115
115
|
}), n().createElement("path", {
|
|
116
|
-
d: "M17.4922 3.00293C18.758 3.00295 19.
|
|
116
|
+
d: "M17.4922 3.00293C18.758 3.00295 19.4544 4.47391 18.6523 5.45312L12.9981 12.3535V16.9697C12.9981 17.4083 12.806 17.8254 12.4727 18.1104L9.47266 20.6748C8.49937 21.5064 6.99835 20.8154 6.99805 19.5352V12.3535L1.34376 5.45312C0.542454 4.47413 1.2388 3.00359 2.50391 3.00293H17.4922Z"
|
|
117
117
|
}));
|
|
118
118
|
}));
|
|
119
119
|
var d = [ "default", "outlined", "filled" ];
|
package/FilterArrowUp.js
CHANGED
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
c.set("filled", (function() {
|
|
112
112
|
|
|
113
113
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
-
d: "M18.0537 12.5459C18.6035 12.098 19.3966 12.0978 19.9463 12.5459L20.
|
|
114
|
+
d: "M18.0537 12.5459C18.6035 12.098 19.3966 12.0978 19.9463 12.5459L20.0605 12.6484L22.707 15.293C23.0973 15.6833 23.097 16.3164 22.707 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.707 16.707C16.3164 17.0972 15.6833 17.0974 15.293 16.707C14.9027 16.3164 14.9026 15.6833 15.293 15.293L17.9394 12.6484L18.0537 12.5459Z"
|
|
115
115
|
}), n().createElement("path", {
|
|
116
|
-
d: "M17.4922 3.00293C18.758 3.00295 19.
|
|
116
|
+
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"
|
|
117
117
|
}));
|
|
118
118
|
}));
|
|
119
119
|
var d = [ "default", "outlined", "filled" ];
|
package/FilterArrowUpDown.js
CHANGED
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
c.set("outlined", (function() {
|
|
102
102
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
-
d: "M18.0535 10.5459C18.
|
|
104
|
+
d: "M18.0535 10.5459C18.6032 10.0979 19.3964 10.0978 19.9461 10.5459L20.0603 10.6484L22.7068 13.293C23.0972 13.6833 23.0969 14.3164 22.7068 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.7068 17.2959C23.0969 17.6865 23.0972 18.3196 22.7068 18.71L20.0603 21.3545L19.9461 21.457C19.3964 21.9051 18.6032 21.9051 18.0535 21.457L17.9392 21.3545L15.2928 18.71C14.9024 18.3196 14.9026 17.6865 15.2928 17.2959C15.6831 16.9055 16.3162 16.9057 16.7068 17.2959L17.9998 18.5879V13.415L16.7068 14.707C16.3162 15.0972 15.6831 15.0974 15.2928 14.707C14.9026 14.3164 14.9024 13.6833 15.2928 13.293L17.9392 10.6484L18.0535 10.5459Z"
|
|
105
105
|
}), n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M17.493 3.00293C18.7585 3.00321 19.
|
|
108
|
+
d: "M17.493 3.00293C18.7585 3.00321 19.4548 4.474 18.6531 5.45312L12.9988 12.3535V16.9697C12.9988 17.4082 12.8066 17.8254 12.4734 18.1104L9.47342 20.6748C8.50014 21.5067 6.99911 20.8155 6.99882 19.5352V12.3535L1.34452 5.45312C0.542851 4.47402 1.2392 3.00326 2.50467 3.00293H17.493ZM8.65897 11.2246C8.87857 11.4927 8.99882 11.8292 8.99882 12.1758V18.4492L10.9988 16.7393V12.1758C10.9988 11.8292 11.119 11.4927 11.3387 11.2246L16.4373 5.00293H3.56034L8.65897 11.2246Z"
|
|
109
109
|
}));
|
|
110
110
|
}));
|
|
111
111
|
c.set("filled", (function() {
|
package/FingerPointClicking.js
CHANGED
|
@@ -103,15 +103,15 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M11.
|
|
106
|
+
d: "M11.0003 4C12.6572 4 14.0003 5.34315 14.0003 7V10.5H16.5003C18.4333 10.5 20.0003 12.067 20.0003 14V16C20.0003 16.5511 19.8266 17.1832 19.6322 17.7422C19.4288 18.3269 19.1634 18.9404 18.9056 19.4883C18.6465 20.0388 18.3884 20.5389 18.1956 20.9004C18.0991 21.0815 18.0182 21.2293 17.9613 21.332C17.9328 21.3833 17.9096 21.4234 17.8939 21.4512C17.8861 21.465 17.8796 21.4759 17.8753 21.4834C17.8733 21.4871 17.8716 21.4901 17.8705 21.4922L17.8695 21.4951L17.8685 21.4961L17.5804 22H7.50033V19.999L7.22104 19.79C6.2497 19.0615 5.4212 18.1595 4.77768 17.1299L4.21127 16.2246C3.33631 14.8242 3.70163 12.9843 5.04525 12.0244C5.94199 11.3839 7.05373 11.2884 8.00033 11.6572V7C8.00033 5.34323 9.3436 4.00014 11.0003 4ZM11.0003 6C10.4482 6.00014 10.0003 6.4478 10.0003 7V13.7461C10.0003 14.8316 8.57049 15.2276 8.01205 14.2969L7.82748 13.9893C7.4894 13.4259 6.74301 13.2706 6.20834 13.6523C5.72452 13.9981 5.59245 14.6607 5.90756 15.165L6.47299 16.0703C6.98588 16.8909 7.64707 17.6098 8.42123 18.1904L8.90072 18.5498C9.27834 18.8331 9.50033 19.2779 9.50033 19.75V20H16.4076C16.4148 19.9865 16.4226 19.9729 16.43 19.959C16.6122 19.6174 16.8542 19.1485 17.0951 18.6367C17.3371 18.1223 17.5719 17.5791 17.7435 17.0859C17.924 16.5669 18.0003 16.1988 18.0003 16V14C18.0003 13.1716 17.3288 12.5 16.5003 12.5H13.5003C12.672 12.4999 12.0003 11.8283 12.0003 11V7C12.0003 6.44772 11.5526 6 11.0003 6Z"
|
|
107
107
|
}), n().createElement("path", {
|
|
108
|
-
d: "M5.
|
|
108
|
+
d: "M5.19955 5C5.86229 5 6.39975 5.53745 6.39975 6.2002C6.39964 6.86285 5.86223 7.40039 5.19955 7.40039C4.53707 7.40016 4.00044 6.86271 4.00033 6.2002C4.00033 5.5376 4.53701 5.00023 5.19955 5Z"
|
|
109
109
|
}), n().createElement("path", {
|
|
110
|
-
d: "M16.1996 4C16.
|
|
110
|
+
d: "M16.1996 4C16.8623 4 17.3997 4.53745 17.3997 5.2002C17.3996 5.86285 16.8622 6.40039 16.1996 6.40039C15.5371 6.40016 15.0004 5.86271 15.0003 5.2002C15.0003 4.5376 15.537 4.00023 16.1996 4Z"
|
|
111
111
|
}), n().createElement("path", {
|
|
112
|
-
d: "M8.
|
|
112
|
+
d: "M8.19955 1C8.86229 1 9.39975 1.53745 9.39975 2.2002C9.39964 2.86285 8.86223 3.40039 8.19955 3.40039C7.53707 3.40016 7.00044 2.86271 7.00033 2.2002C7.00033 1.5376 7.537 1.00023 8.19955 1Z"
|
|
113
113
|
}), n().createElement("path", {
|
|
114
|
-
d: "M13.1996 1C13.
|
|
114
|
+
d: "M13.1996 1C13.8623 1 14.3997 1.53745 14.3997 2.2002C14.3996 2.86285 13.8622 3.40039 13.1996 3.40039C12.5371 3.40016 12.0004 2.86271 12.0003 2.2002C12.0003 1.5376 12.537 1.00023 13.1996 1Z"
|
|
115
115
|
}));
|
|
116
116
|
}));
|
|
117
117
|
u.set("filled", (function() {
|
package/HeartRibbon.js
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M14.8224 4.70256L12.7162 6.86399C12.528 7.05715 12.2697 7.16609 12 7.1661C11.
|
|
106
|
+
d: "M14.8224 4.70256L12.7162 6.86399C12.528 7.05715 12.2697 7.16609 12 7.1661C11.7303 7.16611 11.4721 7.05719 11.2839 6.86405L9.17766 4.70295C8.63497 4.16284 7.82758 3.86108 6.97218 3.86108C6.11458 3.86108 5.30524 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 16.2803V18.9996H8.54006L10.5675 16.6343ZM5.62896 12.5429L3.34831 10.2613C1.43938 8.35225 1.43928 5.20192 3.34831 3.29289C4.32415 2.31706 5.6723 1.86108 6.97218 1.86108C8.27206 1.86108 9.62021 2.31706 10.596 3.29289L10.6051 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.56927 20.8721 9.29192 20.9996 9 20.9996H4C3.44771 20.9996 3 20.5519 3 19.9996V15.9024C3 15.6589 3.08887 15.4237 3.24993 15.2411L5.62896 12.5429Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
c.set("filled", (function() {
|
package/KubernetesHelm.js
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
return C().createElement(C().Fragment, null, C().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M12
|
|
106
|
+
d: "M12 1.5C12.5522 1.50013 13 1.94779 13 2.5V4.06348C14.7723 4.28454 16.3637 5.08481 17.5801 6.26953L18.8038 5.29492C19.2354 4.95079 19.8647 5.02165 20.209 5.45312C20.5532 5.88486 20.4824 6.51406 20.0508 6.8584L18.8291 7.83203C19.5716 9.04593 20 10.4729 20 12C20 12.2669 19.9865 12.5308 19.961 12.791L21.4844 13.1387C22.0227 13.2617 22.3602 13.7986 22.2373 14.3369C22.1143 14.8751 21.5774 15.2116 21.0391 15.0889L19.5176 14.7412C18.9174 16.3868 17.7912 17.7777 16.3438 18.7158L17.0235 20.125C17.263 20.6225 17.0531 21.2203 16.5557 21.46C16.0582 21.6995 15.4604 21.4907 15.2207 20.9932L14.542 19.585C13.7432 19.8526 12.889 20 12 20C11.1108 20 10.2561 19.8527 9.45708 19.585L8.77934 20.9932C8.53974 21.4907 7.94193 21.6994 7.44438 21.46C6.94684 21.2203 6.73797 20.6226 6.97758 20.125L7.65532 18.7158C6.20814 17.7777 5.08158 16.3867 4.48149 14.7412L2.96098 15.0889C2.42273 15.2117 1.88685 14.875 1.76372 14.3369C1.64083 13.7985 1.97726 13.2616 2.51567 13.1387L4.03813 12.79C4.01266 12.5302 4.00004 12.2666 4.00004 12C4.00004 10.473 4.42765 9.04586 5.16997 7.83203L3.94926 6.8584C3.51758 6.51403 3.44675 5.88488 3.79106 5.45312C4.13546 5.02162 4.76465 4.95067 5.19633 5.29492L6.41899 6.26953C7.63551 5.08455 9.22751 4.28453 11 4.06348V2.5C11 1.94775 11.4478 1.50005 12 1.5ZM12.7793 15.9229C12.5272 15.9727 12.2668 16 12 16C11.7327 16 11.4715 15.9729 11.2188 15.9229L10.3331 17.7637C10.8624 17.9165 11.4215 18 12 18C12.578 18 13.1362 17.9162 13.6651 17.7637L12.7793 15.9229ZM6.45317 14.29C6.88837 15.343 7.61523 16.2436 8.53227 16.8945L9.41801 15.0547C9.01915 14.7172 8.6875 14.3031 8.44536 13.835L6.45317 14.29ZM15.5538 13.835C15.3114 14.3034 14.9794 14.7171 14.5801 15.0547L15.4668 16.8945C16.3841 16.2437 17.1106 15.3431 17.5459 14.29L15.5538 13.835ZM12 10C10.8955 10 10 10.8954 10 12C10 13.1046 10.8955 14 12 14C13.1046 14 14 13.1045 14 12C14 10.8955 13.1046 10 12 10ZM15.6504 10.3662C15.8594 10.8325 15.982 11.3454 15.9971 11.8857L17.9893 12.3408C17.9956 12.228 18 12.1144 18 12C18 10.9449 17.7263 9.95419 17.2481 9.09277L15.6504 10.3662ZM6.75004 9.0918C6.27185 9.95321 6.00004 10.9449 6.00004 12C6.00004 12.1141 6.00353 12.2274 6.00981 12.3398L8.002 11.8848C8.01727 11.3449 8.13989 10.8321 8.34868 10.3662L6.75004 9.0918ZM11 6.08398C9.85793 6.27561 8.82541 6.78928 7.99907 7.5293L9.59575 8.80273C10.0089 8.49156 10.4844 8.25868 11 8.12598V6.08398ZM13 8.12598C13.5152 8.25858 13.9905 8.49099 14.4034 8.80176L16 7.5293C15.1738 6.78954 14.1419 6.2756 13 6.08398V8.12598Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
i.set("filled", (function() {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
return C().createElement(C().Fragment, null, C().createElement("path", {
|
|
112
112
|
fillRule: "evenodd",
|
|
113
113
|
clipRule: "evenodd",
|
|
114
|
-
d: "
|
|
114
|
+
d: "M12 1.5C12.5523 1.50004 13 1.94774 13 2.5V4.06348C14.7723 4.28452 16.3637 5.08481 17.5801 6.26953L18.8038 5.29492C19.2354 4.9507 19.8646 5.02162 20.209 5.45312C20.5533 5.8849 20.4826 6.51405 20.0508 6.8584L18.8291 7.83203C19.5716 9.04594 20 10.4728 20 12C20 12.2669 19.9865 12.5308 19.961 12.791L21.4844 13.1387C22.0228 13.2616 22.3602 13.7985 22.2373 14.3369C22.1143 14.8751 21.5774 15.2117 21.0391 15.0889L19.5176 14.7412C18.9174 16.3868 17.7912 17.7777 16.3438 18.7158L17.0235 20.125C17.2631 20.6226 17.0532 21.2203 16.5557 21.46C16.0581 21.6995 15.4604 21.4907 15.2207 20.9932L14.543 19.585C13.7439 19.8528 12.8893 20 12 20C11.1105 20 10.2554 19.8529 9.4561 19.585L8.77934 20.9932C8.53972 21.4907 7.94196 21.6995 7.44438 21.46C6.94684 21.2203 6.73797 20.6226 6.97758 20.125L7.65532 18.7158C6.20816 17.7777 5.08157 16.3867 4.48149 14.7412L2.96098 15.0889C2.42271 15.2117 1.88683 14.8751 1.76372 14.3369C1.64083 13.7985 1.97726 13.2616 2.51567 13.1387L4.03813 12.791C4.01259 12.5308 4.00004 12.2669 4.00004 12C4.00004 10.473 4.42767 9.04585 5.16997 7.83203L3.94926 6.8584C3.51758 6.51403 3.44675 5.88488 3.79106 5.45312C4.13545 5.02156 4.76462 4.95065 5.19633 5.29492L6.41899 6.26953C7.6355 5.08455 9.22753 4.28455 11 4.06348V2.5C11 1.94775 11.4478 1.50005 12 1.5ZM8.74028 17.0361C9.15799 17.3071 9.61115 17.5273 10.0918 17.6885L10.9688 15.8652C10.4743 15.7336 10.0178 15.5096 9.61821 15.2129L8.74028 17.0361ZM14.3799 15.2139C13.98 15.5105 13.5232 15.7339 13.0284 15.8652L13.9063 17.6885C14.3869 17.5275 14.8401 17.3078 15.2579 17.0371L14.3799 15.2139ZM6.02934 12.5908C6.07913 13.1001 6.19228 13.5908 6.36137 14.0547L8.33501 13.6035C8.13765 13.1531 8.0209 12.6595 8.00297 12.1406L6.02934 12.5908ZM15.9961 12.1416C15.9781 12.6604 15.8605 13.1532 15.6631 13.6035L17.6377 14.0547C17.8068 13.591 17.9199 13.1009 17.9698 12.5918L15.9961 12.1416ZM12 10C10.8955 10 10 10.8954 10 12C10 13.1046 10.8955 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM7.8145 7.70215C7.456 8.05133 7.13953 8.44384 6.877 8.87305L8.46001 10.1357C8.6963 9.68797 9.01551 9.2909 9.39653 8.96387L7.8145 7.70215ZM14.6016 8.96289C14.9829 9.2898 15.3016 9.687 15.5381 10.1348L17.1211 8.87305C16.8585 8.44377 16.5423 8.05134 16.1836 7.70215L14.6016 8.96289ZM12 6C11.746 6 11.4958 6.0172 11.25 6.04785V8.07031C11.493 8.02423 11.7437 8 12 8C12.2564 8 12.5071 8.02423 12.75 8.07031V6.04785C12.5043 6.0172 12.2541 6 12 6Z"
|
|
115
115
|
}));
|
|
116
116
|
}));
|
|
117
117
|
var L = [ "default", "outlined", "filled" ];
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
112
112
|
fillRule: "evenodd",
|
|
113
113
|
clipRule: "evenodd",
|
|
114
|
-
d: "M3.
|
|
114
|
+
d: "M3.56797 10.4139L5.94585 11.9992L3.56797 13.5844C2.67738 14.1782 2.67737 15.4868 3.56797 16.0806L11.1666 21.1463C11.6704 21.4822 12.3268 21.4822 12.8307 21.1463L20.4293 16.0806C21.3199 15.4868 21.3199 14.1782 20.4293 13.5844L18.0514 11.9992L20.4293 10.4139C21.3199 9.82018 21.3199 8.5115 20.4293 7.91776L12.8307 2.85202C12.3268 2.51612 11.6704 2.51612 11.1666 2.85202L3.56797 7.91776C2.67738 8.5115 2.67737 9.82018 3.56797 10.4139ZM11.9986 14.696L16.0438 11.9992L11.9986 9.30237L7.95345 11.9992L11.9986 14.696Z"
|
|
115
115
|
}));
|
|
116
116
|
}));
|
|
117
117
|
var d = [ "default", "outlined", "filled" ];
|
package/LayoutStacked.js
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
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/IconProvider"
|
|
70
|
+
const l = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const a = require("@splunk/react-icons/SVG");
|
|
73
|
+
var o = e.n(a);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/LayoutStacked.tsx
|
|
75
|
+
function u(e, t) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var r, n, l = d(e, t);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
r = a[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (l[r] = e[r]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return l;
|
|
85
|
+
}
|
|
86
|
+
function d(e, t) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var r = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (-1 !== t.indexOf(n)) continue;
|
|
92
|
+
r[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return r;
|
|
96
|
+
}
|
|
97
|
+
// This file is auto-generated.
|
|
98
|
+
// Do not edit this file manually. Changes will be lost upon regeneration.
|
|
99
|
+
// To modify the icon file template, update 'scripts/templates.ts'.
|
|
100
|
+
var i = new Map;
|
|
101
|
+
i.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
fillRule: "evenodd",
|
|
105
|
+
clipRule: "evenodd",
|
|
106
|
+
d: "M10 16C10.5523 16 11 16.4477 11 17V19C11 19.5523 10.5523 20 10 20H4C3.44772 20 3 19.5523 3 19V17C3 16.4477 3.44772 16 4 16H10ZM5 17.6006V18.4004H9V17.6006H5Z"
|
|
107
|
+
}), n().createElement("path", {
|
|
108
|
+
fillRule: "evenodd",
|
|
109
|
+
clipRule: "evenodd",
|
|
110
|
+
d: "M20 12C20.5523 12 21 12.4477 21 13V19C21 19.5523 20.5523 20 20 20H14C13.4477 20 13 19.5523 13 19V13C13 12.4477 13.4477 12 14 12H20ZM15 18H19V14H15V18Z"
|
|
111
|
+
}), n().createElement("path", {
|
|
112
|
+
fillRule: "evenodd",
|
|
113
|
+
clipRule: "evenodd",
|
|
114
|
+
d: "M10 4C10.5523 4 11 4.44772 11 5V13C11 13.5523 10.5523 14 10 14H4C3.44772 14 3 13.5523 3 13V5C3 4.44772 3.44772 4 4 4H10ZM5 12H9V6H5V12Z"
|
|
115
|
+
}), n().createElement("path", {
|
|
116
|
+
fillRule: "evenodd",
|
|
117
|
+
clipRule: "evenodd",
|
|
118
|
+
d: "M20 4C20.5523 4 21 4.44772 21 5V9C21 9.55228 20.5523 10 20 10H14C13.4477 10 13 9.55228 13 9V5C13 4.44772 13.4477 4 14 4H20ZM15 8H19V6H15V8Z"
|
|
119
|
+
}));
|
|
120
|
+
}));
|
|
121
|
+
i.set("filled", (function() {
|
|
122
|
+
|
|
123
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
124
|
+
d: "M10 16C10.5523 16 11 16.4477 11 17V19C11 19.5523 10.5523 20 10 20H4C3.44772 20 3 19.5523 3 19V17C3 16.4477 3.44772 16 4 16H10Z"
|
|
125
|
+
}), n().createElement("path", {
|
|
126
|
+
d: "M20 12C20.5523 12 21 12.4477 21 13V19C21 19.5523 20.5523 20 20 20H14C13.4477 20 13 19.5523 13 19V13C13 12.4477 13.4477 12 14 12H20Z"
|
|
127
|
+
}), n().createElement("path", {
|
|
128
|
+
d: "M10 4C10.5523 4 11 4.44772 11 5V13C11 13.5523 10.5523 14 10 14H4C3.44772 14 3 13.5523 3 13V5C3 4.44772 3.44772 4 4 4H10Z"
|
|
129
|
+
}), n().createElement("path", {
|
|
130
|
+
d: "M20 4C20.5523 4 21 4.44772 21 5V9C21 9.55228 20.5523 10 20 10H14C13.4477 10 13 9.55228 13 9V5C13 4.44772 13.4477 4 14 4H20Z"
|
|
131
|
+
}));
|
|
132
|
+
}));
|
|
133
|
+
var c = [ "default", "outlined", "filled" ];
|
|
134
|
+
var f = function e(t) {
|
|
135
|
+
return c.indexOf(t) >= 0;
|
|
136
|
+
};
|
|
137
|
+
var v = function e(t) {
|
|
138
|
+
return t === "default" || t && !f(t) ? "outlined" : t;
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* @description Cisco AI Canvas icon, layout stacked container blocks
|
|
142
|
+
* @category Layouts
|
|
143
|
+
* @keywords dashboard studio, data visualization editor
|
|
144
|
+
* @variants outlined,filled
|
|
145
|
+
*/ var C = function e(t) {
|
|
146
|
+
var a = t.children, d = t.variant, c = d === void 0 ? "default" : d, f = u(t, [ "children", "variant" ]);
|
|
147
|
+
var C = v(c);
|
|
148
|
+
var p = "layoutstacked-".concat(C);
|
|
149
|
+
var V = (0, r.useContext)(l.IconContext);
|
|
150
|
+
var s = i.get(C);
|
|
151
|
+
if (false) {}
|
|
152
|
+
if (V && s) {
|
|
153
|
+
var H = V.toRender, m = V.addIcon;
|
|
154
|
+
m(p, s());
|
|
155
|
+
if (!H) {
|
|
156
|
+
return null;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
return n().createElement(o(), f, a, V ? n().createElement("use", {
|
|
161
|
+
href: "#".concat(p)
|
|
162
|
+
}) : !!s && s());
|
|
163
|
+
};
|
|
164
|
+
/* harmony default export */ const p = C;
|
|
165
|
+
module.exports = t;
|
|
166
|
+
/******/})();
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
72
|
const o = require("@splunk/react-icons/SVG");
|
|
73
73
|
var a = e.n(o);
|
|
74
|
-
// CONCATENATED MODULE: ./src/icons/
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/MultipleFolders.tsx
|
|
75
75
|
function u(e, r) {
|
|
76
76
|
if (null == e) return {};
|
|
77
77
|
var t, n, l = i(e, r);
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
*/ var C = function e(r) {
|
|
130
130
|
var o = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
131
131
|
var C = v(d);
|
|
132
|
-
var s = "
|
|
132
|
+
var s = "multiplefolders-".concat(C);
|
|
133
133
|
var V = (0, t.useContext)(l.IconContext);
|
|
134
134
|
var p = c.get(C);
|
|
135
135
|
if (false) {}
|
package/NodeFollowFour.js
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M11.
|
|
106
|
+
d: "M11.9492 3C11.3969 3 10.9492 3.44771 10.9492 4C10.9492 4.55228 11.3969 5 11.9492 5C12.5015 5 12.9492 4.55228 12.9492 4C12.9492 3.44771 12.5015 3 11.9492 3ZM8.94922 4C8.94922 2.34314 10.2923 1 11.9492 1C13.6061 1 14.9492 2.34314 14.9492 4C14.9492 4.44955 14.8503 4.87601 14.6731 5.25882L17.2223 7.80819C16.6584 8.17573 16.1733 8.65396 15.7977 9.21206L13.2768 6.69098C12.8766 6.88882 12.4259 7 11.9492 7C10.2923 7 8.94922 5.65685 8.94922 4ZM7.79789 6.78772L5.27682 9.309C4.8766 9.11117 4.42589 9 3.94922 9C2.29236 9 0.949219 10.3431 0.949219 12C0.949219 13.6568 2.29236 15 3.94922 15C5.60607 15 6.94922 13.6568 6.94922 12C6.94922 11.5504 6.85033 11.1239 6.67311 10.7411L9.22238 8.19166C8.65853 7.82409 8.17342 7.34584 7.79789 6.78772ZM3.94922 11C3.39693 11 2.94922 11.4477 2.94922 12C2.94922 12.5523 3.39693 13 3.94922 13C4.5015 13 4.94922 12.5523 4.94922 12C4.94922 11.4477 4.5015 11 3.94922 11ZM8.14018 14.7266C7.77265 15.2904 7.29442 15.7756 6.73633 16.1511L9.25794 18.6729C9.06028 19.073 8.94922 19.5235 8.94922 20C8.94922 21.6568 10.2923 23 11.9492 23C13.6061 23 14.9492 21.6568 14.9492 20C14.9492 18.3431 13.6061 17 11.9492 17C11.4994 17 11.0727 17.099 10.6898 17.2764L8.14018 14.7266ZM11.9492 19C11.3969 19 10.9492 19.4477 10.9492 20C10.9492 20.5523 11.3969 21 11.9492 21C12.5015 21 12.9492 20.5523 12.9492 20C12.9492 19.4477 12.5015 19 11.9492 19ZM18.9492 12C18.9492 11.4477 19.3969 11 19.9492 11C20.5015 11 20.9492 11.4477 20.9492 12C20.9492 12.5523 20.5015 13 19.9492 13C19.3969 13 18.9492 12.5523 18.9492 12ZM19.9492 9C18.2923 9 16.9492 10.3431 16.9492 12C16.9492 12.4764 17.0602 12.9268 17.2579 13.3269L14.7363 15.8486C15.2944 16.2242 15.7727 16.7093 16.1402 17.2732L18.6896 14.7235C19.0726 14.901 19.4993 15 19.9492 15C21.6061 15 22.9492 13.6568 22.9492 12C22.9492 10.3431 21.6061 9 19.9492 9Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
i.set("filled", (function() {
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
i.set("outlined", (function() {
|
|
102
102
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
-
d: "M19.6364 7.23012C19.
|
|
104
|
+
d: "M19.6364 7.23012C19.1943 6.59016 18.6572 6.01919 18.0421 5.53764L17.6242 5.21049C16.3885 5.25416 15.1736 5.55002 14.0546 6.08117L13.6538 6.27139C12.9844 6.58914 12.3486 6.97348 11.7562 7.41859L11.3906 7.69327L9.96223 6.26492L10.0051 6.23258L10.5549 5.81959C11.2546 5.29385 12.0055 4.8399 12.7962 4.46459L13.197 4.27437C14.6806 3.57019 16.3022 3.20485 17.9445 3.20483C18.1792 3.20483 18.4071 3.28344 18.592 3.42813L19.275 3.96283C20.3441 4.79981 21.2261 5.85141 21.8642 7.0499C22.1218 7.53362 21.9613 8.13413 21.4969 8.42494L17.2226 11.101C16.7521 11.3955 16.1405 11.3255 15.7488 10.9322L14.7124 9.89149C14.6665 9.84541 14.5951 9.83635 14.5391 9.86958C14.3367 9.98971 14.1378 10.115 13.9426 10.2453L12.5043 8.80704C12.8329 8.57511 13.1711 8.35576 13.5184 8.14966C14.3618 7.64908 15.4375 7.78531 16.1295 8.48019L16.7095 9.06259L19.6364 7.23012Z"
|
|
105
105
|
}), n().createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
clipRule: "evenodd",
|
|
108
|
-
d: "M7.
|
|
108
|
+
d: "M7.30017 8.71414L4.29339 5.70735C3.90286 5.31683 3.90286 4.68366 4.29339 4.29314C4.68391 3.90261 5.31707 3.90261 5.7076 4.29314L19.7076 18.2931C20.0981 18.6837 20.0981 19.3168 19.7076 19.7074C19.3171 20.0979 18.6839 20.0979 18.2934 19.7074L11.2337 12.6477C10.7336 13.2313 10.2834 13.8592 9.88923 14.5253C9.85622 14.5811 9.86516 14.6522 9.91096 14.6981L10.9534 15.7423C11.3446 16.1341 11.4139 16.7439 11.1207 17.2136L8.44842 21.4939C8.1571 21.9605 7.55396 22.1215 7.06878 21.862C5.87829 21.2253 4.82812 20.3555 3.98088 19.3044L3.41875 18.607C3.26878 18.4209 3.18695 18.189 3.18695 17.9499C3.18695 16.4502 3.50976 14.9681 4.13345 13.6042L4.43579 12.9431C4.84472 12.0488 5.34814 11.2009 5.93746 10.4138L6.25695 9.98706C6.58625 9.54722 6.93436 9.12254 7.30017 8.71414ZM9.81589 11.2299C9.20001 11.934 8.6479 12.6958 8.168 13.5068C7.67028 14.3479 7.80499 15.4193 8.49554 16.1111L9.08353 16.7001L7.25086 19.6355C6.60725 19.1936 6.02994 18.6596 5.53802 18.0493L5.19333 17.6217C5.2361 16.5215 5.49354 15.4392 5.95229 14.436L6.25463 13.7748C6.60424 13.0103 7.03464 12.2854 7.53847 11.6124L7.85796 11.1857C8.13011 10.8222 8.41665 10.4703 8.71678 10.1307L9.81589 11.2299Z"
|
|
109
109
|
}));
|
|
110
110
|
}));
|
|
111
111
|
i.set("filled", (function() {
|
package/RectangularsArrowInto.js
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
114
|
fillRule: "evenodd",
|
|
115
115
|
clipRule: "evenodd",
|
|
116
|
-
d: "M1.
|
|
116
|
+
d: "M1.99985 4C1.99985 3.44772 2.44756 3 2.99985 3L16.9998 3C17.5521 3 17.9998 3.44772 17.9998 4V9.99999C17.9998 10.5523 17.5521 11 16.9998 11L10.9998 11L10.9998 13L20.9998 13C21.2651 13 21.5194 13.1054 21.707 13.2929C21.8945 13.4804 21.9998 13.7348 21.9998 14L21.9998 20C21.9998 20.5523 21.5521 21 20.9998 21L7.99985 21C7.44756 21 6.99985 20.5523 6.99985 20L6.99985 14C6.99985 13.4477 7.44756 13 7.99985 13H8.99981L8.99977 11H2.99985C2.44756 11 1.99985 10.5523 1.99985 9.99999L1.99985 4ZM9.01005 6.21721C9.55675 5.67044 10.4432 5.67039 10.9899 6.21709L12.6366 7.86356C12.9881 8.21501 12.9881 8.78486 12.6367 9.13635C12.2852 9.48784 11.7154 9.48788 11.3639 9.13642L10.8999 8.67251L10.8998 11L9.09978 10.9999L9.09992 8.67306L8.63667 9.13635C8.28522 9.48784 7.71537 9.48788 7.36388 9.13642C7.01239 8.78497 7.01236 8.21512 7.36381 7.86363L9.01005 6.21721Z"
|
|
117
117
|
}));
|
|
118
118
|
}));
|
|
119
119
|
var d = [ "default", "outlined", "filled" ];
|