weather-icons-react
v1.2.0
Published
svg react icons from the http://weathericons.io library
Downloads
5,074
Maintainers
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.