@splunk/react-icons 5.6.0 → 5.7.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/CHANGELOG.md +5 -0
- package/CylinderWavesArrowUp.d.ts +2 -0
- package/CylinderWavesArrowUp.js +162 -0
- package/icon-catalog.json +12 -0
- package/package.json +1 -1
- package/types/icons/CylinderWavesArrowUp.d.ts +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = C => {
|
|
12
|
+
/******/ var r = C && C.__esModule ?
|
|
13
|
+
/******/ () => C["default"]
|
|
14
|
+
/******/ : () => C
|
|
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 = (C, r) => {
|
|
27
|
+
/******/ for (var t in r) {
|
|
28
|
+
/******/ if (e.o(r, t) && !e.o(C, t)) {
|
|
29
|
+
/******/ Object.defineProperty(C, t, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: r[t]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, C) => Object.prototype.hasOwnProperty.call(e, C)
|
|
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 C = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(C);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(C, {
|
|
64
|
+
default: () => /* binding */ p
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const r = require("react");
|
|
68
|
+
var t = e.n(r);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
70
|
+
const n = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const l = require("@splunk/react-icons/SVG");
|
|
73
|
+
var a = e.n(l);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/CylinderWavesArrowUp.tsx
|
|
75
|
+
function o(e, C) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var r, t, n = u(e, C);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var l = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (t = 0; t < l.length; t++) {
|
|
81
|
+
r = l[t], -1 === C.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (n[r] = e[r]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return n;
|
|
85
|
+
}
|
|
86
|
+
function u(e, C) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var r = {};
|
|
89
|
+
for (var t in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, t)) {
|
|
91
|
+
if (-1 !== C.indexOf(t)) continue;
|
|
92
|
+
r[t] = e[t];
|
|
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 d = new Map;
|
|
101
|
+
d.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return t().createElement(t().Fragment, null, t().createElement("path", {
|
|
104
|
+
fillRule: "evenodd",
|
|
105
|
+
clipRule: "evenodd",
|
|
106
|
+
d: "M10 2C12.0165 2 13.8857 2.28989 15.2861 2.79004C15.9819 3.03853 16.6157 3.35825 17.0947 3.7627C17.5692 4.16333 18 4.74631 18 5.5V10C17.3049 10 16.6338 10.1024 16 10.291V7.91699C15.7726 8.02377 15.5333 8.12169 15.2861 8.20996C13.8857 8.71011 12.0165 9 10 9C7.98346 9 6.11434 8.71011 4.71387 8.20996C4.4667 8.12169 4.22738 8.02377 4 7.91699V17.5C4 17.8836 4.337 18.4999 5.49707 19.0801C6.5977 19.6304 8.18859 20 10 20C10.5667 20 11.1117 19.963 11.627 19.8965C11.9328 20.5684 12.3411 21.1837 12.833 21.7217C11.947 21.9017 10.9906 22 10 22C7.94557 22 6.03635 21.5855 4.60352 20.8691C3.23046 20.1826 2 19.0493 2 17.5V5.5C2 4.74631 2.43081 4.16333 2.90527 3.7627C3.38435 3.35825 4.0181 3.03853 4.71387 2.79004C6.11434 2.28989 7.98346 2 10 2ZM10 4C8.15069 4 6.51973 4.26921 5.38672 4.67383C4.81586 4.87771 4.42465 5.09737 4.19531 5.29102C4.07049 5.39642 4.02274 5.46681 4.00586 5.5C4.02274 5.53319 4.07049 5.60358 4.19531 5.70898C4.42465 5.90263 4.81586 6.12229 5.38672 6.32617C6.51973 6.73079 8.15069 7 10 7C11.8493 7 13.4803 6.73079 14.6133 6.32617C15.1841 6.12229 15.5754 5.90263 15.8047 5.70898C15.9295 5.60358 15.9773 5.53319 15.9941 5.5C15.9773 5.46681 15.9295 5.39642 15.8047 5.29102C15.5754 5.09737 15.1841 4.87771 14.6133 4.67383C13.4803 4.26921 11.8493 4 10 4Z"
|
|
107
|
+
}), t().createElement("path", {
|
|
108
|
+
fillRule: "evenodd",
|
|
109
|
+
clipRule: "evenodd",
|
|
110
|
+
d: "M18 12C20.7614 12 23 14.2386 23 17C23 19.7614 20.7614 22 18 22C15.2386 22 13 19.7614 13 17C13 14.2386 15.2386 12 18 12ZM18.8838 14.3232C18.4261 13.8656 17.7019 13.8369 17.2109 14.2373L17.1162 14.3232L14.9697 16.4697C14.6768 16.7626 14.6768 17.2374 14.9697 17.5303C15.2626 17.8231 15.7374 17.8232 16.0303 17.5303L17.25 16.3105V19.5C17.25 19.9142 17.5858 20.25 18 20.25C18.4142 20.25 18.75 19.9142 18.75 19.5V16.3105L19.9697 17.5303C20.2626 17.8231 20.7374 17.8232 21.0303 17.5303C21.3231 17.2374 21.3231 16.7626 21.0303 16.4697L18.8838 14.3232Z"
|
|
111
|
+
}), t().createElement("path", {
|
|
112
|
+
d: "M8.84766 14.5684C9.5029 14.6356 10.0348 14.9007 10.4053 15.085L10.4453 15.1045C10.7644 15.2629 10.978 15.3619 11.1826 15.4111C11.0641 15.9217 11 16.4534 11 17C11 17.138 11.0048 17.2751 11.0127 17.4111C10.4216 17.3237 9.93942 17.086 9.5957 16.915L9.55566 16.8955C9.14597 16.6921 8.90979 16.5859 8.64355 16.5586C8.41186 16.5349 8.05771 16.5656 7.47559 16.8799C6.98972 17.1422 6.38261 16.9613 6.12012 16.4756C5.8577 15.9896 6.03943 15.3825 6.52539 15.1201C7.37959 14.6589 8.13422 14.4953 8.84766 14.5684Z"
|
|
113
|
+
}), t().createElement("path", {
|
|
114
|
+
d: "M8.84766 11.0166C9.5029 11.0838 10.0348 11.3479 10.4053 11.5322L10.4453 11.5527C10.8547 11.756 11.0903 11.8623 11.3564 11.8896C11.5882 11.9134 11.9428 11.8829 12.5254 11.5684C12.8562 11.3898 13.2431 11.4158 13.5391 11.6045C12.7876 12.2265 12.1694 13.0032 11.7305 13.8848C11.5341 13.8998 11.3418 13.8983 11.1523 13.8789C10.4972 13.8117 9.96616 13.5476 9.5957 13.3633L9.55566 13.3438C9.14597 13.1403 8.90979 13.0332 8.64355 13.0059C8.41184 12.9822 8.0577 13.0138 7.47559 13.3281C6.98962 13.5905 6.38253 13.4088 6.12012 12.9229C5.85794 12.4369 6.03953 11.8307 6.52539 11.5684C7.37964 11.1071 8.13418 10.9435 8.84766 11.0166Z"
|
|
115
|
+
}));
|
|
116
|
+
}));
|
|
117
|
+
d.set("filled", (function() {
|
|
118
|
+
|
|
119
|
+
return t().createElement(t().Fragment, null, t().createElement("path", {
|
|
120
|
+
fillRule: "evenodd",
|
|
121
|
+
clipRule: "evenodd",
|
|
122
|
+
d: "M10 2C14.4182 2 17.9998 3.56706 18 5.5V10C16.3045 10 14.7494 10.6024 13.5381 11.6055C13.2422 11.4169 12.8561 11.3899 12.5254 11.5684C11.9428 11.8829 11.5882 11.9134 11.3564 11.8896C11.0903 11.8623 10.8547 11.756 10.4453 11.5527L10.4053 11.5322C10.0348 11.3479 9.5029 11.0838 8.84766 11.0166C8.13419 10.9435 7.37963 11.1071 6.52539 11.5684C6.03955 11.8307 5.85798 12.4369 6.12012 12.9229C6.38253 13.4088 6.98962 13.5905 7.47559 13.3281C8.05776 13.0138 8.41185 12.9831 8.64355 13.0068C8.90979 13.0342 9.14597 13.1403 9.55566 13.3438L9.5957 13.3633C9.96616 13.5476 10.4972 13.8117 11.1523 13.8789C11.3418 13.8983 11.5341 13.8998 11.7305 13.8848C11.4915 14.3648 11.3068 14.8762 11.1826 15.4111C10.978 15.3619 10.7644 15.2629 10.4453 15.1045L10.4053 15.085C10.0348 14.9007 9.5029 14.6356 8.84766 14.5684C8.13422 14.4953 7.37958 14.6589 6.52539 15.1201C6.03943 15.3825 5.8577 15.9896 6.12012 16.4756C6.3826 16.9614 6.9897 17.1423 7.47559 16.8799C8.05769 16.5656 8.41186 16.5349 8.64355 16.5586C8.90979 16.5859 9.14597 16.6921 9.55566 16.8955L9.5957 16.916C9.93939 17.087 10.4218 17.3237 11.0127 17.4111C11.1094 19.081 11.7912 20.5934 12.8564 21.7471C12.3514 21.8456 11.8401 21.9089 11.3262 21.9346L10 22.001L8.67383 21.9346C8.14277 21.908 7.61417 21.8426 7.09277 21.7383L6.53906 21.6279C5.96426 21.513 5.40714 21.3217 4.88281 21.0596L4.30664 20.7715C3.65726 20.4468 3.1039 19.9576 2.70117 19.3535C2.24438 18.6683 2.00009 17.8635 2 17.04V5.5C2.00015 3.56706 5.58182 2 10 2ZM10 4C7.99999 4 6.28471 4.35859 5.14453 4.85742C4.60189 5.09485 4.27016 5.3292 4.09473 5.5C4.27016 5.6708 4.60189 5.90515 5.14453 6.14258C6.28471 6.64141 7.99999 7 10 7C12 7 13.7153 6.64141 14.8555 6.14258C15.3981 5.90515 15.7298 5.6708 15.9053 5.5C15.7298 5.3292 15.3981 5.09485 14.8555 4.85742C13.7153 4.35859 12 4 10 4Z"
|
|
123
|
+
}), t().createElement("path", {
|
|
124
|
+
fillRule: "evenodd",
|
|
125
|
+
clipRule: "evenodd",
|
|
126
|
+
d: "M18 12C20.7614 12 23 14.2386 23 17C23 19.7614 20.7614 22 18 22C15.2386 22 13 19.7614 13 17C13 14.2386 15.2386 12 18 12ZM18.8838 14.3232C18.4261 13.8656 17.7019 13.8369 17.2109 14.2373L17.1162 14.3232L14.9697 16.4697C14.6768 16.7626 14.6768 17.2374 14.9697 17.5303C15.2626 17.8231 15.7374 17.8232 16.0303 17.5303L17.25 16.3105V19.5C17.25 19.9142 17.5858 20.25 18 20.25C18.4142 20.25 18.75 19.9142 18.75 19.5V16.3105L19.9697 17.5303C20.2626 17.8231 20.7374 17.8232 21.0303 17.5303C21.3231 17.2374 21.3231 16.7626 21.0303 16.4697L18.8838 14.3232Z"
|
|
127
|
+
}));
|
|
128
|
+
}));
|
|
129
|
+
var i = [ "default", "outlined", "filled" ];
|
|
130
|
+
var c = function e(C) {
|
|
131
|
+
return i.indexOf(C) >= 0;
|
|
132
|
+
};
|
|
133
|
+
var f = function e(C) {
|
|
134
|
+
return C === "default" || C && !c(C) ? "outlined" : C;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* @description Represents promoted machine data lake in Splunk Data Management
|
|
138
|
+
* @category Data Type
|
|
139
|
+
* @keywords data source, destination, ingest, input, checked
|
|
140
|
+
* @variants outlined,filled
|
|
141
|
+
*/ var v = function e(C) {
|
|
142
|
+
var l = C.children, u = C.variant, i = u === void 0 ? "default" : u, c = o(C, [ "children", "variant" ]);
|
|
143
|
+
var v = f(i);
|
|
144
|
+
var p = "cylinderwavesarrowup-".concat(v);
|
|
145
|
+
var s = (0, r.useContext)(n.IconContext);
|
|
146
|
+
var L = d.get(v);
|
|
147
|
+
if (false) {}
|
|
148
|
+
if (s && L) {
|
|
149
|
+
var m = s.toRender, y = s.addIcon;
|
|
150
|
+
y(p, L());
|
|
151
|
+
if (!m) {
|
|
152
|
+
return null;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
return t().createElement(a(), c, l, s ? t().createElement("use", {
|
|
157
|
+
href: "#".concat(p)
|
|
158
|
+
}) : !!L && L());
|
|
159
|
+
};
|
|
160
|
+
/* harmony default export */ const p = v;
|
|
161
|
+
module.exports = C;
|
|
162
|
+
/******/})();
|
package/icon-catalog.json
CHANGED
|
@@ -2869,6 +2869,18 @@
|
|
|
2869
2869
|
"outlined"
|
|
2870
2870
|
]
|
|
2871
2871
|
},
|
|
2872
|
+
{
|
|
2873
|
+
"name": "CylinderWavesArrowUp",
|
|
2874
|
+
"key": "./CylinderWavesArrowUp",
|
|
2875
|
+
"category": "Data Type",
|
|
2876
|
+
"description": "Represents promoted machine data lake in Splunk Data Management",
|
|
2877
|
+
"keywords": "data source, destination, ingest, input, checked",
|
|
2878
|
+
"variants": [
|
|
2879
|
+
"default",
|
|
2880
|
+
"filled",
|
|
2881
|
+
"outlined"
|
|
2882
|
+
]
|
|
2883
|
+
},
|
|
2872
2884
|
{
|
|
2873
2885
|
"name": "CylinderWrench",
|
|
2874
2886
|
"key": "./CylinderWrench",
|
package/package.json
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SVG from '@splunk/react-icons/SVG';
|
|
3
|
+
export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
|
+
*/
|
|
8
|
+
variant?: 'default' | 'outlined' | 'filled';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description Represents promoted machine data lake in Splunk Data Management
|
|
12
|
+
* @category Data Type
|
|
13
|
+
* @keywords data source, destination, ingest, input, checked
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const CylinderWavesArrowUp: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default CylinderWavesArrowUp;
|