UNPKG
@meistericons/meistericons
Version:
latest (0.0.17)
0.0.17
0.0.16
0.0.15
Meistericons, an icon library,
@meistericons/meistericons
/
packages
/
react
/
index.ts
9 lines
(8 loc)
•
198 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
"./icons"
export
*
as
icons
from
"./icons"
;
export
{
default
as
createMeisterIcons,
type
IconNode
,
type
MeisterIconsProps
,
type
MeisterIcon
, }
from
"./src/createMeisterIcons"
;