@splunk/react-icons 5.5.0 → 5.6.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 +12 -0
- package/ChartPie.js +1 -1
- package/ControlPauseCircle.js +4 -4
- package/LaptopOpen.js +3 -3
- package/Megaphone.d.ts +2 -0
- package/Megaphone.js +150 -0
- package/MobilePhoneArrowUpInside.d.ts +2 -0
- package/MobilePhoneArrowUpInside.js +154 -0
- package/MonitorUser.d.ts +2 -0
- package/MonitorUser.js +154 -0
- package/Paperclip.js +1 -1
- package/PhoneReceiverAngledSlashed.js +4 -4
- package/Scissors.js +1 -1
- package/StarEightPoints.js +1 -1
- package/StorageMonitor.d.ts +2 -0
- package/StorageMonitor.js +156 -0
- package/SwordsCross.js +1 -1
- package/TextAlignJustified.d.ts +2 -0
- package/TextAlignJustified.js +154 -0
- package/TextDirectionMinus45.js +2 -2
- package/WeightingScale.js +1 -1
- package/WiFiSignalSlash.js +2 -2
- package/WindowUser.d.ts +2 -0
- package/WindowUser.js +154 -0
- package/WindowWrench.d.ts +2 -0
- package/WindowWrench.js +154 -0
- package/icon-catalog.json +84 -0
- package/package.json +1 -1
- package/types/icons/Megaphone.d.ts +17 -0
- package/types/icons/MobilePhoneArrowUpInside.d.ts +17 -0
- package/types/icons/MonitorUser.d.ts +17 -0
- package/types/icons/StorageMonitor.d.ts +17 -0
- package/types/icons/TextAlignJustified.d.ts +17 -0
- package/types/icons/WindowUser.d.ts +17 -0
- package/types/icons/WindowWrench.d.ts +17 -0
package/WindowWrench.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 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 */ s
|
|
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/WindowWrench.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, l = C(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 C(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 i = new Map;
|
|
101
|
+
i.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
d: "M13.4062 13.0186C14.3693 12.9306 15.4177 13.1532 15.9512 13.6865C16.5158 14.2511 16.7321 15.3927 16.6006 16.3994C16.579 16.5647 16.6282 16.7337 16.7461 16.8516L21.0469 21.1514C21.1106 21.2152 21.1537 21.2918 21.1758 21.373C21.2211 21.5403 21.1772 21.7271 21.0459 21.8584L19.8584 23.0459C19.6631 23.2412 19.3466 23.2412 19.1514 23.0459L14.8516 18.7461C14.7337 18.6282 14.5647 18.579 14.3994 18.6006C13.3927 18.7321 12.2511 18.5158 11.6865 17.9512C11.1532 17.4176 10.9305 16.3693 11.0186 15.4062C11.0528 15.0322 11.4941 14.916 11.7598 15.1816L12.9922 16.4131C13.1875 16.6081 13.504 16.6083 13.6992 16.4131L14.4131 15.6992C14.6083 15.504 14.6081 15.1875 14.4131 14.9922L13.1816 13.7598C12.916 13.4942 13.0323 13.0529 13.4062 13.0186Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
fillRule: "evenodd",
|
|
107
|
+
clipRule: "evenodd",
|
|
108
|
+
d: "M18.5 4C19.8807 4 21 5.11929 21 6.5V17.5C21 17.7359 20.9644 17.9633 20.9033 18.1797L19 16.2754V10H5V17.5C5 17.7761 5.22386 18 5.5 18H9.39746C9.58573 18.4721 9.86275 18.9555 10.2725 19.3652C10.5343 19.6271 10.8271 19.8341 11.1279 20H5.5C4.11929 20 3 18.8807 3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H18.5ZM5.5 6C5.22386 6 5 6.22386 5 6.5V8H19V6.5C19 6.22386 18.7761 6 18.5 6H5.5Z"
|
|
109
|
+
}));
|
|
110
|
+
}));
|
|
111
|
+
i.set("filled", (function() {
|
|
112
|
+
|
|
113
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
114
|
+
d: "M13.4062 13.0186C14.3693 12.9306 15.4177 13.1532 15.9512 13.6865C16.5158 14.2511 16.7321 15.3927 16.6006 16.3994C16.579 16.5647 16.6282 16.7337 16.7461 16.8516L21.0469 21.1514C21.1106 21.2152 21.1537 21.2918 21.1758 21.373C21.2211 21.5403 21.1772 21.7271 21.0459 21.8584L19.8584 23.0459C19.6631 23.2412 19.3466 23.2412 19.1514 23.0459L14.8516 18.7461C14.7337 18.6282 14.5647 18.579 14.3994 18.6006C13.3927 18.7321 12.2511 18.5158 11.6865 17.9512C11.1532 17.4176 10.9305 16.3693 11.0186 15.4062C11.0528 15.0322 11.4941 14.916 11.7598 15.1816L12.9922 16.4131C13.1875 16.6081 13.504 16.6083 13.6992 16.4131L14.4131 15.6992C14.6083 15.504 14.6081 15.1875 14.4131 14.9922L13.1816 13.7598C12.916 13.4942 13.0323 13.0529 13.4062 13.0186Z"
|
|
115
|
+
}), n().createElement("path", {
|
|
116
|
+
fillRule: "evenodd",
|
|
117
|
+
clipRule: "evenodd",
|
|
118
|
+
d: "M18.5 4C19.8807 4 21 5.11929 21 6.5V17.5C21 17.7359 20.9644 17.9633 20.9033 18.1797L18.6357 15.9121C18.6427 15.4179 18.5958 14.9167 18.4883 14.4385C18.342 13.7879 18.0497 13.0202 17.4824 12.3955L17.3652 12.2725L17.1289 12.0566C16.5623 11.5838 15.8977 11.3217 15.3213 11.1787C14.7241 11.0306 14.0917 10.9777 13.4834 11.0088L13.2246 11.0273C12.177 11.1231 11.3929 11.8478 11.1328 12.7471C11.1026 12.8516 11.0793 12.9573 11.0635 13.0635C10.9574 13.0793 10.8515 13.1026 10.7471 13.1328C9.90392 13.3766 9.21352 14.0809 9.05176 15.0312L9.02734 15.2246C8.96467 15.9107 9.00946 16.6387 9.17871 17.3213C9.34209 17.9801 9.66114 18.7538 10.2725 19.3652C10.5343 19.6271 10.8271 19.8341 11.1279 20H5.5C4.11929 20 3 18.8807 3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H18.5ZM5.5 6C5.22386 6 5 6.22386 5 6.5V8H19V6.5C19 6.22386 18.7761 6 18.5 6H5.5Z"
|
|
119
|
+
}));
|
|
120
|
+
}));
|
|
121
|
+
var c = [ "default", "outlined", "filled" ];
|
|
122
|
+
var d = function e(r) {
|
|
123
|
+
return c.indexOf(r) >= 0;
|
|
124
|
+
};
|
|
125
|
+
var f = function e(r) {
|
|
126
|
+
return r === "default" || r && !d(r) ? "outlined" : r;
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* @description Represents application testing, settings, configurations, adjustments, or generic window customization
|
|
130
|
+
* @category Objects
|
|
131
|
+
* @keywords tool, header
|
|
132
|
+
* @variants outlined,filled
|
|
133
|
+
*/ var v = function e(r) {
|
|
134
|
+
var a = r.children, C = r.variant, c = C === void 0 ? "default" : C, d = u(r, [ "children", "variant" ]);
|
|
135
|
+
var v = f(c);
|
|
136
|
+
var s = "windowwrench-".concat(v);
|
|
137
|
+
var p = (0, t.useContext)(l.IconContext);
|
|
138
|
+
var m = i.get(v);
|
|
139
|
+
if (false) {}
|
|
140
|
+
if (p && m) {
|
|
141
|
+
var L = p.toRender, y = p.addIcon;
|
|
142
|
+
y(s, m());
|
|
143
|
+
if (!L) {
|
|
144
|
+
return null;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
return n().createElement(o(), d, a, p ? n().createElement("use", {
|
|
149
|
+
href: "#".concat(s)
|
|
150
|
+
}) : !!m && m());
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const s = v;
|
|
153
|
+
module.exports = r;
|
|
154
|
+
/******/})();
|
package/icon-catalog.json
CHANGED
|
@@ -5107,6 +5107,18 @@
|
|
|
5107
5107
|
"outlined"
|
|
5108
5108
|
]
|
|
5109
5109
|
},
|
|
5110
|
+
{
|
|
5111
|
+
"name": "Megaphone",
|
|
5112
|
+
"key": "./Megaphone",
|
|
5113
|
+
"category": "Objects",
|
|
5114
|
+
"description": "Used for public announcement, release note, or new feature",
|
|
5115
|
+
"keywords": "cone, loud speaker, publish, keynote, notification",
|
|
5116
|
+
"variants": [
|
|
5117
|
+
"default",
|
|
5118
|
+
"filled",
|
|
5119
|
+
"outlined"
|
|
5120
|
+
]
|
|
5121
|
+
},
|
|
5110
5122
|
{
|
|
5111
5123
|
"name": "MeshRandom",
|
|
5112
5124
|
"key": "./MeshRandom",
|
|
@@ -5166,6 +5178,18 @@
|
|
|
5166
5178
|
"outlined"
|
|
5167
5179
|
]
|
|
5168
5180
|
},
|
|
5181
|
+
{
|
|
5182
|
+
"name": "MobilePhoneArrowUpInside",
|
|
5183
|
+
"key": "./MobilePhoneArrowUpInside",
|
|
5184
|
+
"category": "Objects",
|
|
5185
|
+
"description": "Network requests made by mobile applications, mobile upload",
|
|
5186
|
+
"keywords": "remote, send, reply, command",
|
|
5187
|
+
"variants": [
|
|
5188
|
+
"default",
|
|
5189
|
+
"filled",
|
|
5190
|
+
"outlined"
|
|
5191
|
+
]
|
|
5192
|
+
},
|
|
5169
5193
|
{
|
|
5170
5194
|
"name": "Monitor",
|
|
5171
5195
|
"key": "./Monitor",
|
|
@@ -5238,6 +5262,18 @@
|
|
|
5238
5262
|
"outlined"
|
|
5239
5263
|
]
|
|
5240
5264
|
},
|
|
5265
|
+
{
|
|
5266
|
+
"name": "MonitorUser",
|
|
5267
|
+
"key": "./MonitorUser",
|
|
5268
|
+
"category": "Objects",
|
|
5269
|
+
"description": "Used to highlight monitoring user behavior, video chat, teleconference, or remote work",
|
|
5270
|
+
"keywords": "rum, person, human, portrait, display, screen, pc",
|
|
5271
|
+
"variants": [
|
|
5272
|
+
"default",
|
|
5273
|
+
"filled",
|
|
5274
|
+
"outlined"
|
|
5275
|
+
]
|
|
5276
|
+
},
|
|
5241
5277
|
{
|
|
5242
5278
|
"name": "Moon",
|
|
5243
5279
|
"key": "./Moon",
|
|
@@ -6726,6 +6762,18 @@
|
|
|
6726
6762
|
"outlined"
|
|
6727
6763
|
]
|
|
6728
6764
|
},
|
|
6765
|
+
{
|
|
6766
|
+
"name": "StorageMonitor",
|
|
6767
|
+
"key": "./StorageMonitor",
|
|
6768
|
+
"category": "Objects",
|
|
6769
|
+
"description": "Database Monitoring entity (DBMON) in Splunk Observability",
|
|
6770
|
+
"keywords": "data set, source, screen, display",
|
|
6771
|
+
"variants": [
|
|
6772
|
+
"default",
|
|
6773
|
+
"filled",
|
|
6774
|
+
"outlined"
|
|
6775
|
+
]
|
|
6776
|
+
},
|
|
6729
6777
|
{
|
|
6730
6778
|
"name": "Store",
|
|
6731
6779
|
"key": "./Store",
|
|
@@ -6987,6 +7035,18 @@
|
|
|
6987
7035
|
"outlined"
|
|
6988
7036
|
]
|
|
6989
7037
|
},
|
|
7038
|
+
{
|
|
7039
|
+
"name": "TextAlignJustified",
|
|
7040
|
+
"key": "./TextAlignJustified",
|
|
7041
|
+
"category": "Formatting",
|
|
7042
|
+
"description": "Text is aligned evenly along both the left and right edges by adjusting the spacing between words",
|
|
7043
|
+
"keywords": "rich text, edit, format, style, layout",
|
|
7044
|
+
"variants": [
|
|
7045
|
+
"default",
|
|
7046
|
+
"filled",
|
|
7047
|
+
"outlined"
|
|
7048
|
+
]
|
|
7049
|
+
},
|
|
6990
7050
|
{
|
|
6991
7051
|
"name": "TextAlignLeft",
|
|
6992
7052
|
"key": "./TextAlignLeft",
|
|
@@ -7540,6 +7600,30 @@
|
|
|
7540
7600
|
"outlined"
|
|
7541
7601
|
]
|
|
7542
7602
|
},
|
|
7603
|
+
{
|
|
7604
|
+
"name": "WindowUser",
|
|
7605
|
+
"key": "./WindowUser",
|
|
7606
|
+
"category": "Objects",
|
|
7607
|
+
"description": "Represents user-centric applications like video chat or teleconference",
|
|
7608
|
+
"keywords": "screen, monitor, display, human, person, portrait",
|
|
7609
|
+
"variants": [
|
|
7610
|
+
"default",
|
|
7611
|
+
"filled",
|
|
7612
|
+
"outlined"
|
|
7613
|
+
]
|
|
7614
|
+
},
|
|
7615
|
+
{
|
|
7616
|
+
"name": "WindowWrench",
|
|
7617
|
+
"key": "./WindowWrench",
|
|
7618
|
+
"category": "Objects",
|
|
7619
|
+
"description": "Represents application testing, settings, configurations, adjustments, or generic window customization",
|
|
7620
|
+
"keywords": "tool, header",
|
|
7621
|
+
"variants": [
|
|
7622
|
+
"default",
|
|
7623
|
+
"filled",
|
|
7624
|
+
"outlined"
|
|
7625
|
+
]
|
|
7626
|
+
},
|
|
7543
7627
|
{
|
|
7544
7628
|
"name": "Wrench",
|
|
7545
7629
|
"key": "./Wrench",
|
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 Used for public announcement, release note, or new feature
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords cone, loud speaker, publish, keynote, notification
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const Megaphone: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default Megaphone;
|
|
@@ -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 Network requests made by mobile applications, mobile upload
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords remote, send, reply, command
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const MobilePhoneArrowUpInside: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default MobilePhoneArrowUpInside;
|
|
@@ -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 Used to highlight monitoring user behavior, video chat, teleconference, or remote work
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords rum, person, human, portrait, display, screen, pc
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const MonitorUser: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default MonitorUser;
|
|
@@ -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 Database Monitoring entity (DBMON) in Splunk Observability
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords data set, source, screen, display
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const StorageMonitor: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default StorageMonitor;
|
|
@@ -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 Text is aligned evenly along both the left and right edges by adjusting the spacing between words
|
|
12
|
+
* @category Formatting
|
|
13
|
+
* @keywords rich text, edit, format, style, layout
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const TextAlignJustified: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default TextAlignJustified;
|
|
@@ -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 user-centric applications like video chat or teleconference
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords screen, monitor, display, human, person, portrait
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const WindowUser: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default WindowUser;
|
|
@@ -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 application testing, settings, configurations, adjustments, or generic window customization
|
|
12
|
+
* @category Objects
|
|
13
|
+
* @keywords tool, header
|
|
14
|
+
* @variants outlined,filled
|
|
15
|
+
*/
|
|
16
|
+
declare const WindowWrench: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
|
+
export default WindowWrench;
|