@@ -8,6 +8,7 @@ import {ExternalLink16Icon} from './svgs/core-16/external-link-16.icon';
8
8
import { InfoCircle16Icon } from './svgs/core-16/info-circle-16.icon' ;
9
9
import { Refresh16Icon } from './svgs/core-16/refresh-16.icon' ;
10
10
import { ShootingStar16Icon } from './svgs/core-16/shooting-star-16.icon' ;
11
+ import { ActivityMonitor24Icon } from './svgs/core-24/activity-monitor-24.icon' ;
11
12
import { ArrowBarUp24Icon } from './svgs/core-24/arrow-bar-up-24.icon' ;
12
13
import { ArrowForwardUp24Icon } from './svgs/core-24/arrow-forward-up-24.icon' ;
13
14
import { ArrowLeft24Icon } from './svgs/core-24/arrow-left-24.icon' ;
@@ -65,6 +66,7 @@ import {LoaderAnimated24Icon} from './svgs/core-24/loader-animated-24.icon';
65
66
import { Lock24Icon } from './svgs/core-24/lock-24.icon' ;
66
67
import { LockOpen24Icon } from './svgs/core-24/lock-open-24.icon' ;
67
68
import { Menu24Icon } from './svgs/core-24/menu-24.icon' ;
69
+ import { Ordinals24Icon } from './svgs/core-24/ordinals-24.icon' ;
68
70
import { Outbound24Icon } from './svgs/core-24/outbound-24.icon' ;
69
71
import { Pamphlet24Icon } from './svgs/core-24/pamphlet-24.icon' ;
70
72
import { Paper24Icon } from './svgs/core-24/paper-24.icon' ;
@@ -149,6 +151,7 @@ export * from './svgs/core-16/external-link-16.icon';
149
151
export * from './svgs/core-16/info-circle-16.icon' ;
150
152
export * from './svgs/core-16/refresh-16.icon' ;
151
153
export * from './svgs/core-16/shooting-star-16.icon' ;
154
+ export * from './svgs/core-24/activity-monitor-24.icon' ;
152
155
export * from './svgs/core-24/arrow-bar-up-24.icon' ;
153
156
export * from './svgs/core-24/arrow-forward-up-24.icon' ;
154
157
export * from './svgs/core-24/arrow-left-24.icon' ;
@@ -206,6 +209,7 @@ export * from './svgs/core-24/loader-animated-24.icon';
206
209
export * from './svgs/core-24/lock-24.icon' ;
207
210
export * from './svgs/core-24/lock-open-24.icon' ;
208
211
export * from './svgs/core-24/menu-24.icon' ;
212
+ export * from './svgs/core-24/ordinals-24.icon' ;
209
213
export * from './svgs/core-24/outbound-24.icon' ;
210
214
export * from './svgs/core-24/pamphlet-24.icon' ;
211
215
export * from './svgs/core-24/paper-24.icon' ;
@@ -296,6 +300,7 @@ export const allIconsByCategory = {
296
300
ShootingStar16Icon ,
297
301
] ,
298
302
'core-24' : [
303
+ ActivityMonitor24Icon ,
299
304
ArrowBarUp24Icon ,
300
305
ArrowForwardUp24Icon ,
301
306
ArrowLeft24Icon ,
@@ -353,6 +358,7 @@ export const allIconsByCategory = {
353
358
Lock24Icon ,
354
359
LockOpen24Icon ,
355
360
Menu24Icon ,
361
+ Ordinals24Icon ,
356
362
Outbound24Icon ,
357
363
Pamphlet24Icon ,
358
364
Paper24Icon ,
0 commit comments