UNPKG
@klnjs/react-icon
Version:
latest (1.0.0-beta.13)
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.11
1.0.0-beta.7
An icon component for React.
klnjs.github.io/basique
klnjs/basique
@klnjs/react-icon
/
dist
/
src
/
IconContext.js
7 lines
(6 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
import { createContext }
from
'@klnjs/react-core'
; export
const
[IconProvider, useIconContext] =
createContext
({
name
:
'IconContext'
,
nameOfHook
:
'useIconContext'
,
nameOfProvider
:
'<IconProvider />'
});