UNPKG
@metroui/icons
Version:
latest (0.1.1)
0.1.1
0.1.0
Metro UI Icons for React (Vite, TypeScript)
@metroui/icons
/
dist
/
Icon
/
Icon.d.ts
9 lines
(8 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
FC
}
from
"react"
;
interface
IMifIcon
{
name
:
string
;
size
?:
string
;
className
?:
string
; }
declare
const
MifIcon
:
FC
<
IMifIcon
>;
export
default
MifIcon
;