You need to sign in or sign up before continuing.
index.ts 170 Bytes
import MaterialLine from './MaterialLine'
import Common from './Common'
import Weather from './Weather'

export const IconList = [...MaterialLine, ...Weather, ...Common]