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