@@ -85,8 +85,6 @@ import descriptionSVG from './assets/description.svg';
8585import detailsSVG from './assets/details.svg' ;
8686import diagramSVG from './assets/diagram.svg' ;
8787import documentcodeSVG from './assets/document-code.svg' ;
88- import musdSVG from './assets/musd.svg' ;
89- import musdfilledSVG from './assets/musd-filled.svg' ;
9088import downloadSVG from './assets/download.svg' ;
9189import draftSVG from './assets/draft.svg' ;
9290import ecoleafSVG from './assets/eco-leaf.svg' ;
@@ -169,6 +167,8 @@ import monitorSVG from './assets/monitor.svg';
169167import morehorizontalSVG from './assets/more-horizontal.svg' ;
170168import moreverticalSVG from './assets/more-vertical.svg' ;
171169import mountainflagSVG from './assets/mountain-flag.svg' ;
170+ import musdfilledSVG from './assets/musd-filled.svg' ;
171+ import musdSVG from './assets/musd.svg' ;
172172import musicnoteSVG from './assets/music-note.svg' ;
173173import nophotographySVG from './assets/no-photography.svg' ;
174174import notificationSVG from './assets/notification.svg' ;
@@ -178,13 +178,13 @@ import passwordcheckSVG from './assets/password-check.svg';
178178import pendingSVG from './assets/pending.svg' ;
179179import peopleSVG from './assets/people.svg' ;
180180import personcancelSVG from './assets/person-cancel.svg' ;
181+ import piechartSVG from './assets/pie-chart.svg' ;
181182import pinSVG from './assets/pin.svg' ;
182183import plantSVG from './assets/plant.svg' ;
183- import pieChartSVG from './assets/pie-chart.svg' ;
184- import predictionsSVG from './assets/predictions.svg' ;
185184import plugSVG from './assets/plug.svg' ;
186185import plusandminusSVG from './assets/plus-and-minus.svg' ;
187186import policyalertSVG from './assets/policy-alert.svg' ;
187+ import predictionsSVG from './assets/predictions.svg' ;
188188import printSVG from './assets/print.svg' ;
189189import priorityhighSVG from './assets/priority-high.svg' ;
190190import privacytipSVG from './assets/privacy-tip.svg' ;
@@ -374,8 +374,6 @@ export const assetByIconName: AssetByIconName = {
374374 [ IconName . Details ] : detailsSVG ,
375375 [ IconName . Diagram ] : diagramSVG ,
376376 [ IconName . DocumentCode ] : documentcodeSVG ,
377- [ IconName . Musd ] : musdSVG ,
378- [ IconName . MusdFilled ] : musdfilledSVG ,
379377 [ IconName . Download ] : downloadSVG ,
380378 [ IconName . Draft ] : draftSVG ,
381379 [ IconName . EcoLeaf ] : ecoleafSVG ,
@@ -458,6 +456,8 @@ export const assetByIconName: AssetByIconName = {
458456 [ IconName . MoreHorizontal ] : morehorizontalSVG ,
459457 [ IconName . MoreVertical ] : moreverticalSVG ,
460458 [ IconName . MountainFlag ] : mountainflagSVG ,
459+ [ IconName . MusdFilled ] : musdfilledSVG ,
460+ [ IconName . Musd ] : musdSVG ,
461461 [ IconName . MusicNote ] : musicnoteSVG ,
462462 [ IconName . NoPhotography ] : nophotographySVG ,
463463 [ IconName . Notification ] : notificationSVG ,
@@ -467,13 +467,13 @@ export const assetByIconName: AssetByIconName = {
467467 [ IconName . Pending ] : pendingSVG ,
468468 [ IconName . People ] : peopleSVG ,
469469 [ IconName . PersonCancel ] : personcancelSVG ,
470+ [ IconName . PieChart ] : piechartSVG ,
470471 [ IconName . Pin ] : pinSVG ,
471472 [ IconName . Plant ] : plantSVG ,
472- [ IconName . Portfolio ] : pieChartSVG ,
473- [ IconName . Predictions ] : predictionsSVG ,
474473 [ IconName . Plug ] : plugSVG ,
475474 [ IconName . PlusAndMinus ] : plusandminusSVG ,
476475 [ IconName . PolicyAlert ] : policyalertSVG ,
476+ [ IconName . Predictions ] : predictionsSVG ,
477477 [ IconName . Print ] : printSVG ,
478478 [ IconName . PriorityHigh ] : priorityhighSVG ,
479479 [ IconName . PrivacyTip ] : privacytipSVG ,
0 commit comments