react-native-animated-weather-icons
Version:
Animated Weather Icons for React Native
18 lines (12 loc) • 458 B
JavaScript
import ThunderIconAnimated from './ThunderIcon'
export { ThunderIconAnimated }
import SunIconAnimated from './SunIcon'
export { SunIconAnimated }
import SunCloudIconAnimated from './SunCloudIcon'
export { SunCloudIconAnimated }
import WindCloudIconAnimated from './WindCloudIcon'
export { WindCloudIconAnimated }
import SnowIconAnimated from './SnowIcon'
export { SnowIconAnimated }
import RainIconAnimated from './RainIcon'
export { RainIconAnimated }