From 67808bd4afc45a30f689b53a439e9366c495ecd1 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 2 Jan 2021 15:51:04 +0800 Subject: [PATCH] add new icon --- src/consts/icon.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/consts/icon.js b/src/consts/icon.js index 33c792d1..4c26be88 100644 --- a/src/consts/icon.js +++ b/src/consts/icon.js @@ -702,6 +702,9 @@ const allCategoryIcons = { '3010': { icon: 'las la-plus-circle' }, + '3100': { + icon: 'las la-recycle' + }, // 4000 - 4099 : Transfer '4000': { icon: 'las la-exchange-alt'