6 lines
170 B
TypeScript
Raw Normal View History

import MaterialLine from './MaterialLine'
2023-05-23 20:55:24 +08:00
import Common from './Common'
2023-05-20 13:53:15 +08:00
import Weather from './Weather'
2023-05-23 20:55:24 +08:00
export const IconList = [...MaterialLine, ...Common, ...Weather]