feat: 添加天气分组图标

This commit is contained in:
tnt group
2023-05-20 13:53:15 +08:00
parent 11cd933fa2
commit efe56bca0d
4 changed files with 61 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import MaterialLine from './MaterialLine'
import Unicons from './Unicons'
import Weather from './Weather'
export const IconList = [...MaterialLine, ...Unicons]
export const IconList = [...MaterialLine, ...Unicons, ...Weather]