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