svg react icons from the http://weathericons.io library
npm install weather-icons-reactjs
npm install weather-icons-react --save
`
Usage
`jsx
import { WiDaySunny } from 'weather-icons-react';
class Weather extends React.Component {
render() {
return
}
}
``