From 5ce1dc973c99de974fab01d05977e5119bbf274b Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 8 Mar 2026 02:15:42 +0800 Subject: [PATCH] add more icons --- src/consts/icon.ts | 60 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/src/consts/icon.ts b/src/consts/icon.ts index 443a035a..476f1e4d 100644 --- a/src/consts/icon.ts +++ b/src/consts/icon.ts @@ -158,6 +158,9 @@ export const ALL_ACCOUNT_ICONS: Record = { }, '8302': { icon: 'lab la-weixin' + }, + '8303': { + icon: 'lab la-line' } }; @@ -257,6 +260,12 @@ export const ALL_CATEGORY_ICONS: Record = { '200': { icon: 'las la-home' }, + '201': { + icon: 'las la-store' + }, + '202': { + icon: 'las la-store-alt' + }, '210': { icon: 'las la-toilet-paper' }, @@ -305,6 +314,9 @@ export const ALL_CATEGORY_ICONS: Record = { '252': { icon: 'las la-toolbox' }, + '253': { + icon: 'las la-paint-roller' + }, '260': { icon: 'las la-broom' }, @@ -400,6 +412,9 @@ export const ALL_CATEGORY_ICONS: Record = { '442': { icon: 'las la-satellite' }, + '443': { + icon: 'las la-ethernet' + }, '450': { icon: 'las la-tv' }, @@ -418,6 +433,9 @@ export const ALL_CATEGORY_ICONS: Record = { '480': { icon: 'las la-shipping-fast' }, + '490': { + icon: 'las la-language' + }, // 500 - 599 : Expense - Entertainment '500': { icon: 'las la-heart' @@ -449,6 +467,9 @@ export const ALL_CATEGORY_ICONS: Record = { '518': { icon: 'las la-hiking' }, + '519': { + icon: 'las la-compass' + }, '520': { icon: 'las la-futbol' }, @@ -533,6 +554,9 @@ export const ALL_CATEGORY_ICONS: Record = { '582': { icon: 'las la-crow' }, + '583': { + icon: 'las la-cat' + }, '589': { icon: 'las la-bone' }, @@ -644,6 +668,9 @@ export const ALL_CATEGORY_ICONS: Record = { '880': { icon: 'las la-glasses' }, + '881': { + icon: 'las la-wheelchair' + }, '890': { icon: 'las la-thermometer' }, @@ -694,6 +721,33 @@ export const ALL_CATEGORY_ICONS: Record = { '1010': { 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': { icon: 'las la-suitcase' @@ -769,6 +823,9 @@ export const ALL_CATEGORY_ICONS: Record = { '6001': { icon: 'lab la-ebay' }, + '6010': { + icon: 'lab la-line' + }, '6100': { icon: 'lab la-app-store' }, @@ -784,6 +841,9 @@ export const ALL_CATEGORY_ICONS: Record = { '6400': { icon: 'lab la-uber' }, + '6410': { + icon: 'lab la-airbnb' + }, '6500': { icon: 'lab la-fedex' },