Package Exports
- weather-icons-react
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (weather-icons-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Weather Icons React
Include Weather Icons in your react project easily with 'weather-icons-react', which utilizes ES6 imports so that you only need to include the icons that your project is using.
Installation
npm install weather-icons-react --save
Usage
import { WiDaySunny } from 'weather-icons-react';
class Weather extends React.Component {
render() {
return <WiDaySunny size={24} color='#000' />
}
}
Icons
https://najens.github.io/weather-icons-react/
License
MIT
- Icons are taken from http://weathericons.io/ so please check its project licenses accordingly.