imk/node_modules/react-icons/lib/iconContext.mjs

9 lines
258 B
JavaScript

import React from "react";
export var DefaultContext = {
color: undefined,
size: undefined,
className: undefined,
style: undefined,
attr: undefined
};
export var IconContext = React.createContext && /*#__PURE__*/React.createContext(DefaultContext);