UNPKG
@elgato/icons
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Icons used throughout the Elgato ecosystem.
docs.elgato.com/resources/icons
elgatosf/icons
@elgato/icons
/
dist
/
react
/
index.d.ts
6 lines
(5 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
*
as
Icons
from
"./icons/index.g.js"
;
export
type
{
Size
}
from
"../metadata/sizing.js"
;
export
*
from
"./icons/index.g.js"
;
export
*
from
"./types.js"
;
export
type
Icon
= keyof
typeof
Icons
;