refactor: use unplugin-icons to unify all icons (#439)

Co-authored-by: KaiyiWing <Zhang.kaiyi42@gmail.com>
This commit is contained in:
mancuoj
2023-04-28 12:30:36 +08:00
committed by GitHub
parent 1c467d88df
commit a76c821482
27 changed files with 417 additions and 235 deletions

View File

@@ -15,7 +15,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"types": ["node"],
"types": ["node", "unplugin-icons/types/react"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]