UNPKG
phosphor-solid
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
A clean and friendly icon family for Solid-js
github.com/aguilera51284/phosphor-react
phosphor-solid
/
src
/
lib
/
index.js
8 lines
(7 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import { createContext }
from
"solid-js"
; export
const
IconContext
=
createContext
({
color
:
"currentColor"
,
size
:
"1em"
,
weight
:
"regular"
,
mirrored
:
false
, });