main page
This commit is contained in:
9
node_modules/react-icons/lib/esm/iconContext.js
generated
vendored
Normal file
9
node_modules/react-icons/lib/esm/iconContext.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
export var DefaultContext = {
|
||||
color: undefined,
|
||||
size: undefined,
|
||||
className: undefined,
|
||||
style: undefined,
|
||||
attr: undefined
|
||||
};
|
||||
export var IconContext = React.createContext && React.createContext(DefaultContext);
|
||||
Reference in New Issue
Block a user