npm

weather-icons-react

1.2.0 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.01,493latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.01,493
1.1.00
1.0.00

Package Sidebar

Install

npm i weather-icons-react

Weekly Downloads

1,493

Version

1.2.0

License

MIT

Unpacked Size

386 kB

Total Files

6

Last publish

Collaborators

  • najens