via-icons/dist/lib/esm/iconContext.js

9 lines
245 B
JavaScript
Raw Permalink Normal View History

2024-08-22 13:58:09 -06:00
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);