@splunk/react-icons 4.1.0 → 4.3.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/ArrowSquareInsideRight.js +1 -1
- package/ArrowsCircularDouble.js +1 -1
- package/ArrowsRoundedRectangularDouble.js +1 -1
- package/BoxCardboard.js +5 -5
- package/Bus.js +5 -5
- package/CHANGELOG.md +14 -0
- package/Car.js +3 -3
- package/ChartGantt.js +1 -1
- package/Cloud.js +2 -2
- package/CloudNodesInside.js +1 -1
- package/Containership.js +1 -1
- package/ControlFastForwardCircle.js +1 -1
- package/ControlNextCircle.js +1 -1
- package/ControlPause.js +1 -1
- package/ControlPauseCircle.js +1 -1
- package/ControlPlay.js +1 -1
- package/ControlPlayBrackets.js +1 -1
- package/ControlPlayCircle.js +1 -1
- package/ControlPlayResume.js +2 -2
- package/ControlPreviousCircle.js +1 -1
- package/ControlRewindCircle.js +1 -1
- package/ControlStop.js +1 -1
- package/CylinderMetrics.js +1 -1
- package/DataType.js +4 -4
- package/FileAiff.js +1 -1
- package/FileChartColumn.js +4 -4
- package/FileChevrons.d.ts +2 -0
- package/FileChevrons.js +160 -0
- package/FileMagnifier.js +43 -45
- package/FileZipped.d.ts +2 -0
- package/FileZipped.js +156 -0
- package/Hammer.js +2 -2
- package/HotAirBalloon.js +2 -2
- package/NodeConnection.js +6 -6
- package/Palette.js +9 -9
- package/Pin.js +1 -1
- package/PlusSquare.d.ts +2 -0
- package/PlusSquare.js +158 -0
- package/RectangularsArrowInto.js +1 -1
- package/Report.js +51 -51
- package/Scissors.js +1 -1
- package/ServersCloud.js +7 -7
- package/StarSparklesDouble.d.ts +2 -0
- package/StarSparklesDouble.js +162 -0
- package/SuperCar.js +1 -1
- package/TagMarkerRight.d.ts +2 -0
- package/TagMarkerRight.js +154 -0
- package/Truck.js +1 -1
- package/package.json +5 -5
- package/types/icons/ArrowSquareInsideRight.d.ts +1 -1
- package/types/icons/ArrowsCircularDouble.d.ts +1 -1
- package/types/icons/ArrowsRoundedRectangularDouble.d.ts +1 -1
- package/types/icons/Bus.d.ts +1 -1
- package/types/icons/Car.d.ts +1 -1
- package/types/icons/ChartGantt.d.ts +1 -1
- package/types/icons/ControlFastForwardCircle.d.ts +1 -1
- package/types/icons/ControlNextCircle.d.ts +1 -1
- package/types/icons/ControlPause.d.ts +1 -1
- package/types/icons/ControlPauseCircle.d.ts +1 -1
- package/types/icons/ControlPlay.d.ts +1 -1
- package/types/icons/ControlPlayBrackets.d.ts +1 -1
- package/types/icons/ControlPlayCircle.d.ts +1 -1
- package/types/icons/ControlPlayResume.d.ts +2 -2
- package/types/icons/ControlPreviousCircle.d.ts +1 -1
- package/types/icons/ControlRewindCircle.d.ts +1 -1
- package/types/icons/ControlStop.d.ts +1 -1
- package/types/icons/CylinderMetrics.d.ts +1 -1
- package/types/icons/FileAiff.d.ts +1 -1
- package/types/icons/FileChevrons.d.ts +20 -0
- package/types/icons/FileZipped.d.ts +20 -0
- package/types/icons/Palette.d.ts +3 -3
- package/types/icons/PlusSquare.d.ts +20 -0
- package/types/icons/StarSparklesDouble.d.ts +20 -0
- package/types/icons/SuperCar.d.ts +1 -1
- package/types/icons/TagMarkerRight.d.ts +20 -0
- package/types/icons/Truck.d.ts +1 -1
|
@@ -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 */ m
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const a = require("@splunk/react-icons/SVG");
|
|
71
|
+
var o = e.n(a);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const l = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/TagMarkerRight.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (e == null) return {};
|
|
77
|
+
var t = i(e, r);
|
|
78
|
+
var n, a;
|
|
79
|
+
if (Object.getOwnPropertySymbols) {
|
|
80
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
81
|
+
for (a = 0; a < o.length; a++) {
|
|
82
|
+
n = o[a];
|
|
83
|
+
if (r.indexOf(n) >= 0) continue;
|
|
84
|
+
if (!Object.prototype.propertyIsEnumerable.call(e, n)) continue;
|
|
85
|
+
t[n] = e[n];
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return t;
|
|
89
|
+
}
|
|
90
|
+
function i(e, r) {
|
|
91
|
+
if (e == null) return {};
|
|
92
|
+
var t = {};
|
|
93
|
+
var n = Object.keys(e);
|
|
94
|
+
var a, o;
|
|
95
|
+
for (o = 0; o < n.length; o++) {
|
|
96
|
+
a = n[o];
|
|
97
|
+
if (r.indexOf(a) >= 0) continue;
|
|
98
|
+
t[a] = e[a];
|
|
99
|
+
}
|
|
100
|
+
return t;
|
|
101
|
+
}
|
|
102
|
+
var c = {
|
|
103
|
+
variant: "default"
|
|
104
|
+
};
|
|
105
|
+
var f = new Map;
|
|
106
|
+
f.set("outlined", (function() {
|
|
107
|
+
|
|
108
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
|
+
fillRule: "evenodd",
|
|
110
|
+
clipRule: "evenodd",
|
|
111
|
+
d: "M4.5 6C4.22386 6 4 6.22386 4 6.5V17.5C4 17.7761 4.22386 18 4.5 18H14.1716C14.4368 18 14.6911 17.8946 14.8787 17.7071L20.5858 12L14.8787 6.29289C14.6911 6.10536 14.4368 6 14.1716 6H4.5ZM2 6.5C2 5.11929 3.11929 4 4.5 4H14.1716C14.9672 4 15.7303 4.31607 16.2929 4.87868L22.3536 10.9393C22.9393 11.5251 22.9393 12.4749 22.3536 13.0607L16.2929 19.1213C15.7303 19.6839 14.9672 20 14.1716 20H4.5C3.11929 20 2 18.8807 2 17.5V6.5Z"
|
|
112
|
+
}));
|
|
113
|
+
}));
|
|
114
|
+
f.set("filled", (function() {
|
|
115
|
+
|
|
116
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
117
|
+
d: "M4.5 4C3.11929 4 2 5.11929 2 6.5V17.5C2 18.8807 3.11929 20 4.5 20H14.1716C14.9672 20 15.7303 19.6839 16.2929 19.1213L22.3536 13.0607C22.9393 12.4749 22.9393 11.5251 22.3536 10.9393L16.2929 4.87868C15.7303 4.31607 14.9672 4 14.1716 4H4.5Z"
|
|
118
|
+
}));
|
|
119
|
+
}));
|
|
120
|
+
var d = [ "default", "outlined", "filled" ];
|
|
121
|
+
var v = function e(r) {
|
|
122
|
+
return d.indexOf(r) >= 0;
|
|
123
|
+
};
|
|
124
|
+
var s = function e(r) {
|
|
125
|
+
return r === "default" || r && !v(r) ? "outlined" : r;
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
*
|
|
130
|
+
*
|
|
131
|
+
* @variants outlined,filled
|
|
132
|
+
*/ var p = function e(r) {
|
|
133
|
+
var a = r.children, i = r.variant, c = u(r, [ "children", "variant" ]);
|
|
134
|
+
var d = s(i);
|
|
135
|
+
var v = "tagmarkerright-".concat(d);
|
|
136
|
+
var p = (0, t.useContext)(l.IconContext);
|
|
137
|
+
var m = f.get(d);
|
|
138
|
+
if (false) {}
|
|
139
|
+
if (p && m) {
|
|
140
|
+
var y = p.toRender, C = p.addIcon;
|
|
141
|
+
C(v, m());
|
|
142
|
+
if (!y) {
|
|
143
|
+
return null;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
return n().createElement(o(), c, a, p ? n().createElement("use", {
|
|
148
|
+
href: "#".concat(v)
|
|
149
|
+
}) : !!m && m());
|
|
150
|
+
};
|
|
151
|
+
p.defaultProps = c;
|
|
152
|
+
/* harmony default export */ const m = p;
|
|
153
|
+
module.exports = r;
|
|
154
|
+
/******/})();
|
package/Truck.js
CHANGED
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
/**
|
|
132
132
|
* @description Truck
|
|
133
133
|
* @category Objects
|
|
134
|
-
* @keywords vehicle, logistics, transport, delivery, gas
|
|
134
|
+
* @keywords vehicle, logistics, transport, delivery, gas, vehicle
|
|
135
135
|
* @variants outlined,filled
|
|
136
136
|
*/ var s = function e(r) {
|
|
137
137
|
var a = r.children, C = r.variant, i = u(r, [ "children", "variant" ]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splunk/react-icons",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "Library of various React icons",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Splunk Inc.",
|
|
@@ -34,10 +34,6 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@splunk/ui-utils": "^1.6.0",
|
|
37
|
-
"@types/lodash": "^4.14.156",
|
|
38
|
-
"@types/react": "^16.9.38",
|
|
39
|
-
"@types/react-dom": "^16.9.8",
|
|
40
|
-
"@types/styled-components": "^5.1.0",
|
|
41
37
|
"lodash": "^4.17.14",
|
|
42
38
|
"prop-types": "^15.6.2"
|
|
43
39
|
},
|
|
@@ -54,6 +50,10 @@
|
|
|
54
50
|
"@testing-library/user-event": "^14.4.3",
|
|
55
51
|
"@types/fs-extra": "^9.0.13",
|
|
56
52
|
"@types/jest": "^26.0.0",
|
|
53
|
+
"@types/lodash": "^4.14.156",
|
|
54
|
+
"@types/react": "^16.9.38",
|
|
55
|
+
"@types/react-dom": "^16.9.8",
|
|
56
|
+
"@types/styled-components": "^5.1.0",
|
|
57
57
|
"@typescript-eslint/eslint-plugin": "^4.8.2",
|
|
58
58
|
"@typescript-eslint/parser": "^4.8.2",
|
|
59
59
|
"babel-loader": "^8.3.0",
|
|
@@ -8,7 +8,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* @description Input Square represents input source or channel, Actions, tv, monitor, external input, data input, square, box
|
|
12
12
|
*
|
|
13
13
|
*
|
|
14
14
|
* @variants outlined,filled
|
|
@@ -8,7 +8,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* @description
|
|
11
|
+
* @description Refresh (Reload, Syncing) action used to start reloading or synchronization
|
|
12
12
|
* @category Controls
|
|
13
13
|
* @keywords arrows, loading animation, repeat, cycle
|
|
14
14
|
* @variants outlined
|
|
@@ -8,7 +8,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* @description Repeat mode ON status toggle button icon, auto search run for ICX. Recommend to use in highlight color to make it prominent.
|
|
11
|
+
* @description Repeat mode ON status toggle button icon, auto search run for ICX. Recommend to use in highlight color to make it prominent. *This shows a current status, not an action
|
|
12
12
|
* @category Controls
|
|
13
13
|
* @keywords loop, return to first
|
|
14
14
|
* @variants outlined
|
package/types/icons/Bus.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Bus
|
|
12
12
|
* @category Objects
|
|
13
|
-
* @keywords transport, school, gas
|
|
13
|
+
* @keywords transport, school, gas, vehicle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const Bus: {
|
package/types/icons/Car.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Car
|
|
12
12
|
* @category Objects
|
|
13
|
-
* @keywords transport, gas, drive, leisure, suv
|
|
13
|
+
* @keywords transport, gas, drive, leisure, suv, vehicle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const Car: {
|
|
@@ -8,7 +8,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* @description Timeline chart for DataViz, Data Visualization, APM, gantt chart, dashboard studio, data visualization editor, waterfall
|
|
12
12
|
*
|
|
13
13
|
*
|
|
14
14
|
* @variants outlined,filled
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Control Fast Forward Circle is an action button, or fast search status
|
|
12
12
|
* @category Controls
|
|
13
|
-
* @keywords fast forward button, next, preview
|
|
13
|
+
* @keywords fast forward button, next, preview, playing status, triangle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlFastForwardCircle: {
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Control Next Circle is an action to skip to next content
|
|
12
12
|
* @category Controls
|
|
13
|
-
* @keywords next button, left pipe, fast forward, preview
|
|
13
|
+
* @keywords next button, left pipe, fast forward, preview, playing status, triangle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlNextCircle: {
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Control Pause is an action to pause playing content or data stream, indicate paused status
|
|
12
12
|
* @category Controls
|
|
13
|
-
* @keywords pause button, paused status
|
|
13
|
+
* @keywords pause button, paused status, playing status
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlPause: {
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Control Pause Circle is an action to pause, or indicate paused status
|
|
12
12
|
* @category Controls
|
|
13
|
-
* @keywords status, paused, data stream, searching, processing
|
|
13
|
+
* @keywords status, paused, data stream, searching, processing, playing status
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlPauseCircle: {
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Control Play is an action to play content or data stream, programmed process
|
|
12
12
|
* @category Controls
|
|
13
|
-
* @keywords play button, playing status
|
|
13
|
+
* @keywords play button, playing status, triangle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlPlay: {
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Control Play Circle, play button with circle indicates running status or play action
|
|
12
12
|
* @category Controls
|
|
13
|
-
* @keywords play button, playing status
|
|
13
|
+
* @keywords play button, playing status, triangle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlPlayCircle: {
|
|
@@ -8,8 +8,8 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* @description
|
|
12
|
-
* @category Controls
|
|
11
|
+
* @description Resume play,
|
|
12
|
+
* @category Controls, playing status, triangle
|
|
13
13
|
*
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Control Previous Circle is an action to skip to next content or back to top
|
|
12
12
|
* @category Controls
|
|
13
|
-
* @keywords previous button, right pipe, fast rewind, preview
|
|
13
|
+
* @keywords previous button, right pipe, fast rewind, preview, playing status, triangle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlPreviousCircle: {
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Control Rewind Circle is an action button for fast rewind (ff) button, fast search
|
|
12
12
|
* @category Controls
|
|
13
|
-
* @keywords fast rewind button, preview, previous
|
|
13
|
+
* @keywords fast rewind button, preview, previous, playing status, triangle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlRewindCircle: {
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Control Stop is stop playing action
|
|
12
12
|
* @category Controls
|
|
13
|
-
* @keywords stop button, stopped status, square, box
|
|
13
|
+
* @keywords stop button, stopped status, square, box, playing status
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const ControlStop: {
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Dataset Metrics represents metrix datasets for ICX
|
|
12
12
|
* @category Data Type
|
|
13
|
-
* @keywords index logs, database, dataset, storage
|
|
13
|
+
* @keywords index logs, database, dataset, storage, ruler
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const CylinderMetrics: {
|
|
@@ -8,7 +8,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* @description File AIFF is one of audio file formats mostly used on Mac OS, File Extensions, document format
|
|
12
12
|
*
|
|
13
13
|
*
|
|
14
14
|
* @variants outlined,filled
|
|
@@ -0,0 +1,20 @@
|
|
|
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 Source file, code file, HTML file, text file, Reports,
|
|
12
|
+
* @category document, script, develop, editor
|
|
13
|
+
*
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const FileChevrons: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default FileChevrons;
|
|
@@ -0,0 +1,20 @@
|
|
|
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 Zip archive, compressed file, Reports, document, package, extract
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const FileZipped: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default FileZipped;
|
package/types/icons/Palette.d.ts
CHANGED
|
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* @description Color, Style, Theme represents visual customization *not cookie
|
|
12
|
-
* @category
|
|
13
|
-
*
|
|
11
|
+
* @description Color, Style, Theme represents visual customization *not cookie, Objects
|
|
12
|
+
* @category dashboard studio, data visualization editor
|
|
13
|
+
*
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const Palette: {
|
|
@@ -0,0 +1,20 @@
|
|
|
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 Add or expand action for specific use case. Plus Circle is more standard than square, Actions, button, action, expand/collapse
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const PlusSquare: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default PlusSquare;
|
|
@@ -0,0 +1,20 @@
|
|
|
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 Represent AI (Artificial Intelligent) service or an AI assistant, Objects, deep learning, LLM, copilot, automation
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const StarSparklesDouble: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default StarSparklesDouble;
|
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Fast race vehicle, convertible car
|
|
12
12
|
* @category Objects
|
|
13
|
-
* @keywords transport, rapid, open, gas
|
|
13
|
+
* @keywords transport, rapid, open, gas, vehicle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const SuperCar: {
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
*
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const TagMarkerRight: {
|
|
17
|
+
({ children, variant, ...otherprops }: IconBaseProps): JSX.Element | null;
|
|
18
|
+
defaultProps: IconBaseProps;
|
|
19
|
+
};
|
|
20
|
+
export default TagMarkerRight;
|
package/types/icons/Truck.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
10
10
|
/**
|
|
11
11
|
* @description Truck
|
|
12
12
|
* @category Objects
|
|
13
|
-
* @keywords vehicle, logistics, transport, delivery, gas
|
|
13
|
+
* @keywords vehicle, logistics, transport, delivery, gas, vehicle
|
|
14
14
|
* @variants outlined,filled
|
|
15
15
|
*/
|
|
16
16
|
declare const Truck: {
|