UNPKG

react-icons

Version:

SVG React icons of popular icon packs using ES6 imports

12 lines (11 loc) 339 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);