UNPKG

weather-icons-react

Version:

svg react icons from the http://weathericons.io library

12 lines (11 loc) 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); exports.DefaultContext = { color: undefined, size: undefined, className: undefined, style: undefined, attr: undefined, }; exports.IconContext = React.createContext && React.createContext(exports.DefaultContext);