UNPKG
sure-icons-react
Version:
latest (0.0.0)
0.0.0
React components of Sure Svg Icons collection.
sure-icons-react
/
dist
/
types
/
global.d.ts
4 lines
(3 loc)
•
87 B
TypeScript
View Raw
1
2
3
4
import
*
as
icons
from
'./components'
;
export
{ icons };
export
*
from
'./components'
;