UNPKG
doly-icons
Version:
latest (1.10.1)
1.10.1
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.0
React icon component based on Bootstrap Icons
github.com/doly-dev/doly-icons
doly-dev/doly-icons
doly-icons
/
lib
/
icon
/
IconContext.js
8 lines
(7 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
IconProvider
=
void
0
;
var
react_1 =
require
(
"react"
);
var
context = (
0
, react_1.
createContext
)({});
exports
.
IconProvider
= context.
Provider
;
exports
.
default
= context;