@oxide/design-system 2.2.7--canary.176b1f7.0 → 2.3.1--canary.fc0937b.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-ML7NK3OF.js → chunk-YRJL4JLL.js} +716 -653
- package/dist/chunk-YRJL4JLL.js.map +1 -0
- package/dist/components/src/index.d.ts +4 -4
- package/dist/components/src/index.js +1 -1
- package/dist/components/src/index.js.map +1 -1
- package/dist/icons/index.d.ts +6 -0
- package/dist/icons/react/index.d.ts +72 -60
- package/dist/icons/react/index.js +5 -1
- package/icons/sprite.svg +1 -1
- package/icons/svg/affinity-16.svg +1 -0
- package/icons/svg/affinity-24.svg +1 -0
- package/icons/svg/sign-out-16.svg +1 -1
- package/package.json +1 -1
- package/dist/chunk-ML7NK3OF.js.map +0 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,359 +1,371 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
|
+
interface SVGRProps$2z {
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const Access24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2z) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
interface SVGRProps$2y {
|
|
11
|
+
title?: string;
|
|
12
|
+
titleId?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const Action24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2y) => react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
4
16
|
interface SVGRProps$2x {
|
|
5
17
|
title?: string;
|
|
6
18
|
titleId?: string;
|
|
7
19
|
}
|
|
8
|
-
declare const
|
|
20
|
+
declare const Affinity24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2x) => react_jsx_runtime.JSX.Element;
|
|
9
21
|
|
|
10
22
|
interface SVGRProps$2w {
|
|
11
23
|
title?: string;
|
|
12
24
|
titleId?: string;
|
|
13
25
|
}
|
|
14
|
-
declare const
|
|
26
|
+
declare const AddRoundel24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2w) => react_jsx_runtime.JSX.Element;
|
|
15
27
|
|
|
16
28
|
interface SVGRProps$2v {
|
|
17
29
|
title?: string;
|
|
18
30
|
titleId?: string;
|
|
19
31
|
}
|
|
20
|
-
declare const
|
|
32
|
+
declare const Calendar24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2v) => react_jsx_runtime.JSX.Element;
|
|
21
33
|
|
|
22
34
|
interface SVGRProps$2u {
|
|
23
35
|
title?: string;
|
|
24
36
|
titleId?: string;
|
|
25
37
|
}
|
|
26
|
-
declare const
|
|
38
|
+
declare const Chat24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2u) => react_jsx_runtime.JSX.Element;
|
|
27
39
|
|
|
28
40
|
interface SVGRProps$2t {
|
|
29
41
|
title?: string;
|
|
30
42
|
titleId?: string;
|
|
31
43
|
}
|
|
32
|
-
declare const
|
|
44
|
+
declare const Clipboard24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2t) => react_jsx_runtime.JSX.Element;
|
|
33
45
|
|
|
34
46
|
interface SVGRProps$2s {
|
|
35
47
|
title?: string;
|
|
36
48
|
titleId?: string;
|
|
37
49
|
}
|
|
38
|
-
declare const
|
|
50
|
+
declare const Cloud24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2s) => react_jsx_runtime.JSX.Element;
|
|
39
51
|
|
|
40
52
|
interface SVGRProps$2r {
|
|
41
53
|
title?: string;
|
|
42
54
|
titleId?: string;
|
|
43
55
|
}
|
|
44
|
-
declare const
|
|
56
|
+
declare const Compatibility24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2r) => react_jsx_runtime.JSX.Element;
|
|
45
57
|
|
|
46
58
|
interface SVGRProps$2q {
|
|
47
59
|
title?: string;
|
|
48
60
|
titleId?: string;
|
|
49
61
|
}
|
|
50
|
-
declare const
|
|
62
|
+
declare const Contrast24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2q) => react_jsx_runtime.JSX.Element;
|
|
51
63
|
|
|
52
64
|
interface SVGRProps$2p {
|
|
53
65
|
title?: string;
|
|
54
66
|
titleId?: string;
|
|
55
67
|
}
|
|
56
|
-
declare const
|
|
68
|
+
declare const Cpu24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2p) => react_jsx_runtime.JSX.Element;
|
|
57
69
|
|
|
58
70
|
interface SVGRProps$2o {
|
|
59
71
|
title?: string;
|
|
60
72
|
titleId?: string;
|
|
61
73
|
}
|
|
62
|
-
declare const
|
|
74
|
+
declare const Delete24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2o) => react_jsx_runtime.JSX.Element;
|
|
63
75
|
|
|
64
76
|
interface SVGRProps$2n {
|
|
65
77
|
title?: string;
|
|
66
78
|
titleId?: string;
|
|
67
79
|
}
|
|
68
|
-
declare const
|
|
80
|
+
declare const Dislike24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2n) => react_jsx_runtime.JSX.Element;
|
|
69
81
|
|
|
70
82
|
interface SVGRProps$2m {
|
|
71
83
|
title?: string;
|
|
72
84
|
titleId?: string;
|
|
73
85
|
}
|
|
74
|
-
declare const
|
|
86
|
+
declare const Document24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2m) => react_jsx_runtime.JSX.Element;
|
|
75
87
|
|
|
76
88
|
interface SVGRProps$2l {
|
|
77
89
|
title?: string;
|
|
78
90
|
titleId?: string;
|
|
79
91
|
}
|
|
80
|
-
declare const
|
|
92
|
+
declare const Dots24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2l) => react_jsx_runtime.JSX.Element;
|
|
81
93
|
|
|
82
94
|
interface SVGRProps$2k {
|
|
83
95
|
title?: string;
|
|
84
96
|
titleId?: string;
|
|
85
97
|
}
|
|
86
|
-
declare const
|
|
98
|
+
declare const Download24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2k) => react_jsx_runtime.JSX.Element;
|
|
87
99
|
|
|
88
100
|
interface SVGRProps$2j {
|
|
89
101
|
title?: string;
|
|
90
102
|
titleId?: string;
|
|
91
103
|
}
|
|
92
|
-
declare const
|
|
104
|
+
declare const Email24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2j) => react_jsx_runtime.JSX.Element;
|
|
93
105
|
|
|
94
106
|
interface SVGRProps$2i {
|
|
95
107
|
title?: string;
|
|
96
108
|
titleId?: string;
|
|
97
109
|
}
|
|
98
|
-
declare const
|
|
110
|
+
declare const Error24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2i) => react_jsx_runtime.JSX.Element;
|
|
99
111
|
|
|
100
112
|
interface SVGRProps$2h {
|
|
101
113
|
title?: string;
|
|
102
114
|
titleId?: string;
|
|
103
115
|
}
|
|
104
|
-
declare const
|
|
116
|
+
declare const Firewall24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2h) => react_jsx_runtime.JSX.Element;
|
|
105
117
|
|
|
106
118
|
interface SVGRProps$2g {
|
|
107
119
|
title?: string;
|
|
108
120
|
titleId?: string;
|
|
109
121
|
}
|
|
110
|
-
declare const
|
|
122
|
+
declare const Folder24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2g) => react_jsx_runtime.JSX.Element;
|
|
111
123
|
|
|
112
124
|
interface SVGRProps$2f {
|
|
113
125
|
title?: string;
|
|
114
126
|
titleId?: string;
|
|
115
127
|
}
|
|
116
|
-
declare const
|
|
128
|
+
declare const Gateway24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2f) => react_jsx_runtime.JSX.Element;
|
|
117
129
|
|
|
118
130
|
interface SVGRProps$2e {
|
|
119
131
|
title?: string;
|
|
120
132
|
titleId?: string;
|
|
121
133
|
}
|
|
122
|
-
declare const
|
|
134
|
+
declare const Heart24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2e) => react_jsx_runtime.JSX.Element;
|
|
123
135
|
|
|
124
136
|
interface SVGRProps$2d {
|
|
125
137
|
title?: string;
|
|
126
138
|
titleId?: string;
|
|
127
139
|
}
|
|
128
|
-
declare const
|
|
140
|
+
declare const Hide24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2d) => react_jsx_runtime.JSX.Element;
|
|
129
141
|
|
|
130
142
|
interface SVGRProps$2c {
|
|
131
143
|
title?: string;
|
|
132
144
|
titleId?: string;
|
|
133
145
|
}
|
|
134
|
-
declare const
|
|
146
|
+
declare const Hourglass24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2c) => react_jsx_runtime.JSX.Element;
|
|
135
147
|
|
|
136
148
|
interface SVGRProps$2b {
|
|
137
149
|
title?: string;
|
|
138
150
|
titleId?: string;
|
|
139
151
|
}
|
|
140
|
-
declare const
|
|
152
|
+
declare const Images24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2b) => react_jsx_runtime.JSX.Element;
|
|
141
153
|
|
|
142
154
|
interface SVGRProps$2a {
|
|
143
155
|
title?: string;
|
|
144
156
|
titleId?: string;
|
|
145
157
|
}
|
|
146
|
-
declare const
|
|
158
|
+
declare const Info24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2a) => react_jsx_runtime.JSX.Element;
|
|
147
159
|
|
|
148
160
|
interface SVGRProps$29 {
|
|
149
161
|
title?: string;
|
|
150
162
|
titleId?: string;
|
|
151
163
|
}
|
|
152
|
-
declare const
|
|
164
|
+
declare const Instances24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$29) => react_jsx_runtime.JSX.Element;
|
|
153
165
|
|
|
154
166
|
interface SVGRProps$28 {
|
|
155
167
|
title?: string;
|
|
156
168
|
titleId?: string;
|
|
157
169
|
}
|
|
158
|
-
declare const
|
|
170
|
+
declare const IpGlobal24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$28) => react_jsx_runtime.JSX.Element;
|
|
159
171
|
|
|
160
172
|
interface SVGRProps$27 {
|
|
161
173
|
title?: string;
|
|
162
174
|
titleId?: string;
|
|
163
175
|
}
|
|
164
|
-
declare const
|
|
176
|
+
declare const IpLocal24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$27) => react_jsx_runtime.JSX.Element;
|
|
165
177
|
|
|
166
178
|
interface SVGRProps$26 {
|
|
167
179
|
title?: string;
|
|
168
180
|
titleId?: string;
|
|
169
181
|
}
|
|
170
|
-
declare const
|
|
182
|
+
declare const Issues24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$26) => react_jsx_runtime.JSX.Element;
|
|
171
183
|
|
|
172
184
|
interface SVGRProps$25 {
|
|
173
185
|
title?: string;
|
|
174
186
|
titleId?: string;
|
|
175
187
|
}
|
|
176
|
-
declare const
|
|
188
|
+
declare const Key24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$25) => react_jsx_runtime.JSX.Element;
|
|
177
189
|
|
|
178
190
|
interface SVGRProps$24 {
|
|
179
191
|
title?: string;
|
|
180
192
|
titleId?: string;
|
|
181
193
|
}
|
|
182
|
-
declare const
|
|
194
|
+
declare const Like24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$24) => react_jsx_runtime.JSX.Element;
|
|
183
195
|
|
|
184
196
|
interface SVGRProps$23 {
|
|
185
197
|
title?: string;
|
|
186
198
|
titleId?: string;
|
|
187
199
|
}
|
|
188
|
-
declare const
|
|
200
|
+
declare const LoadBalancer24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$23) => react_jsx_runtime.JSX.Element;
|
|
189
201
|
|
|
190
202
|
interface SVGRProps$22 {
|
|
191
203
|
title?: string;
|
|
192
204
|
titleId?: string;
|
|
193
205
|
}
|
|
194
|
-
declare const
|
|
206
|
+
declare const Location24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$22) => react_jsx_runtime.JSX.Element;
|
|
195
207
|
|
|
196
208
|
interface SVGRProps$21 {
|
|
197
209
|
title?: string;
|
|
198
210
|
titleId?: string;
|
|
199
211
|
}
|
|
200
|
-
declare const
|
|
212
|
+
declare const Logs24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$21) => react_jsx_runtime.JSX.Element;
|
|
201
213
|
|
|
202
214
|
interface SVGRProps$20 {
|
|
203
215
|
title?: string;
|
|
204
216
|
titleId?: string;
|
|
205
217
|
}
|
|
206
|
-
declare const
|
|
218
|
+
declare const Metrics24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$20) => react_jsx_runtime.JSX.Element;
|
|
207
219
|
|
|
208
220
|
interface SVGRProps$1$ {
|
|
209
221
|
title?: string;
|
|
210
222
|
titleId?: string;
|
|
211
223
|
}
|
|
212
|
-
declare const
|
|
224
|
+
declare const Monitoring24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1$) => react_jsx_runtime.JSX.Element;
|
|
213
225
|
|
|
214
226
|
interface SVGRProps$1_ {
|
|
215
227
|
title?: string;
|
|
216
228
|
titleId?: string;
|
|
217
229
|
}
|
|
218
|
-
declare const
|
|
230
|
+
declare const Networking24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1_) => react_jsx_runtime.JSX.Element;
|
|
219
231
|
|
|
220
232
|
interface SVGRProps$1Z {
|
|
221
233
|
title?: string;
|
|
222
234
|
titleId?: string;
|
|
223
235
|
}
|
|
224
|
-
declare const
|
|
236
|
+
declare const Organization24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Z) => react_jsx_runtime.JSX.Element;
|
|
225
237
|
|
|
226
238
|
interface SVGRProps$1Y {
|
|
227
239
|
title?: string;
|
|
228
240
|
titleId?: string;
|
|
229
241
|
}
|
|
230
|
-
declare const
|
|
242
|
+
declare const Overview24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Y) => react_jsx_runtime.JSX.Element;
|
|
231
243
|
|
|
232
244
|
interface SVGRProps$1X {
|
|
233
245
|
title?: string;
|
|
234
246
|
titleId?: string;
|
|
235
247
|
}
|
|
236
|
-
declare const
|
|
248
|
+
declare const Person24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1X) => react_jsx_runtime.JSX.Element;
|
|
237
249
|
|
|
238
250
|
interface SVGRProps$1W {
|
|
239
251
|
title?: string;
|
|
240
252
|
titleId?: string;
|
|
241
253
|
}
|
|
242
|
-
declare const
|
|
254
|
+
declare const PersonGroup24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1W) => react_jsx_runtime.JSX.Element;
|
|
243
255
|
|
|
244
256
|
interface SVGRProps$1V {
|
|
245
257
|
title?: string;
|
|
246
258
|
titleId?: string;
|
|
247
259
|
}
|
|
248
|
-
declare const
|
|
260
|
+
declare const Progress24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1V) => react_jsx_runtime.JSX.Element;
|
|
249
261
|
|
|
250
262
|
interface SVGRProps$1U {
|
|
251
263
|
title?: string;
|
|
252
264
|
titleId?: string;
|
|
253
265
|
}
|
|
254
|
-
declare const
|
|
266
|
+
declare const Prohibited24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1U) => react_jsx_runtime.JSX.Element;
|
|
255
267
|
|
|
256
268
|
interface SVGRProps$1T {
|
|
257
269
|
title?: string;
|
|
258
270
|
titleId?: string;
|
|
259
271
|
}
|
|
260
|
-
declare const
|
|
272
|
+
declare const Router24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1T) => react_jsx_runtime.JSX.Element;
|
|
261
273
|
|
|
262
274
|
interface SVGRProps$1S {
|
|
263
275
|
title?: string;
|
|
264
276
|
titleId?: string;
|
|
265
277
|
}
|
|
266
|
-
declare const
|
|
278
|
+
declare const Safety24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1S) => react_jsx_runtime.JSX.Element;
|
|
267
279
|
|
|
268
280
|
interface SVGRProps$1R {
|
|
269
281
|
title?: string;
|
|
270
282
|
titleId?: string;
|
|
271
283
|
}
|
|
272
|
-
declare const
|
|
284
|
+
declare const Security24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1R) => react_jsx_runtime.JSX.Element;
|
|
273
285
|
|
|
274
286
|
interface SVGRProps$1Q {
|
|
275
287
|
title?: string;
|
|
276
288
|
titleId?: string;
|
|
277
289
|
}
|
|
278
|
-
declare const
|
|
290
|
+
declare const Servers24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Q) => react_jsx_runtime.JSX.Element;
|
|
279
291
|
|
|
280
292
|
interface SVGRProps$1P {
|
|
281
293
|
title?: string;
|
|
282
294
|
titleId?: string;
|
|
283
295
|
}
|
|
284
|
-
declare const
|
|
296
|
+
declare const Settings24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1P) => react_jsx_runtime.JSX.Element;
|
|
285
297
|
|
|
286
298
|
interface SVGRProps$1O {
|
|
287
299
|
title?: string;
|
|
288
300
|
titleId?: string;
|
|
289
301
|
}
|
|
290
|
-
declare const
|
|
302
|
+
declare const Snapshots24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1O) => react_jsx_runtime.JSX.Element;
|
|
291
303
|
|
|
292
304
|
interface SVGRProps$1N {
|
|
293
305
|
title?: string;
|
|
294
306
|
titleId?: string;
|
|
295
307
|
}
|
|
296
|
-
declare const
|
|
308
|
+
declare const SoftwareUpdate24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1N) => react_jsx_runtime.JSX.Element;
|
|
297
309
|
|
|
298
310
|
interface SVGRProps$1M {
|
|
299
311
|
title?: string;
|
|
300
312
|
titleId?: string;
|
|
301
313
|
}
|
|
302
|
-
declare const
|
|
314
|
+
declare const Speaker24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1M) => react_jsx_runtime.JSX.Element;
|
|
303
315
|
|
|
304
316
|
interface SVGRProps$1L {
|
|
305
317
|
title?: string;
|
|
306
318
|
titleId?: string;
|
|
307
319
|
}
|
|
308
|
-
declare const
|
|
320
|
+
declare const Storage24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1L) => react_jsx_runtime.JSX.Element;
|
|
309
321
|
|
|
310
322
|
interface SVGRProps$1K {
|
|
311
323
|
title?: string;
|
|
312
324
|
titleId?: string;
|
|
313
325
|
}
|
|
314
|
-
declare const
|
|
326
|
+
declare const Subnet24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1K) => react_jsx_runtime.JSX.Element;
|
|
315
327
|
|
|
316
328
|
interface SVGRProps$1J {
|
|
317
329
|
title?: string;
|
|
318
330
|
titleId?: string;
|
|
319
331
|
}
|
|
320
|
-
declare const
|
|
332
|
+
declare const Resize24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1J) => react_jsx_runtime.JSX.Element;
|
|
321
333
|
|
|
322
334
|
interface SVGRProps$1I {
|
|
323
335
|
title?: string;
|
|
324
336
|
titleId?: string;
|
|
325
337
|
}
|
|
326
|
-
declare const
|
|
338
|
+
declare const Terminal24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1I) => react_jsx_runtime.JSX.Element;
|
|
327
339
|
|
|
328
340
|
interface SVGRProps$1H {
|
|
329
341
|
title?: string;
|
|
330
342
|
titleId?: string;
|
|
331
343
|
}
|
|
332
|
-
declare const
|
|
344
|
+
declare const Transmit24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1H) => react_jsx_runtime.JSX.Element;
|
|
333
345
|
|
|
334
346
|
interface SVGRProps$1G {
|
|
335
347
|
title?: string;
|
|
336
348
|
titleId?: string;
|
|
337
349
|
}
|
|
338
|
-
declare const
|
|
350
|
+
declare const Wireless24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1G) => react_jsx_runtime.JSX.Element;
|
|
339
351
|
|
|
340
352
|
interface SVGRProps$1F {
|
|
341
353
|
title?: string;
|
|
342
354
|
titleId?: string;
|
|
343
355
|
}
|
|
344
|
-
declare const
|
|
356
|
+
declare const Question24Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1F) => react_jsx_runtime.JSX.Element;
|
|
345
357
|
|
|
346
358
|
interface SVGRProps$1E {
|
|
347
359
|
title?: string;
|
|
348
360
|
titleId?: string;
|
|
349
361
|
}
|
|
350
|
-
declare const
|
|
362
|
+
declare const Access16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1E) => react_jsx_runtime.JSX.Element;
|
|
351
363
|
|
|
352
364
|
interface SVGRProps$1D {
|
|
353
365
|
title?: string;
|
|
354
366
|
titleId?: string;
|
|
355
367
|
}
|
|
356
|
-
declare const
|
|
368
|
+
declare const Affinity16Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1D) => react_jsx_runtime.JSX.Element;
|
|
357
369
|
|
|
358
370
|
interface SVGRProps$1C {
|
|
359
371
|
title?: string;
|
|
@@ -973,4 +985,4 @@ interface SVGRProps {
|
|
|
973
985
|
}
|
|
974
986
|
declare const Close8Icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
975
987
|
|
|
976
|
-
export { Access16Icon, Access24Icon, Action16Icon, Action24Icon, Add12Icon, AddRoundel12Icon, AddRoundel16Icon, AddRoundel24Icon, 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 };
|
|
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 };
|
|
@@ -7,6 +7,8 @@ import {
|
|
|
7
7
|
AddRoundel12Icon_default,
|
|
8
8
|
AddRoundel16Icon_default,
|
|
9
9
|
AddRoundel24Icon_default,
|
|
10
|
+
Affinity16Icon_default,
|
|
11
|
+
Affinity24Icon_default,
|
|
10
12
|
AutoRestart12Icon_default,
|
|
11
13
|
Calendar16Icon_default,
|
|
12
14
|
Calendar24Icon_default,
|
|
@@ -161,7 +163,7 @@ import {
|
|
|
161
163
|
Unauthorized12Icon_default,
|
|
162
164
|
Warning12Icon_default,
|
|
163
165
|
Wireless24Icon_default
|
|
164
|
-
} from "../../chunk-
|
|
166
|
+
} from "../../chunk-YRJL4JLL.js";
|
|
165
167
|
export {
|
|
166
168
|
Access16Icon_default as Access16Icon,
|
|
167
169
|
Access24Icon_default as Access24Icon,
|
|
@@ -171,6 +173,8 @@ export {
|
|
|
171
173
|
AddRoundel12Icon_default as AddRoundel12Icon,
|
|
172
174
|
AddRoundel16Icon_default as AddRoundel16Icon,
|
|
173
175
|
AddRoundel24Icon_default as AddRoundel24Icon,
|
|
176
|
+
Affinity16Icon_default as Affinity16Icon,
|
|
177
|
+
Affinity24Icon_default as Affinity24Icon,
|
|
174
178
|
AutoRestart12Icon_default as AutoRestart12Icon,
|
|
175
179
|
Calendar16Icon_default as Calendar16Icon,
|
|
176
180
|
Calendar24Icon_default as Calendar24Icon,
|