add more icons

This commit is contained in:
MaysWind
2026-03-08 02:15:42 +08:00
parent 7ac1e0b69f
commit 5ce1dc973c
+60
View File
@@ -158,6 +158,9 @@ export const ALL_ACCOUNT_ICONS: Record<string, IconInfo> = {
}, },
'8302': { '8302': {
icon: 'lab la-weixin' icon: 'lab la-weixin'
},
'8303': {
icon: 'lab la-line'
} }
}; };
@@ -257,6 +260,12 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'200': { '200': {
icon: 'las la-home' icon: 'las la-home'
}, },
'201': {
icon: 'las la-store'
},
'202': {
icon: 'las la-store-alt'
},
'210': { '210': {
icon: 'las la-toilet-paper' icon: 'las la-toilet-paper'
}, },
@@ -305,6 +314,9 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'252': { '252': {
icon: 'las la-toolbox' icon: 'las la-toolbox'
}, },
'253': {
icon: 'las la-paint-roller'
},
'260': { '260': {
icon: 'las la-broom' icon: 'las la-broom'
}, },
@@ -400,6 +412,9 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'442': { '442': {
icon: 'las la-satellite' icon: 'las la-satellite'
}, },
'443': {
icon: 'las la-ethernet'
},
'450': { '450': {
icon: 'las la-tv' icon: 'las la-tv'
}, },
@@ -418,6 +433,9 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'480': { '480': {
icon: 'las la-shipping-fast' icon: 'las la-shipping-fast'
}, },
'490': {
icon: 'las la-language'
},
// 500 - 599 : Expense - Entertainment // 500 - 599 : Expense - Entertainment
'500': { '500': {
icon: 'las la-heart' icon: 'las la-heart'
@@ -449,6 +467,9 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'518': { '518': {
icon: 'las la-hiking' icon: 'las la-hiking'
}, },
'519': {
icon: 'las la-compass'
},
'520': { '520': {
icon: 'las la-futbol' icon: 'las la-futbol'
}, },
@@ -533,6 +554,9 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'582': { '582': {
icon: 'las la-crow' icon: 'las la-crow'
}, },
'583': {
icon: 'las la-cat'
},
'589': { '589': {
icon: 'las la-bone' icon: 'las la-bone'
}, },
@@ -644,6 +668,9 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'880': { '880': {
icon: 'las la-glasses' icon: 'las la-glasses'
}, },
'881': {
icon: 'las la-wheelchair'
},
'890': { '890': {
icon: 'las la-thermometer' icon: 'las la-thermometer'
}, },
@@ -694,6 +721,33 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'1010': { '1010': {
icon: 'las la-minus-circle' icon: 'las la-minus-circle'
}, },
'1020': {
icon: 'lab la-dev'
},
'1021': {
icon: 'las la-laptop-code'
},
'1022': {
icon: 'las la-server'
},
'1023': {
icon: 'las la-hdd'
},
'1024': {
icon: 'las la-memory'
},
'1025': {
icon: 'las la-microchip'
},
'1026': {
icon: 'las la-robot'
},
'1027': {
icon: 'las la-link'
},
'1100': {
icon: 'las la-seedling'
},
// 2000 - 2099 : Income - Occupational Earnings // 2000 - 2099 : Income - Occupational Earnings
'2000': { '2000': {
icon: 'las la-suitcase' icon: 'las la-suitcase'
@@ -769,6 +823,9 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'6001': { '6001': {
icon: 'lab la-ebay' icon: 'lab la-ebay'
}, },
'6010': {
icon: 'lab la-line'
},
'6100': { '6100': {
icon: 'lab la-app-store' icon: 'lab la-app-store'
}, },
@@ -784,6 +841,9 @@ export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
'6400': { '6400': {
icon: 'lab la-uber' icon: 'lab la-uber'
}, },
'6410': {
icon: 'lab la-airbnb'
},
'6500': { '6500': {
icon: 'lab la-fedex' icon: 'lab la-fedex'
}, },