main page
This commit is contained in:
12
node_modules/react-icons/lib/cjs/iconContext.js
generated
vendored
Normal file
12
node_modules/react-icons/lib/cjs/iconContext.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
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);
|
||||
Reference in New Issue
Block a user