UNPKG

phosphor-solid

Version:

A clean and friendly icon family for Solid-js

8 lines (7 loc) 177 B
import { createContext } from "solid-js"; export const IconContext = createContext({ color: "currentColor", size: "1em", weight: "regular", mirrored: false, });