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
/
dist
/
lib
/
index.esm.js
12 lines
(9 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { createContext }
from
'solid-js'
;
var
IconContext =
/*#__PURE__*/
createContext
({
color
:
"currentColor"
,
size
:
"1em"
,
weight
:
"regular"
,
mirrored
:
false
}); export { IconContext };
//# sourceMappingURL=index.esm.js.map