Skip to content

Commit

Permalink
Add some icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbicus committed Nov 15, 2024
1 parent ebf3283 commit cc6477c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/lib/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
IconPaperclip,
IconPaw,
IconPlane,
IconShirt,
IconShoppingCart,
IconTheater,
IconTicket,
Expand Down Expand Up @@ -56,14 +57,16 @@ export enum CardIcon {
Office = 'Office',
Gaming = 'Gaming',
Entertainment = 'Entertainment',
Clothes = 'Clothes',
}
export const iconsMap = {
[CardIcon.Grocery]: IconShoppingCart,
[CardIcon.Clothes]: IconShirt,
[CardIcon.Retail]: IconPaperBag,
[CardIcon.Pharmacy]: IconFirstAidKit,
[CardIcon.Gas]: IconGasStation,
[CardIcon.Restaurant]: IconToolsKitchen2,
[CardIcon.Cafes]: IconCoffee,
[CardIcon.Gas]: IconGasStation,
[CardIcon.Accommodation]: IconBed,
[CardIcon.Airlines]: IconPlane,
[CardIcon.Car]: IconCar,
Expand Down

0 comments on commit cc6477c

Please sign in to comment.