@oxide/design-system 2.7.0 → 2.7.1--canary.1bbaaff.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/dist/{chunk-EZCJJGCD.js → chunk-BTKC2KJ2.js} +325 -234
- package/dist/chunk-BTKC2KJ2.js.map +1 -0
- package/dist/components/src/index.js +1 -1
- package/dist/icons/index.d.ts +9 -0
- package/dist/icons/react/index.d.ts +176 -158
- package/dist/icons/react/index.js +7 -1
- package/icons/sprite.svg +1 -1
- package/icons/svg/download-outline-12.svg +1 -0
- package/icons/svg/open-link-12.svg +1 -1
- package/icons/svg/size-outline-12.svg +1 -0
- package/icons/svg/time-outline-12.svg +1 -0
- package/package.json +1 -1
- package/dist/chunk-EZCJJGCD.js.map +0 -1
|
@@ -1,893 +1,911 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
|
+
interface SVGRProps$2I {
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const Access24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2I) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
interface SVGRProps$2H {
|
|
11
|
+
title?: string;
|
|
12
|
+
titleId?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const AccessToken24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2H) => react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
interface SVGRProps$2G {
|
|
17
|
+
title?: string;
|
|
18
|
+
titleId?: string;
|
|
19
|
+
}
|
|
20
|
+
declare const Action24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2G) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
4
22
|
interface SVGRProps$2F {
|
|
5
23
|
title?: string;
|
|
6
24
|
titleId?: string;
|
|
7
25
|
}
|
|
8
|
-
declare const
|
|
26
|
+
declare const Affinity24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2F) => react_jsx_runtime.JSX.Element;
|
|
9
27
|
|
|
10
28
|
interface SVGRProps$2E {
|
|
11
29
|
title?: string;
|
|
12
30
|
titleId?: string;
|
|
13
31
|
}
|
|
14
|
-
declare const
|
|
32
|
+
declare const AddRoundel24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2E) => react_jsx_runtime.JSX.Element;
|
|
15
33
|
|
|
16
34
|
interface SVGRProps$2D {
|
|
17
35
|
title?: string;
|
|
18
36
|
titleId?: string;
|
|
19
37
|
}
|
|
20
|
-
declare const
|
|
38
|
+
declare const Calendar24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2D) => react_jsx_runtime.JSX.Element;
|
|
21
39
|
|
|
22
40
|
interface SVGRProps$2C {
|
|
23
41
|
title?: string;
|
|
24
42
|
titleId?: string;
|
|
25
43
|
}
|
|
26
|
-
declare const
|
|
44
|
+
declare const Chat24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2C) => react_jsx_runtime.JSX.Element;
|
|
27
45
|
|
|
28
46
|
interface SVGRProps$2B {
|
|
29
47
|
title?: string;
|
|
30
48
|
titleId?: string;
|
|
31
49
|
}
|
|
32
|
-
declare const
|
|
50
|
+
declare const Clipboard24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2B) => react_jsx_runtime.JSX.Element;
|
|
33
51
|
|
|
34
52
|
interface SVGRProps$2A {
|
|
35
53
|
title?: string;
|
|
36
54
|
titleId?: string;
|
|
37
55
|
}
|
|
38
|
-
declare const
|
|
56
|
+
declare const Cloud24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2A) => react_jsx_runtime.JSX.Element;
|
|
39
57
|
|
|
40
58
|
interface SVGRProps$2z {
|
|
41
59
|
title?: string;
|
|
42
60
|
titleId?: string;
|
|
43
61
|
}
|
|
44
|
-
declare const
|
|
62
|
+
declare const Compatibility24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2z) => react_jsx_runtime.JSX.Element;
|
|
45
63
|
|
|
46
64
|
interface SVGRProps$2y {
|
|
47
65
|
title?: string;
|
|
48
66
|
titleId?: string;
|
|
49
67
|
}
|
|
50
|
-
declare const
|
|
68
|
+
declare const Contrast24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2y) => react_jsx_runtime.JSX.Element;
|
|
51
69
|
|
|
52
70
|
interface SVGRProps$2x {
|
|
53
71
|
title?: string;
|
|
54
72
|
titleId?: string;
|
|
55
73
|
}
|
|
56
|
-
declare const
|
|
74
|
+
declare const Cpu24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2x) => react_jsx_runtime.JSX.Element;
|
|
57
75
|
|
|
58
76
|
interface SVGRProps$2w {
|
|
59
77
|
title?: string;
|
|
60
78
|
titleId?: string;
|
|
61
79
|
}
|
|
62
|
-
declare const
|
|
80
|
+
declare const Delete24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2w) => react_jsx_runtime.JSX.Element;
|
|
63
81
|
|
|
64
82
|
interface SVGRProps$2v {
|
|
65
83
|
title?: string;
|
|
66
84
|
titleId?: string;
|
|
67
85
|
}
|
|
68
|
-
declare const
|
|
86
|
+
declare const Dislike24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2v) => react_jsx_runtime.JSX.Element;
|
|
69
87
|
|
|
70
88
|
interface SVGRProps$2u {
|
|
71
89
|
title?: string;
|
|
72
90
|
titleId?: string;
|
|
73
91
|
}
|
|
74
|
-
declare const
|
|
92
|
+
declare const Document24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2u) => react_jsx_runtime.JSX.Element;
|
|
75
93
|
|
|
76
94
|
interface SVGRProps$2t {
|
|
77
95
|
title?: string;
|
|
78
96
|
titleId?: string;
|
|
79
97
|
}
|
|
80
|
-
declare const
|
|
98
|
+
declare const Dots24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2t) => react_jsx_runtime.JSX.Element;
|
|
81
99
|
|
|
82
100
|
interface SVGRProps$2s {
|
|
83
101
|
title?: string;
|
|
84
102
|
titleId?: string;
|
|
85
103
|
}
|
|
86
|
-
declare const
|
|
104
|
+
declare const Download24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2s) => react_jsx_runtime.JSX.Element;
|
|
87
105
|
|
|
88
106
|
interface SVGRProps$2r {
|
|
89
107
|
title?: string;
|
|
90
108
|
titleId?: string;
|
|
91
109
|
}
|
|
92
|
-
declare const
|
|
110
|
+
declare const Email24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2r) => react_jsx_runtime.JSX.Element;
|
|
93
111
|
|
|
94
112
|
interface SVGRProps$2q {
|
|
95
113
|
title?: string;
|
|
96
114
|
titleId?: string;
|
|
97
115
|
}
|
|
98
|
-
declare const
|
|
116
|
+
declare const Error24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2q) => react_jsx_runtime.JSX.Element;
|
|
99
117
|
|
|
100
118
|
interface SVGRProps$2p {
|
|
101
119
|
title?: string;
|
|
102
120
|
titleId?: string;
|
|
103
121
|
}
|
|
104
|
-
declare const
|
|
122
|
+
declare const Firewall24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2p) => react_jsx_runtime.JSX.Element;
|
|
105
123
|
|
|
106
124
|
interface SVGRProps$2o {
|
|
107
125
|
title?: string;
|
|
108
126
|
titleId?: string;
|
|
109
127
|
}
|
|
110
|
-
declare const
|
|
128
|
+
declare const Folder24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2o) => react_jsx_runtime.JSX.Element;
|
|
111
129
|
|
|
112
130
|
interface SVGRProps$2n {
|
|
113
131
|
title?: string;
|
|
114
132
|
titleId?: string;
|
|
115
133
|
}
|
|
116
|
-
declare const
|
|
134
|
+
declare const Gateway24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2n) => react_jsx_runtime.JSX.Element;
|
|
117
135
|
|
|
118
136
|
interface SVGRProps$2m {
|
|
119
137
|
title?: string;
|
|
120
138
|
titleId?: string;
|
|
121
139
|
}
|
|
122
|
-
declare const
|
|
140
|
+
declare const Heart24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2m) => react_jsx_runtime.JSX.Element;
|
|
123
141
|
|
|
124
142
|
interface SVGRProps$2l {
|
|
125
143
|
title?: string;
|
|
126
144
|
titleId?: string;
|
|
127
145
|
}
|
|
128
|
-
declare const
|
|
146
|
+
declare const Hide24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2l) => react_jsx_runtime.JSX.Element;
|
|
129
147
|
|
|
130
148
|
interface SVGRProps$2k {
|
|
131
149
|
title?: string;
|
|
132
150
|
titleId?: string;
|
|
133
151
|
}
|
|
134
|
-
declare const
|
|
152
|
+
declare const Hourglass24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2k) => react_jsx_runtime.JSX.Element;
|
|
135
153
|
|
|
136
154
|
interface SVGRProps$2j {
|
|
137
155
|
title?: string;
|
|
138
156
|
titleId?: string;
|
|
139
157
|
}
|
|
140
|
-
declare const
|
|
158
|
+
declare const Images24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2j) => react_jsx_runtime.JSX.Element;
|
|
141
159
|
|
|
142
160
|
interface SVGRProps$2i {
|
|
143
161
|
title?: string;
|
|
144
162
|
titleId?: string;
|
|
145
163
|
}
|
|
146
|
-
declare const
|
|
164
|
+
declare const Info24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2i) => react_jsx_runtime.JSX.Element;
|
|
147
165
|
|
|
148
166
|
interface SVGRProps$2h {
|
|
149
167
|
title?: string;
|
|
150
168
|
titleId?: string;
|
|
151
169
|
}
|
|
152
|
-
declare const
|
|
170
|
+
declare const Instances24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2h) => react_jsx_runtime.JSX.Element;
|
|
153
171
|
|
|
154
172
|
interface SVGRProps$2g {
|
|
155
173
|
title?: string;
|
|
156
174
|
titleId?: string;
|
|
157
175
|
}
|
|
158
|
-
declare const
|
|
176
|
+
declare const IpGlobal24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2g) => react_jsx_runtime.JSX.Element;
|
|
159
177
|
|
|
160
178
|
interface SVGRProps$2f {
|
|
161
179
|
title?: string;
|
|
162
180
|
titleId?: string;
|
|
163
181
|
}
|
|
164
|
-
declare const
|
|
182
|
+
declare const IpLocal24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2f) => react_jsx_runtime.JSX.Element;
|
|
165
183
|
|
|
166
184
|
interface SVGRProps$2e {
|
|
167
185
|
title?: string;
|
|
168
186
|
titleId?: string;
|
|
169
187
|
}
|
|
170
|
-
declare const
|
|
188
|
+
declare const Issues24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2e) => react_jsx_runtime.JSX.Element;
|
|
171
189
|
|
|
172
190
|
interface SVGRProps$2d {
|
|
173
191
|
title?: string;
|
|
174
192
|
titleId?: string;
|
|
175
193
|
}
|
|
176
|
-
declare const
|
|
194
|
+
declare const Key24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2d) => react_jsx_runtime.JSX.Element;
|
|
177
195
|
|
|
178
196
|
interface SVGRProps$2c {
|
|
179
197
|
title?: string;
|
|
180
198
|
titleId?: string;
|
|
181
199
|
}
|
|
182
|
-
declare const
|
|
200
|
+
declare const Like24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2c) => react_jsx_runtime.JSX.Element;
|
|
183
201
|
|
|
184
202
|
interface SVGRProps$2b {
|
|
185
203
|
title?: string;
|
|
186
204
|
titleId?: string;
|
|
187
205
|
}
|
|
188
|
-
declare const
|
|
206
|
+
declare const LoadBalancer24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2b) => react_jsx_runtime.JSX.Element;
|
|
189
207
|
|
|
190
208
|
interface SVGRProps$2a {
|
|
191
209
|
title?: string;
|
|
192
210
|
titleId?: string;
|
|
193
211
|
}
|
|
194
|
-
declare const
|
|
212
|
+
declare const Location24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2a) => react_jsx_runtime.JSX.Element;
|
|
195
213
|
|
|
196
214
|
interface SVGRProps$29 {
|
|
197
215
|
title?: string;
|
|
198
216
|
titleId?: string;
|
|
199
217
|
}
|
|
200
|
-
declare const
|
|
218
|
+
declare const Logs24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$29) => react_jsx_runtime.JSX.Element;
|
|
201
219
|
|
|
202
220
|
interface SVGRProps$28 {
|
|
203
221
|
title?: string;
|
|
204
222
|
titleId?: string;
|
|
205
223
|
}
|
|
206
|
-
declare const
|
|
224
|
+
declare const Metrics24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$28) => react_jsx_runtime.JSX.Element;
|
|
207
225
|
|
|
208
226
|
interface SVGRProps$27 {
|
|
209
227
|
title?: string;
|
|
210
228
|
titleId?: string;
|
|
211
229
|
}
|
|
212
|
-
declare const
|
|
230
|
+
declare const Monitoring24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$27) => react_jsx_runtime.JSX.Element;
|
|
213
231
|
|
|
214
232
|
interface SVGRProps$26 {
|
|
215
233
|
title?: string;
|
|
216
234
|
titleId?: string;
|
|
217
235
|
}
|
|
218
|
-
declare const
|
|
236
|
+
declare const Networking24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$26) => react_jsx_runtime.JSX.Element;
|
|
219
237
|
|
|
220
238
|
interface SVGRProps$25 {
|
|
221
239
|
title?: string;
|
|
222
240
|
titleId?: string;
|
|
223
241
|
}
|
|
224
|
-
declare const
|
|
242
|
+
declare const Organization24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$25) => react_jsx_runtime.JSX.Element;
|
|
225
243
|
|
|
226
244
|
interface SVGRProps$24 {
|
|
227
245
|
title?: string;
|
|
228
246
|
titleId?: string;
|
|
229
247
|
}
|
|
230
|
-
declare const
|
|
248
|
+
declare const Overview24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$24) => react_jsx_runtime.JSX.Element;
|
|
231
249
|
|
|
232
250
|
interface SVGRProps$23 {
|
|
233
251
|
title?: string;
|
|
234
252
|
titleId?: string;
|
|
235
253
|
}
|
|
236
|
-
declare const
|
|
254
|
+
declare const Person24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$23) => react_jsx_runtime.JSX.Element;
|
|
237
255
|
|
|
238
256
|
interface SVGRProps$22 {
|
|
239
257
|
title?: string;
|
|
240
258
|
titleId?: string;
|
|
241
259
|
}
|
|
242
|
-
declare const
|
|
260
|
+
declare const PersonGroup24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$22) => react_jsx_runtime.JSX.Element;
|
|
243
261
|
|
|
244
262
|
interface SVGRProps$21 {
|
|
245
263
|
title?: string;
|
|
246
264
|
titleId?: string;
|
|
247
265
|
}
|
|
248
|
-
declare const
|
|
266
|
+
declare const Progress24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$21) => react_jsx_runtime.JSX.Element;
|
|
249
267
|
|
|
250
268
|
interface SVGRProps$20 {
|
|
251
269
|
title?: string;
|
|
252
270
|
titleId?: string;
|
|
253
271
|
}
|
|
254
|
-
declare const
|
|
272
|
+
declare const Prohibited24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$20) => react_jsx_runtime.JSX.Element;
|
|
255
273
|
|
|
256
274
|
interface SVGRProps$1$ {
|
|
257
275
|
title?: string;
|
|
258
276
|
titleId?: string;
|
|
259
277
|
}
|
|
260
|
-
declare const
|
|
278
|
+
declare const Router24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1$) => react_jsx_runtime.JSX.Element;
|
|
261
279
|
|
|
262
280
|
interface SVGRProps$1_ {
|
|
263
281
|
title?: string;
|
|
264
282
|
titleId?: string;
|
|
265
283
|
}
|
|
266
|
-
declare const
|
|
284
|
+
declare const Safety24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1_) => react_jsx_runtime.JSX.Element;
|
|
267
285
|
|
|
268
286
|
interface SVGRProps$1Z {
|
|
269
287
|
title?: string;
|
|
270
288
|
titleId?: string;
|
|
271
289
|
}
|
|
272
|
-
declare const
|
|
290
|
+
declare const Security24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Z) => react_jsx_runtime.JSX.Element;
|
|
273
291
|
|
|
274
292
|
interface SVGRProps$1Y {
|
|
275
293
|
title?: string;
|
|
276
294
|
titleId?: string;
|
|
277
295
|
}
|
|
278
|
-
declare const
|
|
296
|
+
declare const Servers24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Y) => react_jsx_runtime.JSX.Element;
|
|
279
297
|
|
|
280
298
|
interface SVGRProps$1X {
|
|
281
299
|
title?: string;
|
|
282
300
|
titleId?: string;
|
|
283
301
|
}
|
|
284
|
-
declare const
|
|
302
|
+
declare const Settings24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1X) => react_jsx_runtime.JSX.Element;
|
|
285
303
|
|
|
286
304
|
interface SVGRProps$1W {
|
|
287
305
|
title?: string;
|
|
288
306
|
titleId?: string;
|
|
289
307
|
}
|
|
290
|
-
declare const
|
|
308
|
+
declare const Snapshots24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1W) => react_jsx_runtime.JSX.Element;
|
|
291
309
|
|
|
292
310
|
interface SVGRProps$1V {
|
|
293
311
|
title?: string;
|
|
294
312
|
titleId?: string;
|
|
295
313
|
}
|
|
296
|
-
declare const
|
|
314
|
+
declare const SoftwareUpdate24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1V) => react_jsx_runtime.JSX.Element;
|
|
297
315
|
|
|
298
316
|
interface SVGRProps$1U {
|
|
299
317
|
title?: string;
|
|
300
318
|
titleId?: string;
|
|
301
319
|
}
|
|
302
|
-
declare const
|
|
320
|
+
declare const Speaker24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1U) => react_jsx_runtime.JSX.Element;
|
|
303
321
|
|
|
304
322
|
interface SVGRProps$1T {
|
|
305
323
|
title?: string;
|
|
306
324
|
titleId?: string;
|
|
307
325
|
}
|
|
308
|
-
declare const
|
|
326
|
+
declare const Storage24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1T) => react_jsx_runtime.JSX.Element;
|
|
309
327
|
|
|
310
328
|
interface SVGRProps$1S {
|
|
311
329
|
title?: string;
|
|
312
330
|
titleId?: string;
|
|
313
331
|
}
|
|
314
|
-
declare const
|
|
332
|
+
declare const Subnet24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1S) => react_jsx_runtime.JSX.Element;
|
|
315
333
|
|
|
316
334
|
interface SVGRProps$1R {
|
|
317
335
|
title?: string;
|
|
318
336
|
titleId?: string;
|
|
319
337
|
}
|
|
320
|
-
declare const
|
|
338
|
+
declare const Resize24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1R) => react_jsx_runtime.JSX.Element;
|
|
321
339
|
|
|
322
340
|
interface SVGRProps$1Q {
|
|
323
341
|
title?: string;
|
|
324
342
|
titleId?: string;
|
|
325
343
|
}
|
|
326
|
-
declare const
|
|
344
|
+
declare const Terminal24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Q) => react_jsx_runtime.JSX.Element;
|
|
327
345
|
|
|
328
346
|
interface SVGRProps$1P {
|
|
329
347
|
title?: string;
|
|
330
348
|
titleId?: string;
|
|
331
349
|
}
|
|
332
|
-
declare const
|
|
350
|
+
declare const Transmit24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1P) => react_jsx_runtime.JSX.Element;
|
|
333
351
|
|
|
334
352
|
interface SVGRProps$1O {
|
|
335
353
|
title?: string;
|
|
336
354
|
titleId?: string;
|
|
337
355
|
}
|
|
338
|
-
declare const
|
|
356
|
+
declare const Wireless24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1O) => react_jsx_runtime.JSX.Element;
|
|
339
357
|
|
|
340
358
|
interface SVGRProps$1N {
|
|
341
359
|
title?: string;
|
|
342
360
|
titleId?: string;
|
|
343
361
|
}
|
|
344
|
-
declare const
|
|
362
|
+
declare const Question24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1N) => react_jsx_runtime.JSX.Element;
|
|
345
363
|
|
|
346
364
|
interface SVGRProps$1M {
|
|
347
365
|
title?: string;
|
|
348
366
|
titleId?: string;
|
|
349
367
|
}
|
|
350
|
-
declare const
|
|
368
|
+
declare const Webhooks24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1M) => react_jsx_runtime.JSX.Element;
|
|
351
369
|
|
|
352
370
|
interface SVGRProps$1L {
|
|
353
371
|
title?: string;
|
|
354
372
|
titleId?: string;
|
|
355
373
|
}
|
|
356
|
-
declare const
|
|
374
|
+
declare const Access16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1L) => react_jsx_runtime.JSX.Element;
|
|
357
375
|
|
|
358
376
|
interface SVGRProps$1K {
|
|
359
377
|
title?: string;
|
|
360
378
|
titleId?: string;
|
|
361
379
|
}
|
|
362
|
-
declare const
|
|
380
|
+
declare const AccessToken16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1K) => react_jsx_runtime.JSX.Element;
|
|
363
381
|
|
|
364
382
|
interface SVGRProps$1J {
|
|
365
383
|
title?: string;
|
|
366
384
|
titleId?: string;
|
|
367
385
|
}
|
|
368
|
-
declare const
|
|
386
|
+
declare const Affinity16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1J) => react_jsx_runtime.JSX.Element;
|
|
369
387
|
|
|
370
388
|
interface SVGRProps$1I {
|
|
371
389
|
title?: string;
|
|
372
390
|
titleId?: string;
|
|
373
391
|
}
|
|
374
|
-
declare const
|
|
392
|
+
declare const Action16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1I) => react_jsx_runtime.JSX.Element;
|
|
375
393
|
|
|
376
394
|
interface SVGRProps$1H {
|
|
377
395
|
title?: string;
|
|
378
396
|
titleId?: string;
|
|
379
397
|
}
|
|
380
|
-
declare const
|
|
398
|
+
declare const AddRoundel16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1H) => react_jsx_runtime.JSX.Element;
|
|
381
399
|
|
|
382
400
|
interface SVGRProps$1G {
|
|
383
401
|
title?: string;
|
|
384
402
|
titleId?: string;
|
|
385
403
|
}
|
|
386
|
-
declare const
|
|
404
|
+
declare const Calendar16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1G) => react_jsx_runtime.JSX.Element;
|
|
387
405
|
|
|
388
406
|
interface SVGRProps$1F {
|
|
389
407
|
title?: string;
|
|
390
408
|
titleId?: string;
|
|
391
409
|
}
|
|
392
|
-
declare const
|
|
410
|
+
declare const Chat16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1F) => react_jsx_runtime.JSX.Element;
|
|
393
411
|
|
|
394
412
|
interface SVGRProps$1E {
|
|
395
413
|
title?: string;
|
|
396
414
|
titleId?: string;
|
|
397
415
|
}
|
|
398
|
-
declare const
|
|
416
|
+
declare const Clipboard16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1E) => react_jsx_runtime.JSX.Element;
|
|
399
417
|
|
|
400
418
|
interface SVGRProps$1D {
|
|
401
419
|
title?: string;
|
|
402
420
|
titleId?: string;
|
|
403
421
|
}
|
|
404
|
-
declare const
|
|
422
|
+
declare const Cloud16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1D) => react_jsx_runtime.JSX.Element;
|
|
405
423
|
|
|
406
424
|
interface SVGRProps$1C {
|
|
407
425
|
title?: string;
|
|
408
426
|
titleId?: string;
|
|
409
427
|
}
|
|
410
|
-
declare const
|
|
428
|
+
declare const Close16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1C) => react_jsx_runtime.JSX.Element;
|
|
411
429
|
|
|
412
430
|
interface SVGRProps$1B {
|
|
413
431
|
title?: string;
|
|
414
432
|
titleId?: string;
|
|
415
433
|
}
|
|
416
|
-
declare const
|
|
434
|
+
declare const Compability16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1B) => react_jsx_runtime.JSX.Element;
|
|
417
435
|
|
|
418
436
|
interface SVGRProps$1A {
|
|
419
437
|
title?: string;
|
|
420
438
|
titleId?: string;
|
|
421
439
|
}
|
|
422
|
-
declare const
|
|
440
|
+
declare const Compass16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1A) => react_jsx_runtime.JSX.Element;
|
|
423
441
|
|
|
424
442
|
interface SVGRProps$1z {
|
|
425
443
|
title?: string;
|
|
426
444
|
titleId?: string;
|
|
427
445
|
}
|
|
428
|
-
declare const
|
|
446
|
+
declare const Contrast16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1z) => react_jsx_runtime.JSX.Element;
|
|
429
447
|
|
|
430
448
|
interface SVGRProps$1y {
|
|
431
449
|
title?: string;
|
|
432
450
|
titleId?: string;
|
|
433
451
|
}
|
|
434
|
-
declare const
|
|
452
|
+
declare const Cpu16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1y) => react_jsx_runtime.JSX.Element;
|
|
435
453
|
|
|
436
454
|
interface SVGRProps$1x {
|
|
437
455
|
title?: string;
|
|
438
456
|
titleId?: string;
|
|
439
457
|
}
|
|
440
|
-
declare const
|
|
458
|
+
declare const Delete16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1x) => react_jsx_runtime.JSX.Element;
|
|
441
459
|
|
|
442
460
|
interface SVGRProps$1w {
|
|
443
461
|
title?: string;
|
|
444
462
|
titleId?: string;
|
|
445
463
|
}
|
|
446
|
-
declare const
|
|
464
|
+
declare const Dislike16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1w) => react_jsx_runtime.JSX.Element;
|
|
447
465
|
|
|
448
466
|
interface SVGRProps$1v {
|
|
449
467
|
title?: string;
|
|
450
468
|
titleId?: string;
|
|
451
469
|
}
|
|
452
|
-
declare const
|
|
470
|
+
declare const Document16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1v) => react_jsx_runtime.JSX.Element;
|
|
453
471
|
|
|
454
472
|
interface SVGRProps$1u {
|
|
455
473
|
title?: string;
|
|
456
474
|
titleId?: string;
|
|
457
475
|
}
|
|
458
|
-
declare const
|
|
476
|
+
declare const DocumentApi16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1u) => react_jsx_runtime.JSX.Element;
|
|
459
477
|
|
|
460
478
|
interface SVGRProps$1t {
|
|
461
479
|
title?: string;
|
|
462
480
|
titleId?: string;
|
|
463
481
|
}
|
|
464
|
-
declare const
|
|
482
|
+
declare const Dots16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1t) => react_jsx_runtime.JSX.Element;
|
|
465
483
|
|
|
466
484
|
interface SVGRProps$1s {
|
|
467
485
|
title?: string;
|
|
468
486
|
titleId?: string;
|
|
469
487
|
}
|
|
470
|
-
declare const
|
|
488
|
+
declare const DownloadRoundel16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1s) => react_jsx_runtime.JSX.Element;
|
|
471
489
|
|
|
472
490
|
interface SVGRProps$1r {
|
|
473
491
|
title?: string;
|
|
474
492
|
titleId?: string;
|
|
475
493
|
}
|
|
476
|
-
declare const
|
|
494
|
+
declare const Edit16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1r) => react_jsx_runtime.JSX.Element;
|
|
477
495
|
|
|
478
496
|
interface SVGRProps$1q {
|
|
479
497
|
title?: string;
|
|
480
498
|
titleId?: string;
|
|
481
499
|
}
|
|
482
|
-
declare const
|
|
500
|
+
declare const Email16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1q) => react_jsx_runtime.JSX.Element;
|
|
483
501
|
|
|
484
502
|
interface SVGRProps$1p {
|
|
485
503
|
title?: string;
|
|
486
504
|
titleId?: string;
|
|
487
505
|
}
|
|
488
|
-
declare const
|
|
506
|
+
declare const Error16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1p) => react_jsx_runtime.JSX.Element;
|
|
489
507
|
|
|
490
508
|
interface SVGRProps$1o {
|
|
491
509
|
title?: string;
|
|
492
510
|
titleId?: string;
|
|
493
511
|
}
|
|
494
|
-
declare const
|
|
512
|
+
declare const Filter16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1o) => react_jsx_runtime.JSX.Element;
|
|
495
513
|
|
|
496
514
|
interface SVGRProps$1n {
|
|
497
515
|
title?: string;
|
|
498
516
|
titleId?: string;
|
|
499
517
|
}
|
|
500
|
-
declare const
|
|
518
|
+
declare const Firewall16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1n) => react_jsx_runtime.JSX.Element;
|
|
501
519
|
|
|
502
520
|
interface SVGRProps$1m {
|
|
503
521
|
title?: string;
|
|
504
522
|
titleId?: string;
|
|
505
523
|
}
|
|
506
|
-
declare const
|
|
524
|
+
declare const Folder16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1m) => react_jsx_runtime.JSX.Element;
|
|
507
525
|
|
|
508
526
|
interface SVGRProps$1l {
|
|
509
527
|
title?: string;
|
|
510
528
|
titleId?: string;
|
|
511
529
|
}
|
|
512
|
-
declare const
|
|
530
|
+
declare const Gateway16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1l) => react_jsx_runtime.JSX.Element;
|
|
513
531
|
|
|
514
532
|
interface SVGRProps$1k {
|
|
515
533
|
title?: string;
|
|
516
534
|
titleId?: string;
|
|
517
535
|
}
|
|
518
|
-
declare const
|
|
536
|
+
declare const Heart16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1k) => react_jsx_runtime.JSX.Element;
|
|
519
537
|
|
|
520
538
|
interface SVGRProps$1j {
|
|
521
539
|
title?: string;
|
|
522
540
|
titleId?: string;
|
|
523
541
|
}
|
|
524
|
-
declare const
|
|
542
|
+
declare const Hide16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1j) => react_jsx_runtime.JSX.Element;
|
|
525
543
|
|
|
526
544
|
interface SVGRProps$1i {
|
|
527
545
|
title?: string;
|
|
528
546
|
titleId?: string;
|
|
529
547
|
}
|
|
530
|
-
declare const
|
|
548
|
+
declare const Hourglass16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1i) => react_jsx_runtime.JSX.Element;
|
|
531
549
|
|
|
532
550
|
interface SVGRProps$1h {
|
|
533
551
|
title?: string;
|
|
534
552
|
titleId?: string;
|
|
535
553
|
}
|
|
536
|
-
declare const
|
|
554
|
+
declare const Images16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1h) => react_jsx_runtime.JSX.Element;
|
|
537
555
|
|
|
538
556
|
interface SVGRProps$1g {
|
|
539
557
|
title?: string;
|
|
540
558
|
titleId?: string;
|
|
541
559
|
}
|
|
542
|
-
declare const
|
|
560
|
+
declare const Info16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1g) => react_jsx_runtime.JSX.Element;
|
|
543
561
|
|
|
544
562
|
interface SVGRProps$1f {
|
|
545
563
|
title?: string;
|
|
546
564
|
titleId?: string;
|
|
547
565
|
}
|
|
548
|
-
declare const
|
|
566
|
+
declare const Instances16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1f) => react_jsx_runtime.JSX.Element;
|
|
549
567
|
|
|
550
568
|
interface SVGRProps$1e {
|
|
551
569
|
title?: string;
|
|
552
570
|
titleId?: string;
|
|
553
571
|
}
|
|
554
|
-
declare const
|
|
572
|
+
declare const Integration16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1e) => react_jsx_runtime.JSX.Element;
|
|
555
573
|
|
|
556
574
|
interface SVGRProps$1d {
|
|
557
575
|
title?: string;
|
|
558
576
|
titleId?: string;
|
|
559
577
|
}
|
|
560
|
-
declare const
|
|
578
|
+
declare const IpGlobal16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1d) => react_jsx_runtime.JSX.Element;
|
|
561
579
|
|
|
562
580
|
interface SVGRProps$1c {
|
|
563
581
|
title?: string;
|
|
564
582
|
titleId?: string;
|
|
565
583
|
}
|
|
566
|
-
declare const
|
|
584
|
+
declare const IpLocal16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1c) => react_jsx_runtime.JSX.Element;
|
|
567
585
|
|
|
568
586
|
interface SVGRProps$1b {
|
|
569
587
|
title?: string;
|
|
570
588
|
titleId?: string;
|
|
571
589
|
}
|
|
572
|
-
declare const
|
|
590
|
+
declare const Issues16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1b) => react_jsx_runtime.JSX.Element;
|
|
573
591
|
|
|
574
592
|
interface SVGRProps$1a {
|
|
575
593
|
title?: string;
|
|
576
594
|
titleId?: string;
|
|
577
595
|
}
|
|
578
|
-
declare const
|
|
596
|
+
declare const Key16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1a) => react_jsx_runtime.JSX.Element;
|
|
579
597
|
|
|
580
598
|
interface SVGRProps$19 {
|
|
581
599
|
title?: string;
|
|
582
600
|
titleId?: string;
|
|
583
601
|
}
|
|
584
|
-
declare const
|
|
602
|
+
declare const Like16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$19) => react_jsx_runtime.JSX.Element;
|
|
585
603
|
|
|
586
604
|
interface SVGRProps$18 {
|
|
587
605
|
title?: string;
|
|
588
606
|
titleId?: string;
|
|
589
607
|
}
|
|
590
|
-
declare const
|
|
608
|
+
declare const Link16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$18) => react_jsx_runtime.JSX.Element;
|
|
591
609
|
|
|
592
610
|
interface SVGRProps$17 {
|
|
593
611
|
title?: string;
|
|
594
612
|
titleId?: string;
|
|
595
613
|
}
|
|
596
|
-
declare const
|
|
614
|
+
declare const LoadBalancer16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$17) => react_jsx_runtime.JSX.Element;
|
|
597
615
|
|
|
598
616
|
interface SVGRProps$16 {
|
|
599
617
|
title?: string;
|
|
600
618
|
titleId?: string;
|
|
601
619
|
}
|
|
602
|
-
declare const
|
|
620
|
+
declare const Logs16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$16) => react_jsx_runtime.JSX.Element;
|
|
603
621
|
|
|
604
622
|
interface SVGRProps$15 {
|
|
605
623
|
title?: string;
|
|
606
624
|
titleId?: string;
|
|
607
625
|
}
|
|
608
|
-
declare const
|
|
626
|
+
declare const Metrics16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$15) => react_jsx_runtime.JSX.Element;
|
|
609
627
|
|
|
610
628
|
interface SVGRProps$14 {
|
|
611
629
|
title?: string;
|
|
612
630
|
titleId?: string;
|
|
613
631
|
}
|
|
614
|
-
declare const
|
|
632
|
+
declare const Monitoring16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$14) => react_jsx_runtime.JSX.Element;
|
|
615
633
|
|
|
616
634
|
interface SVGRProps$13 {
|
|
617
635
|
title?: string;
|
|
618
636
|
titleId?: string;
|
|
619
637
|
}
|
|
620
|
-
declare const
|
|
638
|
+
declare const Networking16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$13) => react_jsx_runtime.JSX.Element;
|
|
621
639
|
|
|
622
640
|
interface SVGRProps$12 {
|
|
623
641
|
title?: string;
|
|
624
642
|
titleId?: string;
|
|
625
643
|
}
|
|
626
|
-
declare const
|
|
644
|
+
declare const NewWindow16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$12) => react_jsx_runtime.JSX.Element;
|
|
627
645
|
|
|
628
646
|
interface SVGRProps$11 {
|
|
629
647
|
title?: string;
|
|
630
648
|
titleId?: string;
|
|
631
649
|
}
|
|
632
|
-
declare const
|
|
650
|
+
declare const Notifications16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$11) => react_jsx_runtime.JSX.Element;
|
|
633
651
|
|
|
634
652
|
interface SVGRProps$10 {
|
|
635
653
|
title?: string;
|
|
636
654
|
titleId?: string;
|
|
637
655
|
}
|
|
638
|
-
declare const
|
|
656
|
+
declare const Organization16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$10) => react_jsx_runtime.JSX.Element;
|
|
639
657
|
|
|
640
658
|
interface SVGRProps$$ {
|
|
641
659
|
title?: string;
|
|
642
660
|
titleId?: string;
|
|
643
661
|
}
|
|
644
|
-
declare const
|
|
662
|
+
declare const Overview16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$$) => react_jsx_runtime.JSX.Element;
|
|
645
663
|
|
|
646
664
|
interface SVGRProps$_ {
|
|
647
665
|
title?: string;
|
|
648
666
|
titleId?: string;
|
|
649
667
|
}
|
|
650
|
-
declare const
|
|
668
|
+
declare const Person16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$_) => react_jsx_runtime.JSX.Element;
|
|
651
669
|
|
|
652
670
|
interface SVGRProps$Z {
|
|
653
671
|
title?: string;
|
|
654
672
|
titleId?: string;
|
|
655
673
|
}
|
|
656
|
-
declare const
|
|
674
|
+
declare const PersonGroup16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Z) => react_jsx_runtime.JSX.Element;
|
|
657
675
|
|
|
658
676
|
interface SVGRProps$Y {
|
|
659
677
|
title?: string;
|
|
660
678
|
titleId?: string;
|
|
661
679
|
}
|
|
662
|
-
declare const
|
|
680
|
+
declare const Profile16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Y) => react_jsx_runtime.JSX.Element;
|
|
663
681
|
|
|
664
682
|
interface SVGRProps$X {
|
|
665
683
|
title?: string;
|
|
666
684
|
titleId?: string;
|
|
667
685
|
}
|
|
668
|
-
declare const
|
|
686
|
+
declare const Refresh16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$X) => react_jsx_runtime.JSX.Element;
|
|
669
687
|
|
|
670
688
|
interface SVGRProps$W {
|
|
671
689
|
title?: string;
|
|
672
690
|
titleId?: string;
|
|
673
691
|
}
|
|
674
|
-
declare const
|
|
692
|
+
declare const Ram16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$W) => react_jsx_runtime.JSX.Element;
|
|
675
693
|
|
|
676
694
|
interface SVGRProps$V {
|
|
677
695
|
title?: string;
|
|
678
696
|
titleId?: string;
|
|
679
697
|
}
|
|
680
|
-
declare const
|
|
698
|
+
declare const Repair16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$V) => react_jsx_runtime.JSX.Element;
|
|
681
699
|
|
|
682
700
|
interface SVGRProps$U {
|
|
683
701
|
title?: string;
|
|
684
702
|
titleId?: string;
|
|
685
703
|
}
|
|
686
|
-
declare const
|
|
704
|
+
declare const Resize16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$U) => react_jsx_runtime.JSX.Element;
|
|
687
705
|
|
|
688
706
|
interface SVGRProps$T {
|
|
689
707
|
title?: string;
|
|
690
708
|
titleId?: string;
|
|
691
709
|
}
|
|
692
|
-
declare const
|
|
710
|
+
declare const Router16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$T) => react_jsx_runtime.JSX.Element;
|
|
693
711
|
|
|
694
712
|
interface SVGRProps$S {
|
|
695
713
|
title?: string;
|
|
696
714
|
titleId?: string;
|
|
697
715
|
}
|
|
698
|
-
declare const
|
|
716
|
+
declare const Sort16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$S) => react_jsx_runtime.JSX.Element;
|
|
699
717
|
|
|
700
718
|
interface SVGRProps$R {
|
|
701
719
|
title?: string;
|
|
702
720
|
titleId?: string;
|
|
703
721
|
}
|
|
704
|
-
declare const
|
|
722
|
+
declare const Search16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$R) => react_jsx_runtime.JSX.Element;
|
|
705
723
|
|
|
706
724
|
interface SVGRProps$Q {
|
|
707
725
|
title?: string;
|
|
708
726
|
titleId?: string;
|
|
709
727
|
}
|
|
710
|
-
declare const
|
|
728
|
+
declare const Security16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Q) => react_jsx_runtime.JSX.Element;
|
|
711
729
|
|
|
712
730
|
interface SVGRProps$P {
|
|
713
731
|
title?: string;
|
|
714
732
|
titleId?: string;
|
|
715
733
|
}
|
|
716
|
-
declare const
|
|
734
|
+
declare const Servers16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$P) => react_jsx_runtime.JSX.Element;
|
|
717
735
|
|
|
718
736
|
interface SVGRProps$O {
|
|
719
737
|
title?: string;
|
|
720
738
|
titleId?: string;
|
|
721
739
|
}
|
|
722
|
-
declare const
|
|
740
|
+
declare const Settings16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$O) => react_jsx_runtime.JSX.Element;
|
|
723
741
|
|
|
724
742
|
interface SVGRProps$N {
|
|
725
743
|
title?: string;
|
|
726
744
|
titleId?: string;
|
|
727
745
|
}
|
|
728
|
-
declare const
|
|
746
|
+
declare const Show16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$N) => react_jsx_runtime.JSX.Element;
|
|
729
747
|
|
|
730
748
|
interface SVGRProps$M {
|
|
731
749
|
title?: string;
|
|
732
750
|
titleId?: string;
|
|
733
751
|
}
|
|
734
|
-
declare const
|
|
752
|
+
declare const SignOut16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$M) => react_jsx_runtime.JSX.Element;
|
|
735
753
|
|
|
736
754
|
interface SVGRProps$L {
|
|
737
755
|
title?: string;
|
|
738
756
|
titleId?: string;
|
|
739
757
|
}
|
|
740
|
-
declare const
|
|
758
|
+
declare const Snapshots16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$L) => react_jsx_runtime.JSX.Element;
|
|
741
759
|
|
|
742
760
|
interface SVGRProps$K {
|
|
743
761
|
title?: string;
|
|
744
762
|
titleId?: string;
|
|
745
763
|
}
|
|
746
|
-
declare const
|
|
764
|
+
declare const Sparkle16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$K) => react_jsx_runtime.JSX.Element;
|
|
747
765
|
|
|
748
766
|
interface SVGRProps$J {
|
|
749
767
|
title?: string;
|
|
750
768
|
titleId?: string;
|
|
751
769
|
}
|
|
752
|
-
declare const
|
|
770
|
+
declare const SoftwareUpdate16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$J) => react_jsx_runtime.JSX.Element;
|
|
753
771
|
|
|
754
772
|
interface SVGRProps$I {
|
|
755
773
|
title?: string;
|
|
756
774
|
titleId?: string;
|
|
757
775
|
}
|
|
758
|
-
declare const
|
|
776
|
+
declare const Ssd16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$I) => react_jsx_runtime.JSX.Element;
|
|
759
777
|
|
|
760
778
|
interface SVGRProps$H {
|
|
761
779
|
title?: string;
|
|
762
780
|
titleId?: string;
|
|
763
781
|
}
|
|
764
|
-
declare const
|
|
782
|
+
declare const Storage16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$H) => react_jsx_runtime.JSX.Element;
|
|
765
783
|
|
|
766
784
|
interface SVGRProps$G {
|
|
767
785
|
title?: string;
|
|
768
786
|
titleId?: string;
|
|
769
787
|
}
|
|
770
|
-
declare const
|
|
788
|
+
declare const Submit16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$G) => react_jsx_runtime.JSX.Element;
|
|
771
789
|
|
|
772
790
|
interface SVGRProps$F {
|
|
773
791
|
title?: string;
|
|
774
792
|
titleId?: string;
|
|
775
793
|
}
|
|
776
|
-
declare const
|
|
794
|
+
declare const Subnet16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$F) => react_jsx_runtime.JSX.Element;
|
|
777
795
|
|
|
778
796
|
interface SVGRProps$E {
|
|
779
797
|
title?: string;
|
|
780
798
|
titleId?: string;
|
|
781
799
|
}
|
|
782
|
-
declare const
|
|
800
|
+
declare const Tags16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$E) => react_jsx_runtime.JSX.Element;
|
|
783
801
|
|
|
784
802
|
interface SVGRProps$D {
|
|
785
803
|
title?: string;
|
|
786
804
|
titleId?: string;
|
|
787
805
|
}
|
|
788
|
-
declare const
|
|
806
|
+
declare const Terminal16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$D) => react_jsx_runtime.JSX.Element;
|
|
789
807
|
|
|
790
808
|
interface SVGRProps$C {
|
|
791
809
|
title?: string;
|
|
792
810
|
titleId?: string;
|
|
793
811
|
}
|
|
794
|
-
declare const
|
|
812
|
+
declare const Time16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$C) => react_jsx_runtime.JSX.Element;
|
|
795
813
|
|
|
796
814
|
interface SVGRProps$B {
|
|
797
815
|
title?: string;
|
|
798
816
|
titleId?: string;
|
|
799
817
|
}
|
|
800
|
-
declare const
|
|
818
|
+
declare const Transmit16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$B) => react_jsx_runtime.JSX.Element;
|
|
801
819
|
|
|
802
820
|
interface SVGRProps$A {
|
|
803
821
|
title?: string;
|
|
804
822
|
titleId?: string;
|
|
805
823
|
}
|
|
806
|
-
declare const
|
|
824
|
+
declare const Question16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$A) => react_jsx_runtime.JSX.Element;
|
|
807
825
|
|
|
808
826
|
interface SVGRProps$z {
|
|
809
827
|
title?: string;
|
|
810
828
|
titleId?: string;
|
|
811
829
|
}
|
|
812
|
-
declare const
|
|
830
|
+
declare const Webhooks16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$z) => react_jsx_runtime.JSX.Element;
|
|
813
831
|
|
|
814
832
|
interface SVGRProps$y {
|
|
815
833
|
title?: string;
|
|
816
834
|
titleId?: string;
|
|
817
835
|
}
|
|
818
|
-
declare const
|
|
836
|
+
declare const Add12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$y) => react_jsx_runtime.JSX.Element;
|
|
819
837
|
|
|
820
838
|
interface SVGRProps$x {
|
|
821
839
|
title?: string;
|
|
822
840
|
titleId?: string;
|
|
823
841
|
}
|
|
824
|
-
declare const
|
|
842
|
+
declare const AutoRestart12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$x) => react_jsx_runtime.JSX.Element;
|
|
825
843
|
|
|
826
844
|
interface SVGRProps$w {
|
|
827
845
|
title?: string;
|
|
828
846
|
titleId?: string;
|
|
829
847
|
}
|
|
830
|
-
declare const
|
|
848
|
+
declare const AddRoundel12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$w) => react_jsx_runtime.JSX.Element;
|
|
831
849
|
|
|
832
850
|
interface SVGRProps$v {
|
|
833
851
|
title?: string;
|
|
834
852
|
titleId?: string;
|
|
835
853
|
}
|
|
836
|
-
declare const
|
|
854
|
+
declare const Checkmark12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$v) => react_jsx_runtime.JSX.Element;
|
|
837
855
|
|
|
838
856
|
interface SVGRProps$u {
|
|
839
857
|
title?: string;
|
|
840
858
|
titleId?: string;
|
|
841
859
|
}
|
|
842
|
-
declare const
|
|
860
|
+
declare const Close12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$u) => react_jsx_runtime.JSX.Element;
|
|
843
861
|
|
|
844
862
|
interface SVGRProps$t {
|
|
845
863
|
title?: string;
|
|
846
864
|
titleId?: string;
|
|
847
865
|
}
|
|
848
|
-
declare const
|
|
866
|
+
declare const DirectionRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$t) => react_jsx_runtime.JSX.Element;
|
|
849
867
|
|
|
850
868
|
interface SVGRProps$s {
|
|
851
869
|
title?: string;
|
|
852
870
|
titleId?: string;
|
|
853
871
|
}
|
|
854
|
-
declare const
|
|
872
|
+
declare const DirectionUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$s) => react_jsx_runtime.JSX.Element;
|
|
855
873
|
|
|
856
874
|
interface SVGRProps$r {
|
|
857
875
|
title?: string;
|
|
858
876
|
titleId?: string;
|
|
859
877
|
}
|
|
860
|
-
declare const
|
|
878
|
+
declare const DirectionDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$r) => react_jsx_runtime.JSX.Element;
|
|
861
879
|
|
|
862
880
|
interface SVGRProps$q {
|
|
863
881
|
title?: string;
|
|
864
882
|
titleId?: string;
|
|
865
883
|
}
|
|
866
|
-
declare const
|
|
884
|
+
declare const DirectionLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$q) => react_jsx_runtime.JSX.Element;
|
|
867
885
|
|
|
868
886
|
interface SVGRProps$p {
|
|
869
887
|
title?: string;
|
|
870
888
|
titleId?: string;
|
|
871
889
|
}
|
|
872
|
-
declare const
|
|
890
|
+
declare const Clipboard12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$p) => react_jsx_runtime.JSX.Element;
|
|
873
891
|
|
|
874
892
|
interface SVGRProps$o {
|
|
875
893
|
title?: string;
|
|
876
894
|
titleId?: string;
|
|
877
895
|
}
|
|
878
|
-
declare const
|
|
896
|
+
declare const Copy12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$o) => react_jsx_runtime.JSX.Element;
|
|
879
897
|
|
|
880
898
|
interface SVGRProps$n {
|
|
881
899
|
title?: string;
|
|
882
900
|
titleId?: string;
|
|
883
901
|
}
|
|
884
|
-
declare const
|
|
902
|
+
declare const Disabled12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$n) => react_jsx_runtime.JSX.Element;
|
|
885
903
|
|
|
886
904
|
interface SVGRProps$m {
|
|
887
905
|
title?: string;
|
|
888
906
|
titleId?: string;
|
|
889
907
|
}
|
|
890
|
-
declare const
|
|
908
|
+
declare const DownloadOutline12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$m) => react_jsx_runtime.JSX.Element;
|
|
891
909
|
|
|
892
910
|
interface SVGRProps$l {
|
|
893
911
|
title?: string;
|
|
@@ -971,54 +989,54 @@ interface SVGRProps$8 {
|
|
|
971
989
|
title?: string;
|
|
972
990
|
titleId?: string;
|
|
973
991
|
}
|
|
974
|
-
declare const
|
|
992
|
+
declare const SizeOutline12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$8) => react_jsx_runtime.JSX.Element;
|
|
975
993
|
|
|
976
994
|
interface SVGRProps$7 {
|
|
977
995
|
title?: string;
|
|
978
996
|
titleId?: string;
|
|
979
997
|
}
|
|
980
|
-
declare const
|
|
998
|
+
declare const Success12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$7) => react_jsx_runtime.JSX.Element;
|
|
981
999
|
|
|
982
1000
|
interface SVGRProps$6 {
|
|
983
1001
|
title?: string;
|
|
984
1002
|
titleId?: string;
|
|
985
1003
|
}
|
|
986
|
-
declare const
|
|
1004
|
+
declare const TimeOutline12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$6) => react_jsx_runtime.JSX.Element;
|
|
987
1005
|
|
|
988
1006
|
interface SVGRProps$5 {
|
|
989
1007
|
title?: string;
|
|
990
1008
|
titleId?: string;
|
|
991
1009
|
}
|
|
992
|
-
declare const
|
|
1010
|
+
declare const Unauthorized12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$5) => react_jsx_runtime.JSX.Element;
|
|
993
1011
|
|
|
994
1012
|
interface SVGRProps$4 {
|
|
995
1013
|
title?: string;
|
|
996
1014
|
titleId?: string;
|
|
997
1015
|
}
|
|
998
|
-
declare const
|
|
1016
|
+
declare const Warning12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$4) => react_jsx_runtime.JSX.Element;
|
|
999
1017
|
|
|
1000
1018
|
interface SVGRProps$3 {
|
|
1001
1019
|
title?: string;
|
|
1002
1020
|
titleId?: string;
|
|
1003
1021
|
}
|
|
1004
|
-
declare const
|
|
1022
|
+
declare const Question12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$3) => react_jsx_runtime.JSX.Element;
|
|
1005
1023
|
|
|
1006
1024
|
interface SVGRProps$2 {
|
|
1007
1025
|
title?: string;
|
|
1008
1026
|
titleId?: string;
|
|
1009
1027
|
}
|
|
1010
|
-
declare const
|
|
1028
|
+
declare const Hide12Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2) => react_jsx_runtime.JSX.Element;
|
|
1011
1029
|
|
|
1012
1030
|
interface SVGRProps$1 {
|
|
1013
1031
|
title?: string;
|
|
1014
1032
|
titleId?: string;
|
|
1015
1033
|
}
|
|
1016
|
-
declare const
|
|
1034
|
+
declare const SelectArrows6Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1) => react_jsx_runtime.JSX.Element;
|
|
1017
1035
|
|
|
1018
1036
|
interface SVGRProps {
|
|
1019
1037
|
title?: string;
|
|
1020
1038
|
titleId?: string;
|
|
1021
1039
|
}
|
|
1022
|
-
declare const
|
|
1040
|
+
declare const Close8Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
1023
1041
|
|
|
1024
|
-
export { Access16Icon, Access24Icon, AccessToken16Icon, AccessToken24Icon, Action16Icon, Action24Icon, Add12Icon, AddRoundel12Icon, AddRoundel16Icon, AddRoundel24Icon, Affinity16Icon, Affinity24Icon, AutoRestart12Icon, Calendar16Icon, Calendar24Icon, Chat16Icon, Chat24Icon, Checkmark12Icon, Clipboard12Icon, Clipboard16Icon, Clipboard24Icon, Close12Icon, Close16Icon, Close8Icon, Cloud16Icon, Cloud24Icon, Compability16Icon, Compass16Icon, Compatibility24Icon, Contrast16Icon, Contrast24Icon, Copy12Icon, Cpu16Icon, Cpu24Icon, Delete16Icon, Delete24Icon, DirectionDownIcon, DirectionLeftIcon, DirectionRightIcon, DirectionUpIcon, Disabled12Icon, Dislike16Icon, Dislike24Icon, Document16Icon, Document24Icon, DocumentApi16Icon, Dots16Icon, Dots24Icon, Download24Icon, DownloadRoundel16Icon, Edit16Icon, Email16Icon, Email24Icon, Error12Icon, Error16Icon, Error24Icon, Filter12Icon, Filter16Icon, Firewall16Icon, Firewall24Icon, Folder16Icon, Folder24Icon, Gateway16Icon, Gateway24Icon, Heart16Icon, Heart24Icon, Hide12Icon, Hide16Icon, Hide24Icon, Hourglass16Icon, Hourglass24Icon, Images16Icon, Images24Icon, Info12Icon, Info16Icon, Info24Icon, Instances16Icon, Instances24Icon, Integration16Icon, IpGlobal16Icon, IpGlobal24Icon, IpLocal16Icon, IpLocal24Icon, Issues16Icon, Issues24Icon, Key12Icon, Key16Icon, Key24Icon, Like16Icon, Like24Icon, Link16Icon, LoadBalancer16Icon, LoadBalancer24Icon, Loader12Icon, Location24Icon, Logs16Icon, Logs24Icon, MenuClose12Icon, MenuOpen12Icon, Metrics16Icon, Metrics24Icon, Monitoring16Icon, Monitoring24Icon, More12Icon, Networking16Icon, Networking24Icon, NewWindow16Icon, NextArrow12Icon, Notifications16Icon, OpenLink12Icon, Organization16Icon, Organization24Icon, Overview16Icon, Overview24Icon, Person16Icon, Person24Icon, PersonGroup16Icon, PersonGroup24Icon, PrevArrow12Icon, Profile16Icon, Progress24Icon, Prohibited24Icon, Question12Icon, Question16Icon, Question24Icon, Ram16Icon, Refresh16Icon, Repair12Icon, Repair16Icon, Resize16Icon, Resize24Icon, Router16Icon, Router24Icon, Safety24Icon, Search16Icon, Security12Icon, Security16Icon, Security24Icon, SelectArrows6Icon, Servers16Icon, Servers24Icon, Settings16Icon, Settings24Icon, Show16Icon, SignOut16Icon, Snapshots16Icon, Snapshots24Icon, SoftwareUpdate16Icon, SoftwareUpdate24Icon, Sort16Icon, Sparkle16Icon, Speaker24Icon, Ssd16Icon, Storage16Icon, Storage24Icon, Submit16Icon, Subnet16Icon, Subnet24Icon, Success12Icon, Tags16Icon, Terminal16Icon, Terminal24Icon, Time16Icon, Transmit16Icon, Transmit24Icon, Unauthorized12Icon, Warning12Icon, Webhooks16Icon, Webhooks24Icon, Wireless24Icon };
|
|
1042
|
+
export { Access16Icon, Access24Icon, AccessToken16Icon, AccessToken24Icon, Action16Icon, Action24Icon, Add12Icon, AddRoundel12Icon, AddRoundel16Icon, AddRoundel24Icon, Affinity16Icon, Affinity24Icon, AutoRestart12Icon, Calendar16Icon, Calendar24Icon, Chat16Icon, Chat24Icon, Checkmark12Icon, Clipboard12Icon, Clipboard16Icon, Clipboard24Icon, Close12Icon, Close16Icon, Close8Icon, Cloud16Icon, Cloud24Icon, Compability16Icon, Compass16Icon, Compatibility24Icon, Contrast16Icon, Contrast24Icon, Copy12Icon, Cpu16Icon, Cpu24Icon, Delete16Icon, Delete24Icon, DirectionDownIcon, DirectionLeftIcon, DirectionRightIcon, DirectionUpIcon, Disabled12Icon, Dislike16Icon, Dislike24Icon, Document16Icon, Document24Icon, DocumentApi16Icon, Dots16Icon, Dots24Icon, Download24Icon, DownloadOutline12Icon, DownloadRoundel16Icon, Edit16Icon, Email16Icon, Email24Icon, Error12Icon, Error16Icon, Error24Icon, Filter12Icon, Filter16Icon, Firewall16Icon, Firewall24Icon, Folder16Icon, Folder24Icon, Gateway16Icon, Gateway24Icon, Heart16Icon, Heart24Icon, Hide12Icon, Hide16Icon, Hide24Icon, Hourglass16Icon, Hourglass24Icon, Images16Icon, Images24Icon, Info12Icon, Info16Icon, Info24Icon, Instances16Icon, Instances24Icon, Integration16Icon, IpGlobal16Icon, IpGlobal24Icon, IpLocal16Icon, IpLocal24Icon, Issues16Icon, Issues24Icon, Key12Icon, Key16Icon, Key24Icon, Like16Icon, Like24Icon, Link16Icon, LoadBalancer16Icon, LoadBalancer24Icon, Loader12Icon, Location24Icon, Logs16Icon, Logs24Icon, MenuClose12Icon, MenuOpen12Icon, Metrics16Icon, Metrics24Icon, Monitoring16Icon, Monitoring24Icon, More12Icon, Networking16Icon, Networking24Icon, NewWindow16Icon, NextArrow12Icon, Notifications16Icon, OpenLink12Icon, Organization16Icon, Organization24Icon, Overview16Icon, Overview24Icon, Person16Icon, Person24Icon, PersonGroup16Icon, PersonGroup24Icon, PrevArrow12Icon, Profile16Icon, Progress24Icon, Prohibited24Icon, Question12Icon, Question16Icon, Question24Icon, Ram16Icon, Refresh16Icon, Repair12Icon, Repair16Icon, Resize16Icon, Resize24Icon, Router16Icon, Router24Icon, Safety24Icon, Search16Icon, Security12Icon, Security16Icon, Security24Icon, SelectArrows6Icon, Servers16Icon, Servers24Icon, Settings16Icon, Settings24Icon, Show16Icon, SignOut16Icon, SizeOutline12Icon, Snapshots16Icon, Snapshots24Icon, SoftwareUpdate16Icon, SoftwareUpdate24Icon, Sort16Icon, Sparkle16Icon, Speaker24Icon, Ssd16Icon, Storage16Icon, Storage24Icon, Submit16Icon, Subnet16Icon, Subnet24Icon, Success12Icon, Tags16Icon, Terminal16Icon, Terminal24Icon, Time16Icon, TimeOutline12Icon, Transmit16Icon, Transmit24Icon, Unauthorized12Icon, Warning12Icon, Webhooks16Icon, Webhooks24Icon, Wireless24Icon };
|