react-icons
Version:
SVG React icons of popular icon packs using ES6 imports
11 lines (10 loc) • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
exports.DefaultContext = {
color: undefined,
size: undefined,
className: undefined,
style: undefined,
};
exports.IconContext = React.createContext && React.createContext(exports.DefaultContext);