Skip to content

Commit 73225f7

Browse files
dkgofRolf BaggetroelslendaRasmusKjeldgaard
authored
Spot Illustrations: Add device.arrow-download, hand.moneybag and wallet-face.coins (#4361)
Co-authored-by: Rolf Bagge <rbg@bankdata.dk> Co-authored-by: Troels Lenda Strand <troelslenda@gmail.com> Co-authored-by: RasmusKjeldgaard <rkk@bankdata.dk>
1 parent aec4f5a commit 73225f7

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

libs/extensions/angular/spot-illustration/src/spot-illustrations.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ export const illustrations = {
9595
md: 'robot.none.antenna-dot.body.medium.svg',
9696
lg: 'robot.none.antenna-dot.body.large.svg',
9797
},
98+
'hand.moneybag.ribbon.circle': {
99+
lg: 'hand.moneybag.ribbon.circle.large.svg',
100+
},
101+
'wallet.face-coins.star.circle': {
102+
lg: 'wallet.face-coins.star.circle.large.svg',
103+
},
104+
'device.arrow-download.dot.circle': {
105+
xl: 'device.arrow-download.dot.circle.xlarge.svg',
106+
},
98107
} as const satisfies Record<string, Illustration>;
99108

100109
export type SpotIllustrationName = keyof typeof illustrations | null;
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)