mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-15 12:18:58 +08:00
6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
import MaterialLine from './MaterialLine'
|
|
import Common from './Common'
|
|
import Weather from './Weather'
|
|
|
|
export const IconList = [...MaterialLine, ...Common, ...Weather]
|