import { createContext } from "solid-js";
const SvgIconContext = createContext();
export default SvgIconContext;
