@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
13 lines (12 loc) • 394 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconContext = exports.DefaultContext = void 0;
var React = require("react");
exports.DefaultContext = {
color: undefined,
size: undefined,
className: undefined,
style: undefined,
attr: undefined,
};
exports.IconContext = React.createContext && React.createContext(exports.DefaultContext);
;